Skip to content

Version v0.2.0

Compare
Choose a tag to compare
@valmat valmat released this 05 Dec 17:21
· 109 commits to master since this release

v.0.1.5

  • Some minor fixes and some minor improvements.
  • Changed the backups mechanism.
  • Added option num_backups_to_keep (when deletes old backups, keeping latest num_backups_to_keep alive)
  • Added command delete backup as an example.
  • Added new config settings: wal_dir, wal_ttl_seconds, wal_size_limit_mb

v.0.1.6

  • Added listener RequestBackupMdel as plugin example.
  • Added class Batch.
  • Added bool RocksDBWrapper::keyExist(const rocksdb::Slice &key). (bool RocksDBWrapper::keyExist(const rocksdb::Slice &key, std::string &value, bool &value_found) remained).
  • Fixed class PostData
  • Fixed duplication in RequestTailing
  • Restructured files structure.
  • Separated version in the file version.h.
  • Fixed & improved class Batch.
  • Added template method ProtocolOut::setKey(...).

v.0.1.7

  • Some minor fixes

v.0.2.0

  • Release version v0.2.0