Skip to content

Commit 5fa2780

Browse files
committed
docs: write v0.10.0 changelog
1 parent 3ac2bce commit 5fa2780

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ 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.10.0"></a>
9+
## [v0.10.0] - 2022-05-23
10+
11+
### Feat
12+
13+
- Distributed Worker Pattern (#929)
14+
- Implementation of pattern described in [Distributed Lily Worker Pattern Doc](https://www.notion.so/pl-strflt/Distributed-Lily-Worker-Pattern-bbf101e392144e4184fae1ef7074ee02)
15+
- Modifies Lily to distribute tipset indexing across a pool of lily nodes using a redis queue. Lily may now run as a tipset-worker or a notifier
16+
- Notifier
17+
- Lily will add tipsets for indexing to a redis queue, walk, watch, fill, and index jobs may be used to notify the queue of tipsets to index.
18+
- Tipset-Worker
19+
- Lily will consume tipsets from a redis queue and index their state.
20+
- Improved Job CLI (#944)
21+
- All jobs: `watch`, `walk`, `index`, `find`, `fill`, and `survey` are now under the `job run` command.
22+
- Improved documentation describing how to run each type of job and the work it performs.
23+
- Extend `watch`, `walk`, `index` and `fill` jobs with a sub-command `notify` which causes the corresponding job to notify configured redis queue of work to process.
24+
- Parallel HAMT Diffing (#952)
25+
- Allows HAMTs to be diffed in parallel with a configurable number of goroutines, improving indexing performance.
26+
- Parallel AMT Diffing (#953)
27+
- Allows AMTs to be diffed in parallel with a configurable number of goroutines, improving indexing performance.
28+
29+
### Fix
30+
- Include parsed_message task in alias (#951)
31+
- includes the `parsed_message` task in the `messages` task alias.
32+
- Update urfave/cli to the latest version (#965)
33+
- fixes #964 ensuring task names are properly parsed on the CLI.
34+
- Remove null characters from market_deal_proposal label field (#957)
35+
- fixes #930 by preventing invalid data from being written to CSV files for the market_deal_proposal model
36+
37+
### Chore
38+
- Adjust help models-list width (#959)
39+
- Update to [email protected] by (#954)
40+
41+
842
<a name="v0.9.0"></a>
943
## [v0.9.0] - 2022-04-21
1044

0 commit comments

Comments
 (0)