Skip to content

Commit

Permalink
CHANGELOG: release 0.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Aug 15, 2024
1 parent 37b5fb8 commit 0de4869
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,33 @@ This document outlines major changes between releases.

## [Unreleased]

### Added

### Changed

### Fixed

### Updated

## [0.31.0] - 2024-08-15

### Added
- Use HKDF salt and info (#972)
- Allow addresses to be used in EACLs (#976)

### Updated
- github.com/nspcc-dev/neofs-sdk-go dependency from v1.0.0-rc.12 to v1.0.0-rc.12.0.20240807160341-3528eb5bb1cc

### Changed
- Single `rpc_endpoint` config option replaced with multiple endpoints `fschain.endpoints` option (#968)

### Updating from 0.30.1
### Fixed
- Save hashless object header in SpitV2 (#974)
- Clean actual object version (#970)

Notice that the configuration parameter `fschain.endpoints` contains multiple endpoints.
For migration, you should update config from old notation
```yaml
rpc_endpoint: http://some-host:30333
```
to the new one
```yaml
fschain:
endpoints:
- http://some-host:30333
```
### Updating from 0.30.1
- Old access boxes are incompatible with this version.
- The gate compatible only with node 0.43.0+.

## [0.30.1] - 2024-06-19

Expand Down Expand Up @@ -583,4 +594,5 @@ releases.
[0.29.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.28.2...v0.29.0
[0.30.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.29.0...v0.30.0
[0.30.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.0...v0.30.1
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...master
[0.31.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.30.1...v0.31.0
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.31.0...master
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.30.1
v0.31.0

0 comments on commit 0de4869

Please sign in to comment.