Breaking changes
dynamodb.read_partiql
no longer performs a Scan operation under the hood. Instead theExecuteStatement
API is used. It means that thePartiQL*
IAM permission is required instead ofScan
Noteworthy
- (feat): opensearch serverless by @kukushking in #1922. See the tutorial 🔥
- (breaking change): Use
ExecuteStatement
instead of Scan for DynamoDBread_partiql
by @jaidisido in #1964 - (enhancement) Remove session serialization/deserialization by @kukushking in #1957
What's Changed
- (enhancement): Allow override ParquetWriter args by @kukushking in #1941
- (enhancement): Add EMR configurations arg by @kukushking in #1939
- (feat): Add index_name to DynamoDB read_items by @jaidisido in #1961
- (fix): Set Content Type in lowercase by @jaidisido in #1976
- (enhancement): Add write_table_args by @kukushking in #1978
- (enhancement): Extend arrow to include python build modules by @nkarpov in #1977
- (fix): Add uuid to athena2pyarrow mapping by @jaidisido in #1995
- (fix): Add missing TIME type to pyarrow2redshift conversion method by @jaidisido in #2040
- (enhancement): Add configurable query polling delay parameters by @LeonLuttenberger in #2056
- (enhancement)" Add @experimental and @deprecated annotations by @kukushking in #2062
- (enhancement): Update EMR release version for tests and default by @malachi-constant in #2065
- (enhancement): Add loaded and default parameters to config args by @LeonLuttenberger in #2075
Documentation
- (docs): fix contributing guide by @jaidisido in #2054
- (docs): Document return value of timestream.write by @mdavis-xyz in #2025
Tests
- (tests): Add Glue DQ role name by @kukushking in #1936
- (tests): Fix mock call args error on py37 by @kukushking in #1937
- (tests): Fix any unnecessary
xfail
's in tests by @malachi-constant in #1930 - (tests): Move AOSS collection to infra by @kukushking in #1993
- (tests): Add missing LakeFormation permissions by @kukushking in #2001
- (test-infra): Replace cfn export with ssm parameters by @malachi-constant in #2009
- (tests): Fix SSE defaults by @kukushking in #2049
New Contributors
- @nkarpov made their first contribution in #1977
- @mdavis-xyz made their first contribution in #2025
Full Changelog: 2.19.0...2.20