Skip to content

Releases: delta-io/delta-sharing

Delta Sharing 1.0.5

23 Apr 17:19
Compare
Choose a tag to compare

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

  • Add queryID in userAgent for spark delta sharing queries. (#481)
  • Add json predicate hints to load_as_pandas. (#480)
  • [Streaming] Lower the minimum streaming rpc interval to 10s (#479)
  • Handle ConnectionClosedException in place in DeltaSharingRestClient.getResponse. (#475)
  • Do not retry on ConnectionClosedException (#470)
  • Adds more logging in DeltaSharingFileSystem (#468)

Credits: Abhijit Chakankar, Lin Zhou

Delta Sharing 0.7.8

23 Apr 20:32
Compare
Choose a tag to compare

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

  • Add queryID in userAgent for spark delta sharing queries. (#482)
  • Handle ConnectionClosedException in place in DeltaSharingRestClient.getResponse. (#476)
  • Do not retry on ConnectionClosedException (#471)
  • Adds more logging in DeltaSharingFileSystem (#469)

Credits: Lin Zhou

Delta Sharing 1.0.4

18 Jan 18:38
Compare
Choose a tag to compare

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

  • Supports http proxy in accessing DeltaSharing file-system. (#450)
  • Added more logging for paginated query requests (#445) (#446)

Credits: Charlene Lyu, Lin Zhou, Moe Derakhshani

Delta Sharing 1.0.3

02 Dec 01:24
Compare
Choose a tag to compare

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

  • Improve error handling and logging in DeltaSharingSource. (#436)
  • Introduce Timestamp and UUID as suffix to table path in RemoteDeltaLog (#443)

Credits: Lin Zhou

Delta Sharing 0.7.7

02 Dec 00:01
Compare
Choose a tag to compare

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

Improvements:

  • Improve error handling and logging in DeltaSharingSource. (#435)
  • Introduce Timestamp and UUID as suffix to table path in RemoteDeltaLog (#442)
    Credits: Lin Zhou

Delta Sharing 0.6.11

01 Dec 23:23
Compare
Choose a tag to compare

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

Improvements:

  • Improve error handling and logging in DeltaSharingSource. (#434)
  • Introduce Timestamp and UUID as suffix to table path in RemoteDeltaLog (#441)

Credits: Lin Zhou

Delta Sharing 1.0.2

23 Oct 20:53
Compare
Choose a tag to compare

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

  • DeltaSharingClient able to set responseFormat as a list of format it could cover, and handle the response in any format in the list. (#422, #427)
  • RemoteDeltaLog to be able to accept table metadata as an input parameter when being initialized. (#423)

Credits: Lin Zhou

Delta Sharing 1.0.1

04 Oct 18:57
Compare
Choose a tag to compare

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

  • Improve error message on unrecognized file from server, and add queryTableVersionIntervalSeconds (#402)
  • Migrate parquet sharing related classes from spark/ to client/ (#405)
  • Fix Tests with a copy of DeltaMetadata (#408)
  • Move limit pushdown config to ConfUtils (#411)
  • Fix type of files used for DeltaTableFiles (#418)

Credits: Charlene Lyu, Lin Zhou

Delta Sharing 0.7.6

03 Oct 19:55
Compare
Choose a tag to compare

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

  • Support refresh token to refresh the pre-signed urls correctly for queries on the latest snapshot. (#391)
  • Improve error message on unrecognized file from server, and add queryTableVersionIntervalSeconds (#402)
  • Fix type used for DeltaTableFiles (#417)

Credits: Charlene Lyu, Lin Zhou

Delta Sharing 0.6.10

03 Oct 17:41
Compare
Choose a tag to compare

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

  • Support refresh token to refresh the pre-signed urls correctly for queries on the latest snapshot. (#390)
  • Improve error message on unrecognized file from server, and add queryTableVersionIntervalSeconds (#401)

Credits: Charlene Lyu, Lin Zhou