Added
- EACL is accepted along with container creation (#393)
Changed
- Optimized object write buffering (#410)
- Ranged GET uses HTTP-alike NeoFS ranges (#409)
- Improve Content-Disposition for non-ASCII FileName (#406)
Removed
- Deprecated
/v1/authand/v1/auth/bearerAPIs (#403)
Updated
- golang.org/x/crypto dependency from 0.51.0 to 0.52.0 (#405)
- google.golang.org/grpc dependency from 1.79.3 to 1.82.1 (#407)
- github.com/getkin/kin-openapi dependency from 0.140.0 to 0.144.0 (#408)
- github.com/nspcc-dev/neofs-sdk-go dependency to
v1.0.0-rc.21(#410) - github.com/nspcc-dev/neo-go dependency to
v0.122.0(#410)
Upgrading from 0.18.0
Deprecated /v1/auth and /v1/auth/bearer endpoints have been removed. Use /v2/auth/bearer and /v2/auth/bearer/complete instead, see docs/migration-to-auth-v2.md.
Associated auth_duration and form_binary_bearer_duration Prometheus metrics are dropped as well.