You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason = """The temporary files created by this method are not persistable if the temporary directory lives on a different filesystem than the target directory. While it is valid in other contexts (if not persisting files), it was misused many times and so we are banning it. Consider using `tempfile::NamedTempFile::new_in` or `tempfile::NamedTempFile::Builder"""
46
+
47
+
[[disallowed-methods]]
48
+
path = "lru::LruCache::unbounded"
49
+
reason = """Avoid unbounded lru cache for potential memory leak"""
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,22 @@
29
29
30
30
### Added
31
31
32
+
-[#5859](https://github.com/ChainSafe/forest/pull/5859) Added size metrics for zstd frame cache and made max size configurable via `FOREST_ZSTD_FRAME_CACHE_DEFAULT_MAX_SIZE` environment variable.
33
+
32
34
-[#5867](https://github.com/ChainSafe/forest/pull/5867) Added `--unordered` to `forest-cli snapshot export` for exporting `CAR` blocks in non-deterministic order for better performance with more parallelization.
33
35
34
36
### Changed
35
37
38
+
-[#5869](https://github.com/ChainSafe/forest/pull/5869) Updated `forest-cli snapshot export` to print average speed.
39
+
36
40
### Removed
37
41
38
42
### Fixed
39
43
40
44
-[#5863](https://github.com/ChainSafe/forest/pull/5863) Fixed needless GC runs on a stateless node.
41
45
46
+
-[#5859](https://github.com/ChainSafe/forest/pull/5859) Fixed size calculation for zstd frame cache.
47
+
42
48
## Forest v0.28.0 "Denethor's Folly"
43
49
44
50
This is a non-mandatory release recommended for all node operators. It includes numerous fixes and quality-of-life improvements for development and archival snapshot operations. It also includes a memory leak fix that would surface on long-running nodes.
0 commit comments