frostfs-node/CHANGELOG.md

1.7 KiB

Changelog

Changelog for NeoFS Node

0.12.1 - 2020-11-25

Bugfixes and small performance improvements.

Fixed

  • Routine leak by adding SDK client cache. (#184)
  • Variety of ACL bugs. (#180, #190, #209)
  • Policer tried to replicate virtual objects. (#182)
  • Search queries with object ID field. (#177)
  • Bug with extended ACL signature check in neofs-cli (#206)

Added

  • More debug logs in object service.
  • Dial timeouts in object service config (NEOFS_OBJECT_PUT_DIAL_TIMEOUT=5s)

Changed

  • Routine pools in object service are non-blocking now.
  • Container service now returns error if extended ACL is not set.

0.12.0 - 2020-11-17

NeoFS-API v2.0 support and updated brand-new storage node application.

Fixed

  • SetConfig method invocation of netmap contract. (#147)
  • Balance response overflow. (#122)

Added

  • Gas emission routine in inner ring nodes.
  • GRPC reflection service. (NEOFS_GRPC_ENABLE_REFLECT_SERVICE=true)
  • New netmap query language parser.

Changed

  • Storage node application rebuilt from scratch.
  • CLI supports accounting, object and container related operations.
  • Inner ring node shutdowns on neo RPC node connection drop.
  • Updated to preview4 compatible neo-go version.

0.11.0 - 2020-07-23

Added

  • Inner ring application to repository.
  • Inner ring epoch processor.
  • Inner ring asset processor for GAS deposit and withdraw.

Changed

  • The structure of source code tree.

[0.10.0] - 2020-07-10

First public review release.