Skip to content

v2.12.0 - Heuksando (흑산도, 黑山島)

Compare
Choose a tag to compare
@alexvanin alexvanin released this 04 Mar 09:12
· 78 commits to master since this release
v2.12.0

Network magic, main status codes, object locks and notifications.

Added

  • magic_number field to RequestMetaHeader message (#82)
  • WRONG_MAGIC_NUMBER status code to CommonFail section (#82)
  • Well-known object attributes related to notifications __NEOFS__TICK_EPOCH
    and __NEOFS__TICK_TOPIC (#193)
  • ACCESS_DENIED status code to Object section (#189)
  • OBJECT_NOT_FOUND, CONTAINER_NOT_FOUND and OBJECT_ALREADY_REMOVED status codes (#190)
  • TOKEN_NOT_FOUND and TOKEN_EXPIRED status codes to Session section (#191)
  • LOCK value of object.Type enum (#194)
  • Lock message with payload content of LOCK objects (#194)
  • LOCKED and LOCK_NON_REGULAR_OBJECT status codes to Object section (#194)
  • scheme field of type SignatureScheme to Signature message which determines
    signature scheme (#55)
  • SignatureRFC6979 message (#203)

Changed

  • Type of signature field in ContainerService requests to SignatureRFC6979 (#203)