Skip to content

Releases: bchew/dynamodump

v1.5.0

31 Dec 11:43
31f032f

Choose a tag to compare

🚀 New features and improvements

  • Add billing mode option to support PAY_PER_REQUEST and retain default of PROVISIONED by @bashou in #119

New Contributors

Full Changelog: v1.4.7...v1.5.0

v1.4.7

30 Dec 05:27
1a29f4f

Choose a tag to compare

🐛 Bug fixes

🔧 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

Full Changelog: v1.4.6...v1.4.7

v1.4.6

20 Nov 10:28
b3afa88

Choose a tag to compare

🐛 Bug fixes

🔧 Maintenance

Full Changelog: v1.4.4...v1.4.6

v1.4.4

03 Oct 11:07
625a971

Choose a tag to compare

🔧 Maintenance

  • build(deps): Bump python from 3.9.6-alpine3.14 to 3.9.7-alpine3.14 (#97)

v1.4.3

23 Sep 11:44
907fb6b

Choose a tag to compare

🐛 Bug fixes

v1.4.2

21 Sep 12:05
a0f8159

Choose a tag to compare

🐛 Bug fixes

🔧 Maintenance

  • Sort imports and variables (#89)
  • build(deps-dev): Bump black from 21.7b0 to 21.9b0 (#92)
  • build(deps): Bump boto3 from 1.18.31 to 1.18.32 (#86)
  • build(deps-dev): Bump pre-commit from 2.14.1 to 2.15.0 (#88)

v1.4.1

29 Aug 13:59
0f6a818

Choose a tag to compare

🔧 Maintenance

  • build(deps): bump boto3 from 1.18.26 to 1.18.31 (#82)
  • build(deps-dev): bump pre-commit from 2.14.0 to 2.14.1 (#83)

🚀 Improvements

  • Add DynamoDB Local via docker-compose, tests shell script for running basic tests locally (#78)
  • Add VS Code devcontainer configuration (#79)
  • Add Dependabot version updates (#81)
  • Add CodeQL analysis GitHub Action (#80)

v1.4.0

28 Aug 13:26
c47dea6

Choose a tag to compare

🚀 New features and improvements (#76)

  • Support absolute path usage for dumpPath argument (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

27 Aug 04:40
6023bb9

Choose a tag to compare

🚀 Improvements (#75)

v1.3.3

27 Aug 02:19
93142be

Choose a tag to compare

🚀 Improvements (#74)

  • Update GitHub Action workflow to build linux/arm64 docker image arch as well
  • Add entrypoint to Dockerfile
  • Update readme with ToC and Docker instructions
  • Bump version to 1.3.3 (no code changes)