Forest v0.10.0 "Premature"
Notable Updates
Breaking
- #3007: Optimize DB
parameters. This requires all existing databases to be re-initialized.
Fixed
- #3006: Fix
premature end
error when exporting a snapshot.
What's Changed
- chore: minor clean up after re-org by @lemmih in #3001
- [Enhancement] Introduce a dry-run param for fetch-params for easier testing. by @ruseinov in #3003
- fix: use valid yaml list in template for recurrent checkpoint task by @lemmih in #3004
- feat: Refactor Manifest by @hanabi1224 in #3000
- feat: add
fn new_dag_cbor_default
toCid
by @hanabi1224 in #2909 - chore: fix checkbox syntax in issue template by @lemmih in #3009
- chore: reword readme to focus on features rather than design philosophy by @lemmih in #3002
- chore: enable the
preimage
flag for paritydb by @lemmih in #3007 - chore(deps): bump serde_with from 2.3.3 to 3.0.0 by @dependabot in #3016
- [Fix] Premature end for exported snapshots by @ruseinov in #3015
- chore: avoid the risk of collisions in
CidHashSet
by @lemmih in #3010 - Updated known snapshot checkpoint by @sudo-shashank in #3024
- feat: add deferred migrator for nv17 state migration by @hanabi1224 in #3030
- chore: update changelog for the
preimage
changes by @lemmih in #3033 - feat: state diff subcommand by @aatifsyed in #3026
- feat: private doctests by @aatifsyed in #3012
- [Release] 0.10.0 Premature by @ruseinov in #3035
- [Fix] Cargo.toml for publishing by @ruseinov in #3040
Full Changelog: v0.9.0...v0.10.0