Releases: bchew/dynamodump
Releases · bchew/dynamodump
v1.5.1
🔧 Maintenance
- chore: replace dependabot with renovate by @bchew in #120
- chore: update renovate config by @bchew in #124
- chore(deps): update dependency boto3 to v1.20.26 by @renovate in #125
- chore(deps): update dependency pre-commit to v2.17.0 by @renovate in #128
- chore(deps): update python docker tag to v3.10.2 by @renovate in #127
- chore(deps): update dependency black to v22 by @renovate in #129
- chore(deps): update actions/setup-python action to v3 by @renovate in #130
- chore(deps): update actions/checkout action to v3 by @renovate in #131
- chore(deps): update dependency python to v3.10.3 by @renovate in #132
- chore(deps): update dependency python to v3.10.4 by @renovate in #133
- chore(deps): update dependency black to v22.3.0 by @renovate in #134
- chore(deps): update pre-commit hook ambv/black to v22.3.0 by @renovate in #135
- chore(deps): update dependency boto3 to v1.21.31 by @renovate in #136
- chore(deps): update dependency boto3 to v1.21.32 by @renovate in #137
- chore(deps): update dependency pre-commit to v2.18.1 by @renovate in #138
Full Changelog: v1.5.0...v1.5.1
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)