Releases: delta-io/delta-sharing
Delta Sharing 1.3.9
Delta Sharing 1.3.8
We’d like to announce the release of Delta Sharing 1.3.8, which introduces the following improvements:
- Add configuration to guard DeltaSharingOptionsProfileProvider usage (#826)
Credits: Sun Cao
Delta Sharing 1.2.9
We’d like to announce the release of Delta Sharing 1.2.9, which introduces the following improvements:
- Support for delta sharing profile via options (#803)
- Add configuration to guard DeltaSharingOptionsProfileProvider usage (#825)
- Clean git tag in publishing (#825)
Credits: Keerthika Koteeswaran, Sun Cao
Delta Sharing 1.1.9
We’d like to announce the release of Delta Sharing 1.1.9, which introduces the following improvements:
- Add configuration to guard DeltaSharingOptionsProfileProvider usage (#827)
Credits: Sun Cao
Delta Sharing Python 1.4.1
We’d like to announce the release of Delta Sharing Python 1.4.1, which introduces the following improvements:
- Upgrade delta-kernel-rs to 0.18.2 (#828)
Credits: Drake Lin, Patrick Jin
Delta Sharing 1.3.7
We’d like to announce the release of Delta Sharing 1.3.7, which introduces the following improvements:
- Add version validation for getMetadata and getFiles with versionAsOf parameter (#791)
- Adding post-commit CI pipeline (#806)
- Fix test suites (#805)
- Support for delta sharing profile via options (#786)
- Log URI and position details on HTTP stream read errors (#799)
Credits: Keerthika Koteeswaran, Sun Cao
Delta Sharing 1.1.8
We’d like to announce the release of Delta Sharing 1.1.8, which introduce the following improvements:
- Improve type safety for shareCredentialsOptions by using Map[String, String] (#816)
- Support for delta sharing profile via options (#810)
- Clean git tag in publishing (#811)
Credits: Keerthika Koteeswaran, Sun Cao
Delta Sharing Python 1.4.0
We’d like to announce the release of Delta Sharing Python 1.4.0, which introduces the following improvements:
- OAuth Private Key support (#733)
- Preserve column order in CDF queries (#736)
- Upgrade delta-kernel-rs to 0.18.1, supporting column mapping (CM) by both name and ID, and CDF queries on tables with CM (#809)
Credits: Pål de Vibe, Tine Kleivane, Moe Derakhshani, Zach Schuermann, Patrick Jin
Delta Sharing 1.3.6
We’d like to announce the release of Delta Sharing 1.3.6, which introduces the following improvements:
- Make RemoteDeltaSnapshotFileIndex class public (#787)
- Add logging for unexpected line and make exception public (#788)
- Add PreSigned URL access logging and retry on connection reset errors (#790)
- Update sbt version to be compatible with new Java version (#793)
- Clean git tag in publishing (#795)
Credits: Sun Cao
Delta Sharing 1.3.5
We’d like to announce the release of Delta Sharing 1.3.5, which introduces the following improvements:
- Parse httpStatusErrorCode in client from EndStreamAction and retry the request with exponential backoff if the errorCode is retry-able. (#772)
Credits: Vrinda Jindal