For installation instructions check out the getting started guide.
Added
- aws_dynamodb_partiql: Added
use_batchfield (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.