Releases: bchew/dynamodump
Releases · bchew/dynamodump
v1.5.0
v1.4.7
🐛 Bug fixes
- Fix custom host/port for local DynamoDB (pass endpoint_url for local dynamodb with linting) by @levilloyd in #118, thanks @FlorianBruckner and @levilloyd
🔧 Maintenance
- build(deps-dev): Bump pre-commit from 2.15.0 to 2.16.0 by @dependabot in #114
- build(deps-dev): Bump black from 21.11b1 to 21.12b0 by @dependabot in #115
- chore: upgrade default python usage to 3.10 by @bchew in #117
New Contributors
- @levilloyd made their first contribution in #118
Full Changelog: v1.4.6...v1.4.7
v1.4.6
🐛 Bug fixes
- fix: fix entrypoint in Dockerfile by @bchew in #113, thanks @kennethtxytqw for creating the original PR in #111
🔧 Maintenance
- build(deps-dev): Bump flake8 from 3.9.2 to 4.0.0 by @dependabot in #99
- build(deps-dev): Bump flake8 from 4.0.0 to 4.0.1 by @dependabot in #100
- build(deps): Bump boto3 from 1.18.32 to 1.19.3 by @dependabot in #104
- build(deps-dev): Bump black from 21.9b0 to 21.10b0 by @dependabot in #105
- build(deps): Bump boto3 from 1.19.3 to 1.20.3 by @dependabot in #108
- build(deps-dev): Bump black from 21.10b0 to 21.11b1 by @dependabot in #112
Full Changelog: v1.4.4...v1.4.6
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
🚀 New features and improvements (#76)
- Support absolute path usage for
dumpPathargument (pulled from #68), thanks @Ram-dev06 - Add more tests to cover non-default and absolute dump path usages
- Refactor test GitHub Actions workflow to parallelise addtional tests, add Python versions >=3.6 to strategy matrix
- Bump version to 1.4.0
v1.3.4
🚀 Improvements (#75)
- Publish Docker images to ECR Public and GitHub container registries, Docker images now available at:
- Docker Hub: https://hub.docker.com/r/bchew/dynamodump
- ECR Public: https://gallery.ecr.aws/bchew/dynamodump
- GitHub container registry: https://github.com/bchew/dynamodump/pkgs/container/dynamodump
- Bump version to 1.3.4 (no changes)