0.29.2 - 2023-06-30
Added
- Flink: support Flink version 1.17.1
#1947
@pawel-big-lebowski
Support Flink versions: 1.15.4, 1.16.2 and 1.17.1. - Spark: support Spark 3.4
#1790
@pawel-big-lebowski
Introduce support for latest Spark version 3.4.0, along with 3.2.4 and 3.3.2. - Spark: add Databricks platform integration test
#1928
@pawel-big-lebowski
Spark integration test to verify behaviour on databricks platform to be run manually in CircleCI when needed. - Spec: add static lineage event types
#1880
@pawel-big-lebowski
As a first step in implementing static lineage, this adds newDatasetEvent
andJobEvent
types to the spec, along with support for the new types in the Python client.
Removed
- Proxy: remove unused Golang client approach
#1926
@mobuchowski
Removes the unused Golang proxy, rendered redundant by the fluentd proxy. - Req: bump minimum supported Python version to 3.8
#1950
@mobuchowski
Python 3.7 is at EOL. This bumps the minimum supported version to 3.8 to keep the project aligned with the Python EOL schedule.