Delta-sharing

Latest version: v1.3.2

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.6.0

We are excited to announce the release of Delta Sharing 0.6.0, which introduces the following improvements.

Improvements:

- Support using a delta sharing table as a source in [spark structured streaming](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html), which allows recipients to stay up to date with the shared data. ([#189](https://github.com/delta-io/delta-sharing/pull/189), [#190](https://github.com/delta-io/delta-sharing/pull/190), [#194](https://github.com/delta-io/delta-sharing/pull/194), [#195](https://github.com/delta-io/delta-sharing/pull/195), [#198](https://github.com/delta-io/delta-sharing/pull/198), [#199](https://github.com/delta-io/delta-sharing/pull/199), [#200](https://github.com/delta-io/delta-sharing/pull/200), [#201](https://github.com/delta-io/delta-sharing/pull/201), [#204](https://github.com/delta-io/delta-sharing/pull/204), [#205](https://github.com/delta-io/delta-sharing/pull/205), [#207](https://github.com/delta-io/delta-sharing/pull/207), [#208](https://github.com/delta-io/delta-sharing/pull/208), [#209](https://github.com/delta-io/delta-sharing/pull/209), [#211](https://github.com/delta-io/delta-sharing/pull/211), [#212](https://github.com/delta-io/delta-sharing/pull/212), [#214](https://github.com/delta-io/delta-sharing/pull/214), [#216](https://github.com/delta-io/delta-sharing/pull/216), [#217](https://github.com/delta-io/delta-sharing/pull/217), [#218](https://github.com/delta-io/delta-sharing/pull/218), [#219](https://github.com/delta-io/delta-sharing/pull/219))
- Fix a few nits in the PROTOCOL documentation ([213](https://github.com/delta-io/delta-sharing/pull/213))
- Support timestampAsOf parameter in delta sharing data source. ([186](https://github.com/delta-io/delta-sharing/pull/186), [#187](https://github.com/delta-io/delta-sharing/pull/187), [#188](https://github.com/delta-io/delta-sharing/pull/188))

Credits: Abhijit Chakankar, Lin Zhou, Xiaotong Sun

0.5.4

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](https://github.com/delta-io/delta-sharing/pull/244))

Credits: Abhijit Chakankar, Lin Zhou

0.5.3

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](https://github.com/delta-io/delta-sharing/pull/225))
- Refresh pre-signed urls for cdf queries ([226](https://github.com/delta-io/delta-sharing/pull/226))
- Fix partitionFilters issue for cdf queries. ([230](https://github.com/delta-io/delta-sharing/pull/230))
- Fix comparison of the expiration time to current time for pre-signed urls.([237](https://github.com/delta-io/delta-sharing/pull/237))

Credits: Abhijit Chakankar, Lin Zhou, William Chau

0.5.2

Delta Sharing 0.5.2 has one single change that adds ability to override HTTP headers included in the request to the Delta Sharing server.

- Add a Custom Http Header Provider ([192](https://github.com/delta-io/delta-sharing/pull/192))

Credits: Xiaotong Sun

0.5.1

We are excited to announce the release of Delta Sharing 0.5.1, which introduces the following changes.

Improvements:

- Upgrade AWS SDK to 1.12.189 ([170](https://github.com/delta-io/delta-sharing/pull/170))
- More tests on the error message when loading table fails ([164](https://github.com/delta-io/delta-sharing/pull/164))
- Add ability to configure armeria server request timeout ([163](https://github.com/delta-io/delta-sharing/pull/163))
- documentation improvements ([171](https://github.com/delta-io/delta-sharing/pull/171), [#179](https://github.com/delta-io/delta-sharing/pull/179))

Bug fixes:

- Fix column selection bug on Delta Sharing CDF spark dataframe ([184](https://github.com/delta-io/delta-sharing/pull/184))
- Fix GCS path reading ([181](https://github.com/delta-io/delta-sharing/pull/181))

Credits: Antonio Irizarry, Lin Zhou, Shixiong Zhu, Pat McCauley

0.5.0

We are excited to announce the release of Delta Sharing 0.5.0, which introduces the following improvements.

Improvements:

- Support for [Change Data Feed](https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md#read-change-data-feed-from-a-table) which allows clients to fetch incremental changes for the shared tables. ([135](https://github.com/delta-io/delta-sharing/pull/135), [#136](https://github.com/delta-io/delta-sharing/pull/136), [#137](https://github.com/delta-io/delta-sharing/pull/137), [#138](https://github.com/delta-io/delta-sharing/pull/138), [#140](https://github.com/delta-io/delta-sharing/pull/140), [#141](https://github.com/delta-io/delta-sharing/pull/141), [#142](https://github.com/delta-io/delta-sharing/pull/142), [#145](https://github.com/delta-io/delta-sharing/pull/145), [#146](https://github.com/delta-io/delta-sharing/pull/146), [#147](https://github.com/delta-io/delta-sharing/pull/147), [#148](https://github.com/delta-io/delta-sharing/pull/148), [#149](https://github.com/delta-io/delta-sharing/pull/149), [#150](https://github.com/delta-io/delta-sharing/pull/150), [#151](https://github.com/delta-io/delta-sharing/pull/151), [#152](https://github.com/delta-io/delta-sharing/pull/152), [#153](https://github.com/delta-io/delta-sharing/pull/153), [#155](https://github.com/delta-io/delta-sharing/pull/155), [#159](https://github.com/delta-io/delta-sharing/pull/159))
- Include response body in HTTPError exception in Python library ([124](https://github.com/delta-io/delta-sharing/pull/124))
- Improve the error message for the /share/schema/table APIs ([120](https://github.com/delta-io/delta-sharing/pull/120))
- Protocol and REST API documentation improvements ([121](https://github.com/delta-io/delta-sharing/pull/121), [#128](https://github.com/delta-io/delta-sharing/pull/128), [#131](https://github.com/delta-io/delta-sharing/pull/131))
- Add query_table_version to the rest client ([111](https://github.com/delta-io/delta-sharing/pull/111))

Credits: Abhijit Chakankar, Alex Ott, Lin Zhou, Shixiong Zhu, William Chau, Xiaotong Sun, harksin, Kohei Toshimitsu, Vuong Nguyen

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.