Releases: keboola/dynamodb-extractor
Releases · keboola/dynamodb-extractor
v1.0.1
What's Changed
- Fix: create manifest files for child tables by @ondrajodas in #31
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.9.2
What's Changed
- Implement placeholders in query adapter by @ondrajodas in #28
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
v0.8.0
What's Changed
- Add license by @ujovlado in #21
- Update README.md by @ujovlado in #22
- Migrate gh actions by @ondrajodas in #23
- Update vendor packages by @ondrajodas in #24
New Contributors
- @ondrajodas made their first contribution in #23
Full Changelog: v0.7.1...v0.8.0
Version v0.4.0
Features
- Added support for manifest files (enabled incremental flag) (#12)
Version v0.3.0
- Improved documentation
- Better PHP settings
- Add
limitanddateFilteroptions - More tests
- Testing both exceptions and exit codes
Compare: v0.2.0...v0.3.0
Version v0.2.0
- Fixed bug when extractor continues to run on DynamoDB 4xx error
- Introduced UserException
- Add test for unknown table
Compare: v0.1.0...v0.2.0
Version v0.1.0
Very first version with basic export support:
- full table dump (no queries, no filters)
- ability to enable (bool)
- ability to set incremental (bool)
- mapping (csv-map)
- only scan method support