Skip to content

Commit

Permalink
Release v1.29.0 - Anmyeondo (안면도, 安眠島)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
  • Loading branch information
carpawell authored and alexvanin committed Aug 27, 2021
1 parent a2dd613 commit 6d0b313
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.29.0] - 2021-08-27 - Anmyeondo (안면도, 安眠島)

### Fixed

- Well-known BasicACL constants to fit the specification (#330, #334).
- Linter warnings (#335).

### Added

- Support for `COMMON_PREFIX` filter operation for object attributes (#331).
- Missing well-known eACL filter setters (#333).

### Removed

- `FilterObjectParent` well-known object related filter key (#333).

### Updated

- Go version to `1.16` (#335).
- Tests in CI to run on `1.16` and `1.17` Go versions (#335).

## [1.28.3] - 2021-07-07

### Fixed
Expand Down Expand Up @@ -690,3 +711,4 @@ Initial public release
[1.28.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.0...v1.28.1
[1.28.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.1...v1.28.2
[1.28.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.2...v1.28.3
[1.29.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.3...v1.29.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ versions and SDK layer working with all of them in a handy way.
|v1.26.x|[v2.6.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.6.0)|
|v1.27.x|[v2.7.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.7.0)|
|v1.28.x|[v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0)|
|v1.29.x|[v2.9.1](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.9.1)|


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// Version represents v2-compatible version.
type Version refs.Version

const sdkMjr, sdkMnr = 2, 8
const sdkMjr, sdkMnr = 2, 9

// NewVersionFromV2 wraps v2 Version message to Version.
//
Expand Down

0 comments on commit 6d0b313

Please sign in to comment.