github.com/fern4lvarez/piladb@v0.2.0-alpha.20180407/CHANGELOG.md (about)

     1  Changelog
     2  =========
     3  
     4  All notable changes to this project will be documented in this file.
     5  
     6  ## [Unreleased]
     7  
     8  ### Added
     9  - Add option to allow pushing on a Stack when this is full
    10  - Add graceful shutdown of pilad server
    11  - Add `BASE` operation
    12  - Add `EMPTY` operation
    13  - Add `FULL` operation
    14  - Add `ROTATE` operation
    15  - Add `BLOCK` and `UNBLOCK` operations
    16  - Add opt-out request for donation on server startup
    17  
    18  ### Changed
    19  - pkg/uuid: Replace md5 with sha1 and be compliant to Version 5 of RFC 4122
    20  - Update Dependencies section in the README file
    21  - Test against Go version 1.10.x to be up-to-date with new releases
    22  
    23  ## [0.1.5] - 2018-02-23
    24  
    25  ### Added
    26  - Replace `gvt` with `dep` for vendoring dependencies
    27  - Add `vgo`'s `go.mod` file
    28  - Test against new versions of Go: 1.9.x and 1.10
    29  
    30  ### Changed
    31  - Update dependencies
    32  
    33  ## [0.1.4] - 2017-06-20
    34  
    35  ### Added
    36  - Build `pilad` with go1.8.3
    37  - Introduce `make race` to identify data races in tests
    38  - pila: Add `Stack.UUID()` function to get thread-safe Stack ID
    39  
    40  ### Fixed
    41  - pila: Fix data race conditions on Database and Stack ID
    42  
    43  ## [0.1.3] - 2017-04-15
    44  
    45  ### Added
    46  - Build `pilad` with go1.8.1
    47  
    48  ### Changed
    49  - pkg/stack: Use RWMutex for concurrent reads
    50  
    51  ### Fixed
    52  - pkg/stack: Fix data race conditions on Size and Peek
    53  - pila: Fix data race conditions on concurrent updates of Stack dates
    54  
    55  ## [0.1.2] - 2017-03-05
    56  
    57  ### Added
    58  - pilad: Add Go Version to Status
    59  - pilad: Add `/_ping` endpoint
    60  - godoc: Extend packages documentation
    61  - vendor: Update dependencies
    62  - dev: Add pila.sh utilities to Docker image
    63  
    64  ### Changed
    65  - pilad: Show links of interest in `/` endpoint
    66  
    67  ### Fixed
    68  - Fix decoding bug when pushing a malformed payload
    69  
    70  ## [0.1.1] - 2017-02-20
    71  
    72  ### Added
    73  - Build `pilad` with go1.8
    74  - pila: Allow use of external Stack base implementations. See https://github.com/fern4lvarez/piladb/pull/47
    75  - Add support to codecov.io
    76  
    77  ### Removed
    78  - config: Remove unused Default() method
    79  
    80  ## [0.1.0] - 2016-12-20
    81  
    82  ### Added
    83  - First release!
    84  
    85  [Unreleased]: https://github.com/fern4lvarez/piladb/compare/v0.1.5...HEAD
    86  [0.1.5]: https://github.com/fern4lvarez/piladb/compare/v0.1.4...v0.1.5
    87  [0.1.4]: https://github.com/fern4lvarez/piladb/compare/v0.1.3...v0.1.4
    88  [0.1.3]: https://github.com/fern4lvarez/piladb/compare/v0.1.2...v0.1.3
    89  [0.1.2]: https://github.com/fern4lvarez/piladb/compare/v0.1.1...v0.1.2
    90  [0.1.1]: https://github.com/fern4lvarez/piladb/compare/v0.1.0...v0.1.1
    91  [0.1.0]: https://github.com/fern4lvarez/piladb/compare/dda6b656cbd635dab8e9fc6c254a46f01e4e43ca...v0.1.0