|
2 | 2 |
|
3 | 3 | This document outlines major changes between releases.
|
4 | 4 |
|
| 5 | +## 0.107.2 "Obliteration" (13 Dec 2024) |
| 6 | + |
| 7 | +One more compatible patch-release that introduces `RemoveUntraceableHeaders` |
| 8 | +application-level extension allowing to remove untraceable block headers from the DB. |
| 9 | +This feature significantly reduces the database size, but for now it is supported in |
| 10 | +an experimental mode, use it with care. Other than that, this release includes a fix |
| 11 | +of BlockFetcher service that may hang on retry of NeoFS requests preventing the node |
| 12 | +from syncing. Also, an improved algorithm of blocks uploading and extended list of |
| 13 | +block and index file attributes are supported for `upload-bin` CLI command. |
| 14 | + |
| 15 | +No configuration update or DB resync is required. However, starting from this release |
| 16 | +`NeoFSBlockFetcher` application configuration section is backed by default values for |
| 17 | +every parameter except `Addresses` and `ContainerID`, hence if you don't like too |
| 18 | +chatty configuration files, feel free to remove all optional parameters. |
| 19 | + |
| 20 | +New features: |
| 21 | + * untraceable headers removal (#3750) |
| 22 | + |
| 23 | +Behavior changes: |
| 24 | + * add `BlockTime` attribute to block objects stored in NeoFS block storage (#3749) |
| 25 | + * use `Timestamp` attribute to hold object creation time for block and index objects |
| 26 | + stored in NeoFS block storage (#3749) |
| 27 | + * extended debug logs for `upload-bin` CLI command (#3751) |
| 28 | + |
| 29 | +Improvements: |
| 30 | + * embed default UnitTestNet node configuration (#3696) |
| 31 | + * NeoFS SDK dependency upgrade (#3725, #3756) |
| 32 | + * dependent packages updates (#3746, #3747, #3748) |
| 33 | + * refactor and speed up `upload-bin` CLI command (#3735) |
| 34 | + * backup NeoFS BlockFetcher configuration with default values (#3742) |
| 35 | + * reuse more of built-in NeoFS SDK functionality in `upload-bin` CLI handler (#3749) |
| 36 | + |
| 37 | +Bugs fixed: |
| 38 | + * NeoFS BlockFetcher sometimes is hanging during the node startup (#3736) |
| 39 | + * RPC server timers are improperly drained (#3737) |
| 40 | + * basic unit test chain restore configuration (#3696) |
| 41 | + |
5 | 42 | ## 0.107.1 "Narrativization" (06 Dec 2024)
|
6 | 43 |
|
7 | 44 | An urgent version that fixes the problem of intensive CPU usage caused by improper
|
|
0 commit comments