Skip to content

v4.102.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:54
1195eca

For installation instructions check out the getting started guide.

Added

  • aws_dynamodb_partiql: Added use_batch field (default true) to enable single ExecuteStatement calls for PartiQL SELECT queries against Global Secondary Indexes, since BatchExecuteStatement does not support GSI queries. (@squiidz, #4588)
  • migrator: Support ability to set headers via config. (@josephwoodward, #4615)

Fixed

  • iceberg: Fixed table_location prefix handling to work correctly both with and without trailing slashes, resolving CreateTable failures on schema-evolved tables. (@david-yu, #4604)

The full change log can be found here.