Skip to content

Commit b36faae

Browse files
jdjaustinLesnyRumcajsDavid Himmelstrup
authored
chore: release forest v0.6.0 (#2384)
* Forest release v0.6.0 Co-authored-by: Hubert <[email protected]> Co-authored-by: David Himmelstrup <[email protected]>
1 parent bfd3009 commit b36faae

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
1-
## Forest v0.6.0 (unreleased, scheduled for 2022-12-30)
1+
## Forest v0.6.0 (2023-01-06)
2+
3+
Notable updates:
4+
* Added support for the new Protocol Labs snapshot service.
5+
* Several improvements to logging (including integration with Grafana Loki) and
6+
error handling.
7+
8+
### Added
9+
* New daemon option flag `--log-dir` for log file support.
10+
* New ParityDb section in configuration (including statistics and compression
11+
settings).
12+
* Integration with Grafana Loki for more advanced log filtering and
13+
summarization.
14+
* Peer tipset epoch now in metrics.
15+
16+
### Changed
17+
* Several improvements to error handling.
18+
* Docker images are now tagged with version (eg `0.6.0`) and date (eg
19+
`2023-01-05-commit_hash`).
20+
* Upgraded toolchain channel to `nightly-2022-12-15`.
21+
* Migrated logging infrastructure from `log` to `tracing`.
22+
* Fixed bug triggered by large network messages.
23+
* Fixed bug where cursor would be hidden after keyboard interrupt.
24+
* Allow `-—height` flag to take relative offsets for validating the tipsets in a
25+
snapshot.
26+
* Fixed issue with invalid snapshot exports; messages were accidentally removed
27+
from snapshots, making them invalid.
28+
* Updated `snapshot fetch` subcommands to support the new Protocol Labs snapshot
29+
service.
30+
* Fixed RPC `net disconnect` endpoint (a bug was returning a JSON RPC error when
31+
running `forest-cli net disconnect` and preventing proper peer disconnection).
32+
* Corrected RPC serialization of FIL balances (a bug was preventing display of
33+
floating point balance using `forest-cli wallet list`).
34+
35+
### Removed
36+
* RocksDB check for low file descriptor limit.
37+
* Unused RPC endpoints.
238

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

forest/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-cli"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
description = "Filecoin implementation in Rust. This crate contains all the subcommands except the daemon."
66
edition = "2021"

forest/daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forest-daemon"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["ChainSafe Systems <[email protected]>"]
55
description = "Filecoin implementation in Rust. This command will start the daemon process."
66
edition = "2021"

0 commit comments

Comments
 (0)