Skip to content

Commit 61e8862

Browse files
authored
Update CHANGELOG.md (#1302)
1 parent b52a99b commit 61e8862

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.
55

66
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.
77

8+
<a name="v0.19.0"></a>
9+
10+
## [v0.19.0] - 2023-05-31
11+
12+
## DATABASE MIGRATION
13+
This release includes a migration which must be applied before deploying against an existing database.
14+
* [1.37](https://github.com/filecoin-project/lily/blob/master/schemas/v1/37_change_pkey_builtin_actor_event.go)
15+
* [1.38](https://github.com/filecoin-project/lily/blob/master/schemas/v1/38_miner_sector_info_v2.go)
16+
17+
### Feat
18+
* feat: add new column for builtin_actor_events (https://github.com/filecoin-project/lily/pull/1290)
19+
* feat: add new task miner sector deal v2 (https://github.com/filecoin-project/lily/pull/1293)
20+
* feat: refine the provider sectors func (https://github.com/filecoin-project/lily/pull/1294)
21+
* feat: Refine the filter for the GetActorEventsRaw (https://github.com/filecoin-project/lily/pull/1295)
22+
* feat: refine the miner sector event by using builtin_actor_event function (https://github.com/filecoin-project/lily/pull/1298)
23+
* feat: refine miner_sector_deal_v2 performance issue (https://github.com/filecoin-project/lily/pull/1300)
24+
* feat: refactor builtin actor event (https://github.com/filecoin-project/lily/pull/1301)
25+
26+
### Fix
27+
* fix: use the new library to parse cid from builtin_actor_event (https://github.com/filecoin-project/lily/pull/1292)
28+
29+
830
<a name="v0.18.0"></a>
931

1032
## [v0.18.0] - 2023-04-23

0 commit comments

Comments
 (0)