All Versions
9
Latest Version
Avg Release Cycle
59 days
Latest Release
2209 days ago

Changelog History

  • v0.2.0 Changes

    April 07, 2018

    ๐Ÿš€ [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
  • v0.2.0-alpha.20180407 Changes

    April 07, 2018

    ๐Ÿš€ [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
  • v0.2.0-alpha.20180328 Changes

    March 29, 2018

    ๐Ÿš€ 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
  • v0.1.5 Changes

    February 22, 2018

    ๐Ÿš€ Just a quick release to catch-up with things ๐Ÿ‘

    What's new? Not much.

    • ๐Ÿ— Build pilad with Go 1.10
    • โœ… Test project in TravisCI against Go 1.9.x and 1.10
    • Replace gvt with dep
    • โšก๏ธ Update dependencies
    • ๐Ÿ‘€ Introduce go.mod file. See https://research.swtch.com/vgo-intro

    ๐Ÿ‘€ See the full diff here: v0.1.4...v0.1.5

  • v0.1.4 Changes

    June 20, 2017

    ๐Ÿฑ One more release! This is about stability and data ๐ŸŽ ๐Ÿ‡.

    What's new?

    • ๐Ÿ— Build pilad with go1.8.3
    • ๐Ÿ›  Fix data race conditions on Database and Stack types
    • ๐Ÿ†• New Stack.UUID() function to get thread-safe Stack ID
    • โœ… Introduce new make race to find data races in tests

    Release inspired by this conversation in Reddit.

    ๐Ÿ‘€ See the full diff here: v0.1.3...v0.1.4

  • v0.1.3 Changes

    April 15, 2017

    v0.1.X strikes back again!

    What's new?

    • ๐Ÿ— Build pilad with go1.8.1
    • ๐Ÿ‘‰ Use RWMutex on base Stack implementation to allow concurrent reads
    • ๐Ÿ›  Fix data races

    ๐Ÿฑ Special thanks to @sprt, first external contributor to the project! ๐ŸŽ‰

    ๐Ÿ‘€ See the full diff here: v0.1.2...v0.1.3

  • v0.1.2 Changes

    March 05, 2017

    ๐Ÿš€ Everyday is like a release on Sunday ๐ŸŽต

    What's new?

    • ๐Ÿ›  Fix decoding bug when pushing a malformed payload
    • ๐Ÿ†• New shell client: https://github.com/oscillatingworks/piladb-sh
    • pilad: Add Go Version to Status
    • pilad: Add /_ping endpoint
    • ๐Ÿ“š godoc: Extend packages documentation
    • โšก๏ธ vendor: Update dependencies
    • ๐Ÿณ dev: Add pila.sh utilities to Docker image
    • pilad: Show links of interest in / endpoint.

    ๐Ÿš€ More about this release here: https://blog.oscillating.works/piladb-0-1-2-released-announcing-piladb-sh-and-more-89d742ea55bf#.9pra33e41

  • v0.1.1 Changes

    February 20, 2017

    ๐Ÿš€ Happy new release! ๐Ÿ’ซ

    What's new?

    • ๐Ÿ— Build pilad with go1.8
    • ๐Ÿ‘€ pila: Allow use of external Stack base implementations. See #47
    • ๐Ÿšš config: Remove unused Default() method
    • โž• Add support to codecov.io
  • v0.1.0 Changes

    December 20, 2016

    โž• Added

    • ๐Ÿš€ First release!

    ๐Ÿš€ [Unreleased]: https://github.com/fern4lvarez/piladb/compare/v0.1.5...HEAD