Skip to content

python-v0.18.0: CDC for update operation, added `set table properties` operation

Compare
Choose a tag to compare
@ion-elgreco ion-elgreco released this 06 Jun 18:26
· 273 commits to main since this release
f23c92d

New features

  • feat: adopt kernel schema types by @roeap in #2495
  • feat: add stats to convert-to-delta operation by @gruuya in #2491
  • feat(python, rust): add set table properties operation by @ion-elgreco in #2264
  • feat: implement transaction identifiers - continued by @roeap in #2539
  • feat: introduce CDC write-side support for the Update operations by @rtyler in #2486

Bug Fixes

  • fix(rust, python): fixed differences in storage options between log and object stores by @mightyshazam in #2500
  • fix: enable field_with_name to support nested fields with '.' delimiter by @alexwilcoxson-rel in #2519
  • fix(python): release GIL on most operations by @adriangb in #2512
  • fix: clippy warnings by @imor in #2548
  • fix: remove deprecated overwrite_schema configuration which has incorrect behavior by @rtyler in #2554
  • fix: update deltalake crate examples for crate layout and TimestampNtz by @jhoekx in #2559
  • fix: consistently use raise_if_key_not_exists in CreateBuilder by @vegarsti in #2569
  • fix: cast support fields nested in lists and maps by @HawaiianSpork in #2541

Other Changes

New Contributors

Full Changelog: python-v0.17.4...python-v0.18.0