piladb v0.2.0 Release Notes

Release Date: 2018-04-07 // almost 6 years ago
  • ๐Ÿš€ [Unreleased]

    โž• Added

    • โž• Add option to allow pushing on a Stack when this is full
    • โž• Add graceful shutdown of pilad server
    • โž• Add BASE operation
    • โž• Add EMPTY operation
    • โž• Add FULL operation
    • โž• Add ROTATE operation
    • โž• Add BLOCK and UNBLOCK operations
    • โž• Add opt-out request for donation on server startup

    ๐Ÿ”„ Changed

    • pkg/uuid: Replace md5 with sha1 and be compliant to Version 5 of RFC 4122
    • โšก๏ธ Update Dependencies section in the README file
    • ๐Ÿš€ Test against Go version 1.10.x to be up-to-date with new releases

Previous changes from v0.2.0-alpha.20180328

  • ๐Ÿš€ Unreleased

    โž• Added

    • โž• Add option to allow pushing on a Stack when this is full
    • โž• Add graceful shutdown of pilad server
    • โž• Add BASE operation
    • โž• Add EMPTY operation
    • โž• Add FULL operation
    • โž• Add ROTATE operation
    • โž• Add BLOCK and UNBLOCK operations
    • ๐Ÿš€ Test against Go version 1.10.x to be up-to-date with new releases

    ๐Ÿ”„ Changed

    • pkg/uuid: Replace md5 with sha1 and be compliant to Version 5 of RFC 4122
    • โšก๏ธ Update Dependencies section in the README file