Skip to content

Commit

Permalink
Prepare new release v0.9.0(Fellowship) (#2995)
Browse files Browse the repository at this point in the history
* Prepare release v0.9.0

* Added notable updates

* merge multiple fixed sections

* fmt

* Updated CHANGELOG.md

* improve notable updates
  • Loading branch information
sudo-shashank authored Jun 16, 2023
1 parent 53cbf32 commit a214991
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
40 changes: 33 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,36 @@

### Breaking

- [#2873](https://github.com/ChainSafe/forest/issues/2873)
- remove `--compressed` from the CLI. Snapshots are now always compressed.
- Remove snapshot ops - snapshots fetched to the current directory by default.
### Added

### Changed

### Removed

### Fixed

- [#2967](https://github.com/ChainSafe/forest/issues/2967): Fix http-client
concurrency issues caused by fetching root certificates multiple times.
- [#2958](https://github.com/ChainSafe/forest/issues/2958): Fix occasional
consensus fault.
## Forest v0.9.0 "Fellowship"

Notable updates:

- `--compressed` option removed from CLI, snapshots are now always compressed.
- The `dir`, `list`, `prune` and `remove` snapshot commands have been removed
from the CLI.
- Snapshots are fetched to current directory by default.
- Added new subcommand `forest-cli info show`.
- `Filecoin.ChainSetHead` RPC endpoint and `forest-cli chain set-head`
subcommand are now implemented.
- IPLD graph can now be downloaded via bitswap.
- `sendFIL` function has been updated to match recent changes in the Forest send
command.
- FIL amount parsing/printing has been improved and 2 new options are added to
forest-cli wallet list (--no-round and --no-abbrev).

### Breaking

- [#2873](https://github.com/ChainSafe/forest/issues/2873)
- remove `--compressed` from the CLI. Snapshots are now always compressed.
- Remove snapshot ops - snapshots fetched to the current directory by default.

### Added

Expand All @@ -45,6 +65,8 @@
subcommand.
- [#2979](https://github.com/ChainSafe/forest/pull/2979): implement command for
downloading an IPLD graph via bitswap.
- [#2578](https://github.com/ChainSafe/forest/pull/2578): implement initial
support for `forest-cli info`

### Changed

Expand All @@ -66,6 +88,10 @@

### Fixed

- [#2967](https://github.com/ChainSafe/forest/issues/2967): Fix http-client
concurrency issues caused by fetching root certificates multiple times.
- [#2958](https://github.com/ChainSafe/forest/issues/2958): Fix occasional
consensus fault.
- [#2950](https://github.com/ChainSafe/forest/pull/2950): Fix cases where ctrl-c
would be ignored.
- [#2934](https://github.com/ChainSafe/forest/issues/2934): Fix race condition
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.8.2"
version = "0.9.0"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down

0 comments on commit a214991

Please sign in to comment.