Releases: thelastpickle/cassandra-medusa
Releases · thelastpickle/cassandra-medusa
v0.6.0
0.6.0 (2020/05/15 13:27 +00:00)
- Add ini option to enable -ssl parameter for nodetool (@ANeumann82)
- Add S3 region selector for S3 rgw (@mclpfr)
- Disable checksum comparisons for the local storage provider. (@adejanovski)
- Enable SSL Authentication for Medusa to access Cassandra SSL Clusters (@SINDHUJA21)
- Local and s3 RGW backends now use streams for both uploads and downloads. (@nicholasamorim)
- fix fqdn not honored in config file (@chebelom)
- fix medusa download command not working due to missing parameter (@chebelom)
- medusa get_last_complete_cluster_backup explodes if no complete cluster backup exists (@chebelom)
- Add a delete-backup command (@arodrime)
- Allow awscli binary path to be specified (@bishoprunout)
- Add ssh port info to Readme.md and medusa-example.ini (@alvaropalmeirao)
v0.5.1
0.5.1
- Improve S3 connection performance when IAM roles aren't used (@adejanovski)
v0.5.0
0.5.0
- Add customized port to ssh section (@alvaropalmeirao)
- Fix the usage of prefix for multi tenant buckets (@adejanovski)
- Fix sstableloader calls for clusters without authentication (@adejanovski)
- Adding support for Env Credentials and IAM Role (@alvaropalmeirao)
- add aws regions by bumping libcloud (@arodrime)
v0.4.1
0.4.1
- Publish debian packages (@arodrime/@adejanovski)
- Fixed the path to the file where S3 is configured for integration tests. (@pumpkiny9120)
- Use awscli for large files downloads (@adejanovski)
- Fixing issue #54 - permission denied during build (@arodrime)
- Pass temp_dir to restore-node command from restore-cluster command (@jfharden)
- Add offline installation informations (@adejanovski)
- Set nodetool parameters (@bhagenbourger)
- Instead of failing on nodetool clearsnapshot, just log a warning message as the backup is essentially finished. (@nicholasamorim)
- Add Gitter badge (@gitter-badger)
- Added support to Ceph Object Gateway, an API compatible with S3. Uses s3_rgw libcloud driver. (@nicholasamorim)
- Added logging section to configuration which provides control over logging-to-file (@nicholasamorim)
- Fix compatibility with python3.5 (@bhagenbourger/@adejanovski)
v0.3.1
0.3.1 (2019/12/04 15:22 +00:00)
- 4c4325e Fix differential backups re-uploading files in S3 (@adejanovski)
v0.3.0
0.3.0 (2019/11/27 16:41 +00:00)
- 7681b4e Use multi part uploads for S3 (@adejanovski)
- f2812da Replacing custom ssh management by parallel-ssh lib (@arodrime)
- 0f4b857 Parse blob names with regexpes. Fixes #12 (@rzvoncek)
- 6089e3d requirements require minimum versions, not exact versions (@michaelsembwever)
- e7eef09 Added nose & flake8 libs to test libraries (@maciej-lasyk)
- 78a2af5 Fix contact point address discovery when listen_address is missing from cassandra.yaml (@adejanovski)
- c5b9527 use correct terminology of 'IAM Policy' rather than 'IAM Strategy' (@michaelsembwever)
- 5b01fd8 Support backups of SIs (@rzvoncek)