Skip to content

Releases: delta-io/delta-sharing

Delta Sharing 1.3.9

15 Jan 02:22

Choose a tag to compare

We’d like to announce the release of Delta Sharing 1.3.9, which introduces the following improvements:

  • Add GenerateTemporaryTableCredential to DeltaSharingClient (#836)
  • Enhance HTTP request logging with cloud provider detection and response headers (#834)

Credits: Sun Cao, Tom Zhu

Delta Sharing 1.3.8

05 Dec 00:41

Choose a tag to compare

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

05 Dec 00:46

Choose a tag to compare

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

05 Dec 00:36

Choose a tag to compare

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

05 Dec 20:47

Choose a tag to compare

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

02 Dec 01:55

Choose a tag to compare

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

27 Nov 00:24

Choose a tag to compare

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

26 Nov 17:49

Choose a tag to compare

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

13 Nov 00:57

Choose a tag to compare

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

15 Aug 00:21

Choose a tag to compare

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