Skip to content

Commit

Permalink
Update CHANGELOG.md (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Terryhung authored May 31, 2024
1 parent b52a99b commit 61e8862
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 61e8862

Please sign in to comment.