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