Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #1302

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number.

<a name="v0.19.0"></a>

## [v0.19.0] - 2023-05-31

## DATABASE MIGRATION
This release includes a migration which must be applied before deploying against an existing database.
* [1.37](/~https://github.com/filecoin-project/lily/blob/master/schemas/v1/37_change_pkey_builtin_actor_event.go)
* [1.38](/~https://github.com/filecoin-project/lily/blob/master/schemas/v1/38_miner_sector_info_v2.go)

### Feat
* feat: add new column for builtin_actor_events (/~https://github.com/filecoin-project/lily/pull/1290)
* feat: add new task miner sector deal v2 (/~https://github.com/filecoin-project/lily/pull/1293)
* feat: refine the provider sectors func (/~https://github.com/filecoin-project/lily/pull/1294)
* feat: Refine the filter for the GetActorEventsRaw (/~https://github.com/filecoin-project/lily/pull/1295)
* feat: refine the miner sector event by using builtin_actor_event function (/~https://github.com/filecoin-project/lily/pull/1298)
* feat: refine miner_sector_deal_v2 performance issue (/~https://github.com/filecoin-project/lily/pull/1300)
* feat: refactor builtin actor event (/~https://github.com/filecoin-project/lily/pull/1301)

### Fix
* fix: use the new library to parse cid from builtin_actor_event (/~https://github.com/filecoin-project/lily/pull/1292)


<a name="v0.18.0"></a>

## [v0.18.0] - 2023-04-23
Expand Down