Skip to content

Commit

Permalink
chore: release forest v0.6.0 (#2384)
Browse files Browse the repository at this point in the history
* Forest release v0.6.0

Co-authored-by: Hubert <[email protected]>
Co-authored-by: David Himmelstrup <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2023
1 parent bfd3009 commit b36faae
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
## Forest v0.6.0 (unreleased, scheduled for 2022-12-30)
## Forest v0.6.0 (2023-01-06)

Notable updates:
* Added support for the new Protocol Labs snapshot service.
* Several improvements to logging (including integration with Grafana Loki) and
error handling.

### Added
* New daemon option flag `--log-dir` for log file support.
* New ParityDb section in configuration (including statistics and compression
settings).
* Integration with Grafana Loki for more advanced log filtering and
summarization.
* Peer tipset epoch now in metrics.

### Changed
* Several improvements to error handling.
* Docker images are now tagged with version (eg `0.6.0`) and date (eg
`2023-01-05-commit_hash`).
* Upgraded toolchain channel to `nightly-2022-12-15`.
* Migrated logging infrastructure from `log` to `tracing`.
* Fixed bug triggered by large network messages.
* Fixed bug where cursor would be hidden after keyboard interrupt.
* Allow `-—height` flag to take relative offsets for validating the tipsets in a
snapshot.
* Fixed issue with invalid snapshot exports; messages were accidentally removed
from snapshots, making them invalid.
* Updated `snapshot fetch` subcommands to support the new Protocol Labs snapshot
service.
* Fixed RPC `net disconnect` endpoint (a bug was returning a JSON RPC error when
running `forest-cli net disconnect` and preventing proper peer disconnection).
* Corrected RPC serialization of FIL balances (a bug was preventing display of
floating point balance using `forest-cli wallet list`).

### Removed
* RocksDB check for low file descriptor limit.
* Unused RPC endpoints.

## Forest v0.5.1 (2022-12-01)

Expand Down
2 changes: 1 addition & 1 deletion forest/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-cli"
version = "0.5.1"
version = "0.6.0"
authors = ["ChainSafe Systems <[email protected]>"]
description = "Filecoin implementation in Rust. This crate contains all the subcommands except the daemon."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion forest/daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-daemon"
version = "0.5.1"
version = "0.6.0"
authors = ["ChainSafe Systems <[email protected]>"]
description = "Filecoin implementation in Rust. This command will start the daemon process."
edition = "2021"
Expand Down

0 comments on commit b36faae

Please sign in to comment.