Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 863 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 863 Bytes

Change Log

Notable features, fixes, and changes (breaking and non-breaking) between releases will be documented in this file. Semantic Versioning shall be used for version numbering in this project.

v1.0.1 (2016-09-22)

New Features

  • Added basic Travis tests for Cassandra 2.0, 2.1, 2.2, 3.0, and 3.7

Fixes

  • Fixed errors packaging/restoring from Cassandra 3.0 and 3.7
  • Cleaned up putSnapshot output when restoring to Cassandra 2.2

Changes

v1.0.0 (2016-09-15)

New Features

  • Initial commit of getSnapshot and putSnapshot utilities
  • Added basic documentation via README.md
  • Added contribution guidelines and change log

Fixes

Changes