Skip to content

Releases: bchew/dynamodump

v1.3.0

23 Aug 12:52
4efd502
Compare
Choose a tag to compare

🚀 Improvements (#71)

v1.2.0

22 Aug 12:38
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

🚀 Improvements

🔧 Maintenance (#70)

  • Upgrade Dockerfile to use alpine3.14 base
  • Freeze versions used in requirements.txt and added a separate requirements-dev.txt for dev dependencies
  • Introduce black for code formatting and adjusted flake8 rules to suit, reformatted all code using black
  • Introduce pre-commit hooks for linting using black and flake8

v1.1.5

07 Nov 11:11
e0b978c
Compare
Choose a tag to compare
  • Skip throughput update on restore
  • Migrate CI from Travis CI to GitHub actions
  • Update Dockerfile to use Python 3

v1.1.4

18 Mar 06:07
Compare
Choose a tag to compare
  1. Added Prefix to the s3.list_objects_v2 request to speed up the search.
  2. Fixed a bug related to filename mapping during restore; should use args.dumpPath instead ofdump.

Thanks @kyhau

v1.1.3

29 Jan 12:23
3a001ce
Compare
Choose a tag to compare
  • Python 2/3 support

v1.1.2

28 Jan 03:24
0224ff4
Compare
Choose a tag to compare

CI fixes

  • Add BOTO_CONFIG env to fix travis-ci #45, thanks @loomchild @MattSurabian
  • Switch dynalite to AWS DynamoDB Local for stability and support
  • Remove nodejs requirement
  • Fix tests to work with DynamoDB Local
  • Update readme

v1.1.1

16 Jul 10:57
Compare
Choose a tag to compare
Add basic wildcard testing

v1.1.0

30 May 01:13
Compare
Choose a tag to compare
Limit thread count, support backup by tags, compressed backups and st…