diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b193405d1..492377fdb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,20 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest v0.33.6 "Ebb" + +Non-mandatory release for all node operators. It fixes a critical memory leak in `v0.33.5`. (Earlier releases are not affected) + +### Breaking + +### Added + - [#7141](https://github.com/ChainSafe/forest/pull/7141): Implemented `Filecoin.MpoolGetConfig` RPC method. ### Changed diff --git a/Cargo.lock b/Cargo.lock index 0a6fcfd8ae0..821ba15ccf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3217,7 +3217,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forest-filecoin" -version = "0.33.5" +version = "0.33.6" dependencies = [ "ahash", "all_asserts", diff --git a/Cargo.toml b/Cargo.toml index 5f950d69320..c4f20f98ea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.33.5" +version = "0.33.6" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2024" diff --git a/src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap b/src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap index 91c657d2444..ae8bde5fcb6 100644 --- a/src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap +++ b/src/rpc/snapshots/forest__rpc__tests__rpc__v0.snap @@ -5,7 +5,7 @@ expression: spec openrpc: 1.3.2 info: title: forest - version: 0.33.5 + version: 0.33.6 methods: - name: Filecoin.AuthNew params: diff --git a/src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap b/src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap index 73b36eacd2d..d69ca5921eb 100644 --- a/src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap +++ b/src/rpc/snapshots/forest__rpc__tests__rpc__v1.snap @@ -5,7 +5,7 @@ expression: spec openrpc: 1.3.2 info: title: forest - version: 0.33.5 + version: 0.33.6 methods: - name: Filecoin.AuthNew params: diff --git a/src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap b/src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap index c1404f431d0..df3a185f000 100644 --- a/src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap +++ b/src/rpc/snapshots/forest__rpc__tests__rpc__v2.snap @@ -5,7 +5,7 @@ expression: spec openrpc: 1.3.2 info: title: forest - version: 0.33.5 + version: 0.33.6 methods: - name: Filecoin.ChainGetTipSet description: Returns the tipset with the specified CID.