Skip to content

Commit 869c802

Browse files
author
Michael Collado
committed
Update changelog for 0.15.1
1 parent 0e8ae90 commit 869c802

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.15.0...HEAD)
3+
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.15.1...HEAD)
4+
5+
## [0.15.1](https://github.com/MarquezProject/marquez/compare/0.15.0...0.15.1)
6+
7+
### Added
8+
9+
* Factored out common functionality in Python airflow integration [@mobuchowski](https://github.com/mobuchowski)
10+
* Added Airflow task run macro to expose task run id [@collado-mike](https://github.com/collado-mike)
11+
12+
### Changed
13+
14+
* Refactored ValuesAverageExpectationParser to ValuesSumExpectationParser and ValuesCountExpectationParser [@collado-mike](https://github.com/collado-mike)
15+
* Updated SparkListener to extend Spark's SparkListener abstract class [@collado-mike](https://github.com/collado-mike)
16+
17+
### Fixed
18+
19+
* Use current project version in spark openlineage client [@mobuchowski](https://github.com/mobuchowski)
20+
* Rewrote LineageDao queries and LineageService for performance [@collado-mike](https://github.com/collado-mike)
21+
* Updated lineage query to include new jobs that have no job version yet [@collado-mike](https://github.com/collado-mike)
422

523
## [0.15.0](https://github.com/MarquezProject/marquez/compare/0.14.2...0.15.0)
624

0 commit comments

Comments
 (0)