Releases: bchew/dynamodump
Releases · bchew/dynamodump
v1.3.2
23 Aug 14:15
Compare
Sorry, something went wrong.
No results found
Version bump, no changes from v1.3.1
v1.3.1
23 Aug 14:01
Compare
Sorry, something went wrong.
No results found
🔧 Maintenance
Set up automated Docker image publish via GitHub Action workflow as previous automated builds on Docker Hub no longer works on free/OSS tier (#73 )
v1.3.0
23 Aug 12:52
Compare
Sorry, something went wrong.
No results found
v1.2.0
22 Aug 12:38
Compare
Sorry, something went wrong.
No results found
⚠️ 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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added Prefix to the s3.list_objects_v2 request to speed up the search.
Fixed a bug related to filename mapping during restore; should use args.dumpPath instead ofdump.
Thanks @kyhau
v1.1.3
29 Jan 12:23
Compare
Sorry, something went wrong.
No results found
v1.1.2
28 Jan 03:24
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add basic wildcard testing
v1.1.0
30 May 01:13
Compare
Sorry, something went wrong.
No results found
Limit thread count, support backup by tags, compressed backups and st…