Skip to content

Releases: aprasolova/neofs-node

v0.28.2

12 Nov 17:04

Choose a tag to compare

NeoFS API v2.10 support

Fixed

  • Check remote node public key in every response message (nspcc-dev#645)
  • Do not lose local container size estimations (nspcc-dev#872)
  • Compressed and uncompressed objects are always available for reading
    regardless of compression configuration (nspcc-dev#868)
  • Use request session token in ACL check of object.Put (nspcc-dev#881)
  • Parse URI in neofs-cli properly (nspcc-dev#883)
  • Parse minutes in LOCODE DB properly (nspcc-dev#902)
  • Remove expired tombstones (nspcc-dev#884)
  • Close all opened blobovniczas properly (nspcc-dev#896)
  • Do not accept objects with empty OwnerID field (nspcc-dev#841)

Added

Changed

Removed

  • Global flags in CLI. Deleted useless flags from accounting balance
    command (nspcc-dev#810).
  • Interactive mode in docker run command (nspcc-dev#916)

Upgrading from v0.25.1

Deleted NEOFS_IR_NOTARY_SIDE_DEPOSIT_AMOUNT, NEOFS_IR_NOTARY_MAIN_DEPOSIT_AMOUNT
and NEOFS_IR_TIMERS_SIDE_NOTARY, NEOFS_IR_TIMERS_MAIN_NOTARY Inner Ring envs.
Deleted NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT and NEOFS_MORPH_NOTARY_DEPOSIT_DURATION
Storage Node envs.
control CLI command does not have --rpc-endpoint/r flag, use endpoint
instead.

v0.28.1 - Udo (우도, 牛島)

12 Nov 17:07

Choose a tag to compare

NeoFS API v2.10 support

Fixed

  • Check remote node public key in every response message (nspcc-dev#645)
  • Do not lose local container size estimations (nspcc-dev#872)
  • Compressed and uncompressed objects are always available for reading
    regardless of compression configuration (nspcc-dev#868)
  • Use request session token in ACL check of object.Put (nspcc-dev#881)
  • Parse URI in neofs-cli properly (nspcc-dev#883)
  • Parse minutes in LOCODE DB properly (nspcc-dev#902)
  • Remove expired tombstones (nspcc-dev#884)
  • Close all opened blobovniczas properly (nspcc-dev#896)
  • Do not accept objects with empty OwnerID field (nspcc-dev#841)

Added

Changed

Removed

  • Global flags in CLI. Deleted useless flags from accounting balance
    command (nspcc-dev#810).
  • Interactive mode in docker run command (nspcc-dev#916)

Upgrading from v0.25.1

Deleted NEOFS_IR_NOTARY_SIDE_DEPOSIT_AMOUNT, NEOFS_IR_NOTARY_MAIN_DEPOSIT_AMOUNT
and NEOFS_IR_TIMERS_SIDE_NOTARY, NEOFS_IR_TIMERS_MAIN_NOTARY Inner Ring envs.
Deleted NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT and NEOFS_MORPH_NOTARY_DEPOSIT_DURATION
Storage Node envs.
control CLI command does not have --rpc-endpoint/r flag, use endpoint
instead.

[0.28.0] - 2021-10-19 - Udo (우도, 牛島)

09 Nov 20:25

Choose a tag to compare

NeoFS API v2.10 support

Fixed

  • Check remote node public key in every response message (nspcc-dev#645)
  • Do not lose local container size estimations (nspcc-dev#872)
  • Compressed and uncompressed objects are always available for reading
    regardless of compression configuration (nspcc-dev#868)
  • Use request session token in ACL check of object.Put (nspcc-dev#881)
  • Parse URI in neofs-cli properly (nspcc-dev#883)
  • Parse minutes in LOCODE DB properly (nspcc-dev#902)
  • Remove expired tombstones (nspcc-dev#884)
  • Close all opened blobovniczas properly (nspcc-dev#896)
  • Do not accept objects with empty OwnerID field (nspcc-dev#841)

Added

Changed

Removed

  • Global flags in CLI. Deleted useless flags from accounting balance
    command (nspcc-dev#810).
  • Interactive mode in docker run command (nspcc-dev#916)

Upgrading from v0.25.1

Deleted NEOFS_IR_NOTARY_SIDE_DEPOSIT_AMOUNT, NEOFS_IR_NOTARY_MAIN_DEPOSIT_AMOUNT
and NEOFS_IR_TIMERS_SIDE_NOTARY, NEOFS_IR_TIMERS_MAIN_NOTARY Inner Ring envs.
Deleted NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT and NEOFS_MORPH_NOTARY_DEPOSIT_DURATION
Storage Node envs.
control CLI command does not have --rpc-endpoint/r flag, use endpoint
instead.

v0.26.2

13 Oct 14:52

Choose a tag to compare

Fixed

  • Panic caused by missing Neo RPC endpoints in storage node's config (nspcc-dev#863)