|
4 | 4 |
|
5 | 5 | ## [0.42.0](https://github.com/MarquezProject/marquez/compare/0.41.0...0.42.0) - 2023-10-17
|
6 | 6 | ### Added
|
7 |
| -Client: add Java client method for dataset/job lineage [`#2623`](https://github.com/MarquezProject/marquez/pull/2623) [@wslulciuc](https://github.com/wslulciuc) |
8 |
| - *To add a method for the dataset/job-level endpoint (`GET /lineage`) to the Java SDK, this adds a new method to the `MarquezClient` for the endpoint, along with tests, and the necessary new subclasses of `NodeData` for datasets and jobs.* |
9 |
| -Web: add IO tab [`#2613`](https://github.com/MarquezProject/marquez/pull/2613) [@phixme](https://github.com/phixMe) |
| 7 | +* Client: add Java client method for dataset/job lineage [`#2623`](https://github.com/MarquezProject/marquez/pull/2623) [@davidjgoss](https://github.com/davidjgoss) |
| 8 | + *To add a method for the dataset/job-level endpoint (`GET /lineage`) to the Java SDK, this adds a new method to the `MarquezClient` for the endpoint, along with tests, and the necessary new subclasses of `NodeData` for datasets and jobs.* |
| 9 | + *Users currently employing the existing `getColumnLineage` method should upgrade and deploy their instance of the client first, then Marquez itself, for backwards compatibility.* |
| 10 | +* Web: add IO tab [`#2613`](https://github.com/MarquezProject/marquez/pull/2613) [@phixme](https://github.com/phixMe) |
10 | 11 | *Improves experience with large graphs by adding a new tab to move between graph elements without looking at the graph itself.*
|
11 |
| -Web: add hover-over Tag tooltip to datasets [`#2630`](https://github.com/MarquezProject/marquez/pull/2630) [@davidsharp7](https://github.com/davidsharp7) |
| 12 | +* Web: add hover-over Tag tooltip to datasets [`#2630`](https://github.com/MarquezProject/marquez/pull/2630) [@davidsharp7](https://github.com/davidsharp7) |
12 | 13 | *For parity with columns in the GUI, this adds a Tag tooltip to datasets.*
|
13 | 14 |
|
14 | 15 | ### Changed
|
15 |
| -Docker: upgrade to Docker Compose V2 [`#2644`](https://github.com/MarquezProject/marquez/pull/2644) [@merobi-hub](https://github.com/merobi-hub) |
| 16 | +* Docker: upgrade to Docker Compose V2 [`#2644`](https://github.com/MarquezProject/marquez/pull/2644) [@merobi-hub](https://github.com/merobi-hub) |
16 | 17 | *Docker Compose V1 has been at EOL since June, but docker/up.sh uses the V1 format. This upgrades the `up` command in up.sh to V2.*
|
17 | 18 |
|
18 | 19 | ### Removed
|
19 |
| -API: drop table `job_contexts` and usage [`#2621`](https://github.com/MarquezProject/marquez/pull/2621) [@wslulciuc](https://github.com/wslulciuc) |
| 20 | +* API: drop table `job_contexts` and usage [`#2621`](https://github.com/MarquezProject/marquez/pull/2621) [@wslulciuc](https://github.com/wslulciuc) |
20 | 21 | *Removes usage of `job_contexts`, which has been replaced by OpenLineage facets, and adds a migration to drop the table.*
|
21 |
| -API: remove usage of `current_job_context_uuid` column [`#2622`](https://github.com/MarquezProject/marquez/pull/2622) [@wslulciuc](https://github.com/wslulciuc) |
| 22 | +* API: remove usage of `current_job_context_uuid` column [`#2622`](https://github.com/MarquezProject/marquez/pull/2622) [@wslulciuc](https://github.com/wslulciuc) |
22 | 23 | *Removes usage of `job_context_uuid` and `current_job_context_uuid`. Column to be removed in 0.43.0.*
|
23 | 24 |
|
24 | 25 | ### Fixed
|
25 |
| -Web: fix Unix epoch time display for null `endedAt` values [`#2647`](https://github.com/MarquezProject/marquez/pull/2647) [@merobi-hub](https://github.com/merobi-hub) |
| 26 | +* Web: fix Unix epoch time display for null `endedAt` values [`#2647`](https://github.com/MarquezProject/marquez/pull/2647) [@merobi-hub](https://github.com/merobi-hub) |
26 | 27 | *Fixes the issue of the GUI displaying Unix epoch time (midnight on January 1, 1970) in the case of running jobs/null `endedAt` values.*
|
27 | 28 |
|
28 | 29 | ## [0.41.0](https://github.com/MarquezProject/marquez/compare/0.40.0...0.41.0) - 2023-09-20
|
|
0 commit comments