Skip to content

1.2.0

Choose a tag to compare

@timvaillancourt timvaillancourt released this 25 Sep 13:37
· 91 commits to master since this release
  1. MongoDB SSL connection support (#60)
  2. Support Replica Set Read Preference tag sets (#219)
  3. Support backup rotation/retention by number of days or backups (#221)
  4. Support threaded Rsync upload method (to resolve #147)
  5. Bug fix for zero node score in Replication/Replset.py when max lag >= 10 seconds (#218)
  6. Default to backup.name 'default' if not provided (#227)
  7. Use Docker persistent volume maps for docker container (#214)
  8. Default to backup.location '/var/lib/mongodb-consistent-backup' (#227)
  9. Make 'threads' and 'retries' vars are upload-component-wide (#190)
  10. Return more-descriptive error for missing required fields (#186)
  11. Ensure openssl-libs are required in RPM (for SSL support), add missing BuildRequires (#213)
  12. Check if Backup/Mongodump.py 'auto' compress mode can actually support compression (#193)
  13. Raise OperationError instead of unclean exit if gzip unsupported in mongodump (#191)
  14. Update PyPi requirements (#205)
  15. Make code adhere to flake8/pep8 standards (#198, #199)
  16. Build binary+rpm in Docker under the correct OS (#189, #201)
  17. Support Travis-ci Continuous Integration testing (#197)
  18. README updates for 1.2.0 changes (#207, #228, #229)