Neo SPCC releases NeoFS SDK v1 RC14 with API v2.18 support

Exciting news from Neo SPCC as they announce the release of NeoFS SDK RC14. This latest update brings compatibility with API v2.18 and several stability improvements, aimed at enhancing the efficiency and reliability of application development on NeoFS.

One of the noteworthy additions in this release is the introduction of new iterator APIs for parameters and attributes. These APIs will allow developers to process data streams more efficiently, particularly when dealing with large datasets. By reusing existing GRPC connections, the update also aims to reduce connection setup costs in high-throughput applications, resulting in improved responsiveness.

Another key feature of this update is the support for N3 witnesses in requests and objects. This enhancement, requested by many NeoFS-based application developers, expands the SDK’s capabilities in interacting with complex transaction and verification workflows. Additionally, the update includes unsigned GET/HEAD response handling, enabling lighter interactions in scenarios where signature validation is not required.

Developers will appreciate the simplified code and reduced reliance on custom utilities with the introduction of associate attribute handling and the ability to decode version strings directly. Furthermore, changes to default API behavior and the removal of deprecated components ensure seamless integration with the latest NeoFS standards.

RC14 also addresses various bugs related to connection handling, memory usage, and edge cases in object processing, minimizing the occurrence of runtime errors in production environments.

To read the full release notes, visit the following link: NeoFS SDK RC14 Release Notes