Skip to content

Releases: keboola/dynamodb-extractor

v1.0.1

17 Oct 09:43
4970b69

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Sep 11:49
b215a06

Choose a tag to compare

What's Changed

  • PST-1807 Native types support (including pretty big component refactor) by @zajca in #30
  • PST-1807 Native types PHP8 by @zajca in #29

Full Changelog: v0.9.2...v1.0.0

v0.9.2

17 Jun 12:36
047d7ca

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

13 Jun 06:21
ebcb561

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Jun 13:11
7e190b3

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

06 Jun 14:41
3b1851d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

Version v0.4.0

14 Mar 09:28
d772074

Choose a tag to compare

Features

  • Added support for manifest files (enabled incremental flag) (#12)

Version v0.3.0

09 Feb 22:52

Choose a tag to compare

  • Improved documentation
  • Better PHP settings
  • Add limit and dateFilter options
  • More tests
  • Testing both exceptions and exit codes

Compare: v0.2.0...v0.3.0

Version v0.2.0

09 Feb 22:38

Choose a tag to compare

  • 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

26 Oct 16:07

Choose a tag to compare

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