Releases: bchew/dynamodump
Releases · bchew/dynamodump
v1.3.0
v1.2.0
⚠️ BREAKING CHANGES
- Deletion of tables would now require a confirmation (https://github.com/bchew/dynamodump#script-unattended-usage). To restore previous behaviour,
--noConfirm
would need to be added (#51) thanks @adam-operatingops
🚀 Improvements
🔧 Maintenance (#70)
- Upgrade
Dockerfile
to usealpine3.14
base - Freeze versions used in
requirements.txt
and added a separaterequirements-dev.txt
for dev dependencies - Introduce
black
for code formatting and adjustedflake8
rules to suit, reformatted all code using black - Introduce pre-commit hooks for linting using
black
andflake8
v1.1.5
v1.1.4
v1.1.3
v1.1.2
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