Skip to content

Commit

Permalink
create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Oct 25, 2018
1 parent 2e80f67 commit afea867
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Upcomming]
- automatic cleanup of lz4 buffer files
- integrity checks on startup
- easier-to-use indexing abstractions
- LMDB implementation of MetaDB

## [0.0.1] - 2018-10-25
### Added
- Cipher interface
- Compressor interface
- MetaDB interface
- BoltDB implementation of MetaDB
- Filelock
- God level DB struct with options
- Pluggable zap logger
- Async reader implements context cancellation
- extended test coverage

### Changed
- removed hardcoded encryption and compression
- removed hardcoded LMDB as metadb
- minor breaking API changes with abdullin/cellar

## [0.0.0] - abdullin/cellar
original fork of abdullin/cellar

0 comments on commit afea867

Please sign in to comment.