Skip to content

Knapsack 1.3.2.0

Latest
Compare
Choose a tag to compare
@jprante jprante released this 29 Sep 19:02
· 56 commits to master since this release
  • new: support for Elasticsearch 1.3.2
  • new: all knapsack actions are reimplemented as Java API transport actions
  • new: Elasticsearch bulk format support
  • new: byte progress watcher, splitting into more than one archive file by byte size
  • new: _push action for copying indices
  • new: _pull endoint for fetching indices
  • new: index aliases recorded in archive file
  • new: archive codec API
  • removed S3 support - use ES snapshot/restore for this
  • added numerous junit tests
  • switch to bzip2 implementation of https://code.google.com/p/jbzip2/
  • switch to JDK ZIP archive implementation
  • cleaned up tar implementation
  • _state action overhaul
  • _abort action overhaul