This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: nspcc-dev/neofs-http-gw
Releases · nspcc-dev/neofs-http-gw
v0.15.2
New features:
- Content-Type returned for object GET requests can now be taken from attributes (overriding autodetection, #65)
Behavior changes:
- grpc keepalive options can no longer be changed (#60)
Improvements:
- code refactoring (more reuse between different gateways, moved some code to sdk-go, #47, #46, #51, #62, #63)
- documentation updates and fixes (#53, #49, #55, #59)
- updated api-go dependency (#57)
Bugs fixed:
-k
option wasn't accepted for key although it was documented (#50)
v0.15.1
This important release makes HTTP gateway compatible with NeoFS node version 0.20.0.
Behavior changes:
- neofs-api-go was updated to 1.26.1, which contains some incompatible changes in underlying components (#39, #44)
neofs-http-gw
is consistently used now for repository, binary and image names (#43)
Improvements:
v0.15.0
This is the first public release incorporating latest NeoFS protocol support and fixing some bugs.
New features:
Behavior changes:
- node weights can now be specified as simple numbers instead of percentages and gateway will calculate the proportion automatically (#27)
- attributes are converted now to
X-Attribute-*
headers when retrieving object from gate instead ofX-*
(#29)
Improvements:
- better Makefile (#16, #24, #33, #34)
- updated documentation (#16, #29, #35, #36)
- updated neofs-api-go to v1.25.0 (#17, #20)
- updated fasthttp to v1.23.0+ (#17, #29)
- refactoring, eliminating some dependencies (#20, #29)
Bugs fixed: