From 21bd2fb0d3d71ee69564d2fb062465d4c605bc9d Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 22 Mar 2021 10:05:16 +0300 Subject: [PATCH] Update changelog and readme for v1.25.0 release Signed-off-by: Alex Vanin --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70972b1..20ef93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.25.0] - 2021-03-22 - Jebudo (제부도, 濟扶島) + +Raw client and support of NeoFS API v2.5.0 "Jebudo" release. + +### Added + +- Raw client for peer to peer communication. +- `client.WithKey` option to sign messages with different keys within single + client. +- `Content-Type` well-known object attribute constant. + +### Changed + +- Refactored `v2` sub-packages to support single raw client in all RPC methods. +- Client constructor returns `Client` interface instead of structure. + ## [1.24.0] - 2021-02-26 - Ganghwado (강화도, 江華島) Support changes from NeoFS API v2.4.0 "Ganghwado" release. @@ -568,3 +584,4 @@ Initial public release [1.22.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.22.1...v1.22.2 [1.23.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.22.2...v1.23.0 [1.24.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.23.0...v1.24.0 +[1.25.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.24.0...v1.25.0 diff --git a/README.md b/README.md index fd1c1c7..685f73d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ versions and SDK layer working with all of them in a handy way. |v1.22.x|[v2.2.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.2.0)| |v1.23.x|[v2.3.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.3.0)| |v1.24.x|[v2.4.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.4.0)| +|v1.25.x|[v2.5.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.5.0)| ## Contributing