|
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. |
2 | 38 |
|
3 | 39 | ## Forest v0.5.1 (2022-12-01)
|
4 | 40 |
|
|
0 commit comments