Skip to content

Commit c038f73

Browse files
authored
update changelog for 0.32.0 release (#2452)
* update changelog for 0.32.0 release --------- Signed-off-by: Michael Robinson <merobi@gmail.com>
1 parent 9fece97 commit c038f73

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

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

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.*
422

523
## [0.31.0](https://github.com/MarquezProject/marquez/compare/0.30.0...0.31.0) - 2023-02-16
624

@@ -24,10 +42,6 @@
2442
* UI: show location button only when link to code exists [`#2409`](https://github.com/MarquezProject/marquez/pull/2409) [@tito12](https://github.com/tito12)
2543
*Makes the button visible only if the link is not empty.*
2644

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-
3145
## [0.30.0](https://github.com/MarquezProject/marquez/compare/0.29.0...0.30.0) - 2023-01-31
3246

3347
### Added

0 commit comments

Comments
 (0)