|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.33.0...HEAD) |
4 | 4 |
|
5 | | -## [0.33.0](https://github.com/MarquezProject/marquez/compare/0.32.0...0.33.0) - 2023-04-17 |
| 5 | +## [0.33.0](https://github.com/MarquezProject/marquez/compare/0.32.0...0.33.0) - 2023-04-19 |
6 | 6 |
|
7 | 7 | ### Added |
8 | 8 |
|
|
11 | 11 |
|
12 | 12 | ### Fixed |
13 | 13 |
|
14 | | -* API: fix job update SQL to correctly use `simple_name` for job updates [`#2457`](https://github.com/MarquezProject/marquez/pull/2457) by [collado-mike](https://github.com/collado-mike) |
| 14 | +* API: fix job update SQL to correctly use `simple_name` for job updates [`#2457`](https://github.com/MarquezProject/marquez/pull/2457) [collado-mike](https://github.com/collado-mike) |
15 | 15 | *Fixes a bug in the job update logic stemming from use of the FQN rather than the `simple_name` and updates the relevant test.* |
16 | | -* API: update SQL in backfill script for facet tables to improve performance [`#2461`](https://github.com/MarquezProject/marquez/pull/2461) by [collado-mike](https://github.com/collado-mike) |
| 16 | +* API: update SQL in backfill script for facet tables to improve performance [`#2461`](https://github.com/MarquezProject/marquez/pull/2461) [collado-mike](https://github.com/collado-mike) |
17 | 17 | *Dramatically improves migration performance by making the backfill script fetch events by `run_uuid` via a new temp table for tracking and sorting runs.* |
18 | | -* API: update v61 migration to handle duplicate job names before unique constraint [`#2464`](https://github.com/MarquezProject/marquez/pull/2464) by [collado-mike](https://github.com/collado-mike) |
| 18 | +* API: update v61 migration to handle duplicate job names before unique constraint [`#2464`](https://github.com/MarquezProject/marquez/pull/2464) [collado-mike](https://github.com/collado-mike) |
19 | 19 | *To fix a bug in the case of duplicate job FQNs, this renames jobs that have been symlinked to point to newer versions of themselves so that the job FQN doesn't conflict and the unique constraint (without regard to parent job) can be applied. Note: Any installations that have already applied this migration will not see any new operations on their data, but installations that have duplicates will need this fix for the migration to complete successfully.* |
20 | | -* API: make improvements to lineage query performance [`#2472`](https://github.com/MarquezProject/marquez/pull/2472) by [collado-mike](https://github.com/collado-mike) |
| 20 | +* API: make improvements to lineage query performance [`#2472`](https://github.com/MarquezProject/marquez/pull/2472) [collado-mike](https://github.com/collado-mike) |
21 | 21 | *Dramatically lessens the lineage query performance regression caused by removal of the `jobs_fqn` table in [`#2448`](https://github.com/MarquezProject/marquez/pull/2448).* |
22 | | -* UI: change color for selected node and edges on graph [`#2458`](https://github.com/MarquezProject/marquez/pull/2458) by [tito12](https://github.com/tito12) |
| 22 | +* UI: change color for selected node and edges on graph [`#2458`](https://github.com/MarquezProject/marquez/pull/2458) [tito12](https://github.com/tito12) |
23 | 23 | *Improves the visibility of the selected node and edges by increasing the contrast with the background.* |
24 | | -* UI: Handle null `run.jobVersion` in `DatasetInfo.tsx` to fix rendering issues. |
25 | | - *In some cases Marquez UI fails to render DatasetInfo, this addresses that issue.* |
26 | | -* UI: better handling of null job latestRun for Jobs page [#2467](https://github.com/MarquezProject/marquez/pull/2467) [@perttus](https://github.com/perttus) |
27 | | - *Fixes a bug where Jobs view fails to load where some jobs don't have latestRun.* |
| 24 | +* UI: handle null `run.jobVersion` in `DatasetInfo.tsx` to fix rendering issues [#2471](https://github.com/MarquezProject/marquez/pull/2471) [@perttus](https://github.com/perttus) |
| 25 | + *Fixes an issue causing the UI to fail to render `DatasetInfo`.* |
| 26 | +* UI: better handling of null `latestRun` for Jobs page [#2467](https://github.com/MarquezProject/marquez/pull/2467) [@perttus](https://github.com/perttus) |
| 27 | + *Fixes a bug causing the Jobs view to fail when `latestRun` is null.* |
28 | 28 |
|
29 | 29 | ## [0.32.0](https://github.com/MarquezProject/marquez/compare/0.31.0...0.32.0) - 2023-03-20 |
30 | 30 |
|
|
0 commit comments