go-storage v2.0.0-alpha.1 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • v2.0.0-alpha.1 - 2020-11-02

    โž• Added

    • ๐Ÿ‘Œ Support Iterator based list operation
    • types/iterator: Allow store current status in iterator
    • ๐Ÿ‘ types/object: Support linked set
    • types/iterator: Make Page.Status continuable (#433)
    • ๐Ÿ‘ types/object: Add link support (#438)
    • ๐Ÿ‘ types: Add interceptor support (#449)

    ๐Ÿ”„ Changed

    • *: Moving to aos-dev/go-storage (#414)
    • ๐Ÿšš cmd: Move definitions to cmd to support service split (#416)
    • ๐Ÿšš types/object: Move all meta into ObjectMeta
    • Return count in storager when read and write (#427)
    • ๐Ÿ”จ types: Refactor into struct for object stat support
    • types/pair: Use struct instead of pointer (#435)
    • ๐Ÿ‘ *: Improve minimum supported version to go 1.14 (#444)
    • ๐Ÿ— makefile: Manage build tools via go modules (#447)

    ๐Ÿ›  Fixed

    • โšก๏ธ types: Fix object stat not updated correctly
    • types: Fix bit operations not correctly (#434)

    โœ‚ Removed

    • coreutils: Split into aos-dev/go-coreutils (#417)
    • ๐Ÿšš tests: Move to aos-dev/go-storage-integration-test (#418)
    • services: Split all services into separate repos (#419)
    • ๐Ÿšš types: Remove no used object meta