Neo SPCC has released NeoFS SDK RC14, introducing API v2.18 compatibility and stability improvements intended to make application development on NeoFS more efficient and reliable.
The update’s new iterator APIs for parameters and attributes will enable developers to process data streams more efficiently, reducing memory overhead when working with large datasets. Reuse of existing GRPC connections is expected to lower connection setup costs in high-throughput applications, improving responsiveness.
Support for N3 witnesses in requests and objects, a commonly requested feature by NeoFS-based application developers, broadens the SDK’s ability to interact with complex transaction and verification workflows. Additionally, unsigned GET/HEAD response handling allows for lighter interactions when signature validation is unnecessary.
Developers will also benefit from associate attribute handling and the ability to decode version strings directly, both of which simplify code and reduce the need for custom utilities.
Changes to default API behaviour and removal of deprecated components align the SDK with current NeoFS standards, ensuring projects integrate seamlessly with the latest network version.
Bug fixes in RC14 address connection handling, memory usage, and edge cases in object processing, reducing the likelihood of runtime errors in production environments.
The full release notes can be found at the link below:
https://github.com/nspcc-dev/neofs-sdk-go/releases/tag/v1.0.0-rc.14