Skip to content

Releases: delta-io/delta-sharing

Delta Sharing 0.6.8

16 Jun 22:32
Compare
Choose a tag to compare

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

Improvements:

  • Support endingVersion in queryTable RPC in delta-sharing 0.6 (#327)

Credits: Lin Zhou

Delta Sharing 0.7.0

16 Jun 00:40
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.5, which introduces the following improvement and bug fixes.
Improvements:

  • Fix for issue #320 (#326)
  • Issue ref #269: OAuth 2.0 Credential Format for Delta Sharing Python … (#309)
  • Add maxRetryDuration in the retry logic in spark client; consolidate configs; add unit tests (#316)
  • Add documentation for integrating R2 (#317)
  • feat: copied OpenAPI document from rivebank repo (#300)
  • Add an optional expirationTimestamp field for pre signed urls (#312)
  • Support get_table_version/get_table_protocol/get_table_metadata in python (#302)
  • Support endingVersion in queryTable RPC (#304)

Credits: Abhijit Chakankar, Amsteel, Dima Alberg, Lin Zhou, Tom Zhu, pavan-kumar-chalamcharla

Delta Sharing 0.6.7

02 Jun 19:46
Compare
Choose a tag to compare

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

Improvements:

  • Add maxRetryDuration in the retry logic in spark client; consolidate configs. (#316)

Credits: Abhijit Chakankar

Delta Sharing 0.6.6

31 May 00:14
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.6, which introduces the following bug fixes.

Bug fixes:

  • Retry on SocketTimeoutException and log when client is not retrying. (#314, #315)

Credits: Abhijit Chakankar, Lin Zhou

Delta Sharing 0.6.4

12 May 10:27
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.4, which introduces the following bug fixes.

Bug fixes:

  • Refresh pre-signed urls in DeltaSharingSource in getBatch. (#301, #306)
  • Optimize delta sharing spark client handling of presigned url response. (#294)

Credits: Abhijit Chakankar, Lin Zhou

Delta Sharing 0.6.3

17 Feb 19:20
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.3, which introduces the following improvement and bug fixes.

Improvements:

  • Support jsonPredicateHints in delta sharing protocol, and support it in spark connector. (#253, #255, #256, #257, #258, #264, #270, #272, #273, #274)
  • Add UUIDs as Table IDs on the reference server. (#262, #263, #267)
  • Support more flexible timestamp options in spark (#231)
  • Fix typo of start_version in load_table_changes_as_spark in README (#249)

Credits: Abhijit Chakankar, Lin Zhou, Xiaotong Sun

Delta Sharing 0.5.4

11 Jan 19:30
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.5.4, which introduces the following bug fixes.
Bug fixes:

  • Spark connector changes to consume size from metadata. (#244)

Credits: Abhijit Chakankar, Lin Zhou

Delta Sharing 0.5.3

21 Dec 00:39
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.5.3, which introduces the following bug fixes.

Bug fixes:

  • Extends DeltaSharingProfileProvider to customize tablePath and refresher (#225)
  • Refresh pre-signed urls for cdf queries (#226)
  • Fix partitionFilters issue for cdf queries. (#230)
  • Fix comparison of the expiration time to current time for pre-signed urls.(#237)

Credits: Abhijit Chakankar, Lin Zhou, William Chau

Delta Sharing 0.6.2

20 Dec 23:51
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.2, which introduces the following improvement and bug fixes.

Bug fixes:

  • Fix comparison of the expiration time to current time for pre-signed urls.(#236)

Credits: Lin Zhou, William Chau

Delta Sharing 0.6.1

20 Dec 01:50
Compare
Choose a tag to compare

We’d like to announce the release of Delta Sharing 0.6.1, which introduces the following improvement and bug fixes.

Improvements:

  • Spark connector changes to consume size from metadata. (#228)
  • Improve delta sharing error messages(#235)

Bug fixes:

  • Extends DeltaSharingProfileProvider to customize tablePath and refresher (#223)
  • Refresh pre-signed urls for cdf and streaming queries (#221, #222)
  • Allow 0 for versionAsOf parameter, to be consistent with Delta (#224)
  • Fix partitionFilters issue: apply it to all file indices. (#227, #229)

Credits: Abhijit Chakankar, Lin Zhou