Skip to content

Commit 4257fd3

Browse files
authored
Prepare changelog for 0.43.1 release. (#2712)
Signed-off-by: Michael Robinson <[email protected]>
1 parent 3ab4831 commit 4257fd3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.43.0...HEAD)
3+
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.43.1...HEAD)
4+
5+
## [0.43.1](https://github.com/MarquezProject/marquez/compare/0.43.0...0.43.1) - 2023-12-20
46

57
### Fixed
68

7-
* API: fix broken lineage graph for multiple runs of the same job.[`#2710`](https://github.com/MarquezProject/marquez/pull/2710) [@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
8-
*Problem: lineage graph was not available for jobs run multiple times of the same job as a result of bug introduced with recent release.
9+
* API: fix broken lineage graph for multiple runs of the same job [`#2710`](https://github.com/MarquezProject/marquez/pull/2710) [@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
10+
*Problem: lineage graph was not available for jobs run multiple times of the same job as a result of bug introduced with recent release.
911
In order to fix the inconsistent data, [this `UPDATE` query](https://github.com/MarquezProject/marquez/blob/main/api/src/main/java/marquez/db/migrations/V67_2_JobVersionsIOMappingBackfillJob.java#L19)
1012
should be run. This is **not** required when upgrading directly to `0.43.0`.*
1113

0 commit comments

Comments
 (0)