forked from tbarbugli/cassandra_snapshotter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
28 lines (22 loc) · 887 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
* Configurable SSH port
* Change agent put from multiprocessing to threading
* Upload retries
* Cleanup failed multipart uploads (remove parts from S3)
* Add upload timeout (fails if uploading 60MB takes more than 600s)
0.2.5
* remove some S3 addictional charges coming from not necessary bucket validation
0.2.4
* add support for S3 server side encryption
0.2.3
* fix bug with upload manifest and some weird fabric / boto version combination
* fix problems with non us-west S3 buckets (s3 region is now an explicit parameter)
0.2.2
* fix bug with install requirements
0.2.1
* add support for password authentication
0.2.0
* Compress backups with lzop
* Upload files using a python agent installed on nodes
* Add restore from S3 to cluster (using sstableloader)
* Add support for thrift schema backups (via cassandra-cli)
* Configurable connection pool size option