Skip to content

Commit 086137b

Browse files
committed
docs: update changelog for v0.8.2
1 parent 438a4ca commit 086137b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.8.2"></a>
9+
## [v0.8.2] - 2021-10-25
10+
11+
### Feat
12+
- add observe command with peer agents task (#755)
13+
- implement TipSetCache warming (#739)
14+
- lily chain export command (#744)
15+
16+
### Fix
17+
- watcher respects window timeout value (#710)
18+
- job list sorted order (#731)
19+
- return non-zero exit code on cli error (#732)
20+
- normalize output upon job creation (#733)
21+
- ensure all tasks are in task list (#736)
22+
- daemon api uses full flag value (#748)
23+
- populate event field of VerifiedRegistryVerifiedClient (#757)
24+
25+
### Chore
26+
- wrap error from failed execution traces (#725)
27+
- Create latest tags when pushing semver docker images (#728)
28+
- Include jq in docker images; Fix dev entrypoint (#729)
29+
- lotus 1.13 (#734)
30+
- update readme linking to the documentation website. (#746)
31+
- add lily stub/options for docker-compose (#747)
32+
- update otel v0.20.0 and pg/v10 v10.10.6 (#749)
33+
- implement chain set head (#750)
34+
- update message parsing to use latest statediff generator (#756)
35+
- improve logging around gapfill (#758)
36+
837
<a name="v0.8.1"></a>
938
## [v0.8.1] - 2021-09-23
1039

0 commit comments

Comments
 (0)