Skip to content

v0.0.14

Choose a tag to compare

@amotl amotl released this 02 Sep 13:57
· 132 commits to main since this release

What's Changed

  • Replace poor man's relation name quoting with implementation
    quote_relation_name from sqlalchemy-cratedb package.
  • DynamoDB: Add special decoding for varied lists, storing them into a separate
    OBJECT(IGNORED) column in CrateDB.
  • DynamoDB: Improve to_sql() to accept list of records.

Details

  • DynamoDB: Add software test for decoding list of objects by @amotl in #37
  • Replace poor man's relation name quoting with implementation from sqlalchemy-cratedb by @amotl in #38
  • DynamoDB: Add special decoding for varied lists by @amotl in #39
  • DynamoDB: Compress transformation tests into single one. Naming things. by @amotl in #41
  • DynamoDB: Add integration test for full-load operation by @amotl in #42
  • DynamoDB: Improve to_sql() to accept list of records by @amotl in #43
  • Chore(deps): Update cattrs requirement from <24 to <25 by @dependabot in #44
  • Chore(deps): Update poethepoet requirement from <0.28 to <0.29 by @dependabot in #45

Full Changelog: v0.0.13...v0.0.14