forked from TrueCloudLab/frostfs-rest-gw
Release v0.4.0
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
47e061a440
commit
ebe2c19bdb
2 changed files with 15 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -4,6 +4,18 @@ This document outlines major changes between releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.0] "Shadowglen" - 2022-08-30
|
||||
|
||||
### Fixed
|
||||
- NeoFS client metrics (#52)
|
||||
- Panic in go1.19 build (#53)
|
||||
- Add CORS Allow-Origin header (#56)
|
||||
|
||||
### Added
|
||||
- Canned ACL in container info (#38)
|
||||
- Native bearer token support (#32)
|
||||
- `Keys` target in extended ACL (#54)
|
||||
|
||||
### Changed
|
||||
- Unify application version format (#49)
|
||||
|
||||
|
@ -47,4 +59,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel
|
|||
[0.2.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.2.1
|
||||
[0.2.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.1.0...v0.2.0
|
||||
[0.3.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.3.0
|
||||
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.3.0...master
|
||||
[0.4.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.3.0...v0.4.0
|
||||
[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.4.0...master
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.3.0
|
||||
v0.4.0
|
||||
|
|
Loading…
Reference in a new issue