Skip to content

v0.0.23

Compare
Choose a tag to compare
@amotl amotl released this 16 Sep 11:12
· 47 commits to main since this release

What's Changed

  • MongoDB: Unlock processing multiple collections, either from server database, or from filesystem directory
  • MongoDB: Unlock processing JSON files from HTTP resource, using https+bson://
  • MongoDB: Optionally filter server collection using MongoDB query expression
  • MongoDB: Improve error handling wrt. bulk operations vs. usability
  • DynamoDB CDC: Add ctk load table interface for processing CDC events
  • DynamoDB CDC: Accept a few more options for the Kinesis Stream:
    batch-size, create, create-shards, start, seqno, idle-sleep, buffer-time
  • DynamoDB Full: Improve error handling wrt. bulk operations vs. usability

Details

  • MongoDB: Improve support for reading JSON/BSON files by @amotl in #261
  • MongoDB: Improve error handling wrt. bulk operations vs. usability by @amotl in #262
  • DynamoDB: Add ctk load table interface for processing CDC events by @amotl in #247
  • Update datasets requirement from <3 to <4 by @dependabot in #264
  • Update aiobotocore requirement from <2.15 to <2.16 by @dependabot in #265
  • Update cattrs requirement from <24 to <25 by @dependabot in #267
  • DynamoDB Full: Improve error handling wrt. bulk operations vs. usability by @amotl in #263

Full Changelog: v0.0.22...v0.0.23