Release v0.36 #513

Merged
fyrchik merged 1 commit from release-36 into support/v0.36 2023-07-26 21:07:59 +00:00

View file

@ -4,18 +4,13 @@ Changelog for FrostFS Node
## [Unreleased] ## [Unreleased]
### Added ### Added
- Support copies number parameter in `frostfs-cli object put` (#351)
### Changed ### Changed
### Fixed ### Fixed
- Copy number was not used for `PUT` requests (#284)
- Tree service panic in its internal client cache (#323)
### Removed ### Removed
### Updated ### Updated
### Updating from v0.36.0 ### Updating from v0.36.0
## [v0.36.0] - 2023-04-12 - Furtwängler ## [v0.36.0] - Karpinsky - 2023-07-12

Can we have similar format with gates, where ## [0.27.0] - Karpinsky - 2023-07-12 name before date? Or maybe we can change the order in gates @alexvanin ?

Can we have similar format with [gates](https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/pulls/169/files), where `## [0.27.0] - Karpinsky - 2023-07-12` name before date? Or maybe we can change the order in gates @alexvanin ?

To me date first looks better (for processing in scripts, for sorting etc.)
Not very important for me, though.

To me date first looks better (for processing in scripts, for sorting etc.) Not _very_ important for me, though.
### Added ### Added
- Add GAS pouring mechanism for a configurable list of wallets (#128) - Add GAS pouring mechanism for a configurable list of wallets (#128)
@ -30,6 +25,7 @@ Changelog for FrostFS Node
- Parameters `nns-name` and `nns-zone` for command `frostfs-cli container create` (#37) - Parameters `nns-name` and `nns-zone` for command `frostfs-cli container create` (#37)
- Tree service now saves the last synchronization height which persists across restarts (#82) - Tree service now saves the last synchronization height which persists across restarts (#82)
- Add tracing support (#135) - Add tracing support (#135)
- Support copies number parameter in `frostfs-cli object put` (#351)
### Changed ### Changed
- Change `frostfs_node_engine_container_size` to counting sizes of logical objects - Change `frostfs_node_engine_container_size` to counting sizes of logical objects
@ -42,6 +38,8 @@ Changelog for FrostFS Node
- Expired locked object is available for reading (#56) - Expired locked object is available for reading (#56)
- Initialize write-cache asynchronously (#32) - Initialize write-cache asynchronously (#32)
- Update system attribute names (#159) - Update system attribute names (#159)
- Flush objects from the write-cache immediately (#314)
- Do not accept requests to the tree service until the first sync cycle is finished (#266)
### Fixed ### Fixed
- Increase payload size metric on shards' `put` operation (#1794) - Increase payload size metric on shards' `put` operation (#1794)
@ -70,6 +68,8 @@ Changelog for FrostFS Node
- Parts of a locked object could not be removed anymore (#141) - Parts of a locked object could not be removed anymore (#141)
- Non-alphabet nodes do not try to handle alphabet events (#181) - Non-alphabet nodes do not try to handle alphabet events (#181)
- Delete complex objects with GC (#332) - Delete complex objects with GC (#332)
- Copy number was not used for `PUT` requests (#284)
- Tree service panic in its internal client cache (#323)
### Removed ### Removed
### Updated ### Updated