|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.31.0...HEAD) |
| 3 | +## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.32.0...HEAD) |
| 4 | + |
| 5 | +## [0.32.0](https://github.com/MarquezProject/marquez/compare/0.31.0...0.32.0) - 2023-03-20 |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +* API: improve dataset facets access [`#2407`](https://github.com/MarquezProject/marquez/pull/2407) [@pawel-big-lebowski](https://github.com/pawel-big-lebowski) |
| 10 | + *Improves database query performance when accessing dataset facets by rewriting SQL queries in `DatasetDao` and `DatasetVersionDao`.* |
| 11 | +* Chart: fix communication between the UI and the API [`#2430`](https://github.com/MarquezProject/marquez/pull/2430) [@thomas-delrue](https://github.com/thomas-delrue) |
| 12 | + *Defines the value for `MARQUEZ_PORT` as .Values.marquez.port (80) in the Helm Chart so the Marquez Web component can communicate with the API.* |
| 13 | +* UI: always render `MqCode` [#2454](https://github.com/MarquezProject/marquez/pull/2454) [@JDarDagran](https://github.com/JDarDagran) |
| 14 | + *Fixes rendering of `DatasetInfo` and `RunInfo` pages when no `SqlJobFacet` exists.* |
| 15 | + |
| 16 | +### Removed |
| 17 | + |
| 18 | +* API: remove job context [`#2373`](https://github.com/MarquezProject/marquez/pull/2373) [@JDarDagran](https://github.com/JDarDagran) |
| 19 | + *Removes the use of job context and adds two endpoints for job/run facets per run. These are called from web components to replace the job context with `SQLJobFacet`.* |
| 20 | +* API: remove `jobs_fqn` table and move FQN into jobs directly [`#2448`](https://github.com/MarquezProject/marquez/pull/2448) [@collado-mike](https://github.com/collado-mike) |
| 21 | + *Fixes loading of certain jobs caused by the inability to enforce uniqueness constraints on fully qualified job names.* |
4 | 22 |
|
5 | 23 | ## [0.31.0](https://github.com/MarquezProject/marquez/compare/0.30.0...0.31.0) - 2023-02-16 |
6 | 24 |
|
|
24 | 42 | * UI: show location button only when link to code exists [`#2409`](https://github.com/MarquezProject/marquez/pull/2409) [@tito12](https://github.com/tito12) |
25 | 43 | *Makes the button visible only if the link is not empty.* |
26 | 44 |
|
27 | | - |
28 | | -* Improve dataset facets access [`#2407`](https://github.com/MarquezProject/marquez/pull/2407) [@pawel-big-lebowski](https://github.com/pawel-big-lebowski) |
29 | | - * Improves database query performance for accessing datasets and datasets' versions.* |
30 | | - |
31 | 45 | ## [0.30.0](https://github.com/MarquezProject/marquez/compare/0.29.0...0.30.0) - 2023-01-31 |
32 | 46 |
|
33 | 47 | ### Added |
|
0 commit comments