2022-07-22 09:39:32 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This document outlines major changes between releases.
|
|
|
|
|
2022-08-10 15:53:46 +00:00
|
|
|
## [Unreleased]
|
|
|
|
|
2022-09-01 12:46:29 +00:00
|
|
|
### Fixed
|
|
|
|
- Fix expiration epoch calculation (#62)
|
|
|
|
|
2022-08-30 12:42:01 +00:00
|
|
|
### Changed
|
|
|
|
- Update go version for build to 1.19 (#61)
|
|
|
|
|
2022-08-30 07:45:36 +00:00
|
|
|
## [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)
|
|
|
|
|
2022-08-15 13:39:02 +00:00
|
|
|
### Changed
|
|
|
|
- Unify application version format (#49)
|
|
|
|
|
2022-08-15 10:20:43 +00:00
|
|
|
## [0.3.0] "Thunder Bluff" - 2022-08-15
|
|
|
|
|
2022-08-10 15:53:46 +00:00
|
|
|
### Added
|
|
|
|
- CORS headers (#39)
|
2022-08-11 14:07:53 +00:00
|
|
|
- Expose metrics (#44)
|
2022-08-11 14:57:54 +00:00
|
|
|
- Documentation for default params (#45)
|
2022-08-15 10:20:43 +00:00
|
|
|
- Route to get NeoFS balance (#33)
|
|
|
|
- New field for object search response (#40)
|
|
|
|
- Building in docker (#46)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Drop GO111MODULE from builds (#34)
|
2022-08-10 15:53:46 +00:00
|
|
|
|
2022-07-22 13:05:15 +00:00
|
|
|
## [0.2.1] "Razor Hill" - 2022-07-22
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix application version (#30)
|
|
|
|
|
2022-07-22 09:39:32 +00:00
|
|
|
## [0.2.0] "Orgrimmar" - 2022-07-22
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support macOS build (#18)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Update version calculating (#20)
|
|
|
|
- New error response and auth request format (#15)
|
|
|
|
- NeoFS SDK version update (#16)
|
|
|
|
- Set container attributes in body rather than in headers (#25)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix .env variables in sample config (#22)
|
|
|
|
- Fix typos and examples in spec (#24)
|
|
|
|
|
|
|
|
## Older versions
|
|
|
|
|
|
|
|
Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/releases/) for older releases.
|
|
|
|
|
2022-07-22 13:05:15 +00:00
|
|
|
[0.2.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.2.1
|
2022-07-22 09:39:32 +00:00
|
|
|
[0.2.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.1.0...v0.2.0
|
2022-08-15 10:20:43 +00:00
|
|
|
[0.3.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.3.0
|
2022-08-30 07:45:36 +00:00
|
|
|
[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
|