Skip to content

Commit d503d21

Browse files
authored
Changelog update including 0.49 release notes, plus misc README updates. (#2869)
Signed-off-by: merobi-hub <[email protected]>
1 parent 2594958 commit d503d21

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22

33
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.48.0...HEAD)
44

5+
## [0.49.0](https://github.com/MarquezProject/marquez/compare/0.48.0...0.49.0) - 2024-08-07
6+
7+
### Added
8+
9+
* API: Job-to-Job lineage [`#2752`](https://github.com/MarquezProject/marquez/pull/2752) [@yanlibert](https://github.com/yanlibert)
10+
*Intended in part to spur a larger discussion of full parent/child hierarchy handling in Marquez. Changes only the backend API, adding the Job UUID along with the parent name to the Job metadata returned.*
11+
12+
### Fixed
13+
14+
* Web: security updates [`#2864`](https://github.com/MarquezProject/marquez/pull/2864) [@phixMe](https://github.com/phixMe)
15+
*Resolves `critical` security issues found using NPM's `audit` command.*
16+
* Web: encode Job name in API requests [`#2866`](https://github.com/MarquezProject/marquez/pull/2866) [@dolfinus](https://github.com/dolfinus)
17+
*Urlencodes Job, Dataset, tag and field names while sending an API request.*
18+
519
## [0.48.0](https://github.com/MarquezProject/marquez/compare/0.47.0...0.48.0) - 2024-07-30
620

721
### Added
22+
823
* API: add endpoint method and path to metrics name [`#2850`](https://github.com/MarquezProject/marquez/pull/2850) [@JDarDagran](https://github.com/JDarDagran)
924
*In the metrics endpoint, there was information gathered containing the SQL Object name and method name. This introduces labels (DAO name, DAO method, endpoint method, endpoint path) and adds more information about endpoints.*
1025
* API: add paging to dataset versions panel [`#2855`](https://github.com/MarquezProject/marquez/pull/2855) [@davidsharp7](https://github.com/davidsharp7)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Marquez is an open source **metadata service** for the **collection**, **aggrega
2222

2323
## Status
2424

25-
Marquez is an [LF AI & Data Foundation](https://lfaidata.foundation/projects/marquez) incubation project under active development, and we'd love your help!
25+
Marquez is an [LF AI & Data Foundation](https://lfaidata.foundation/projects/marquez) Graduated project under active development, and we'd love your help!
2626

2727
## Adopters
2828

@@ -97,9 +97,9 @@ Versions of Marquez are compatible with OpenLineage unless noted otherwise. We e
9797

9898
| **Marquez** | **OpenLineage** | **Status** |
9999
|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------|---------------|
100-
| [`UNRELEASED`](https://github.com/MarquezProject/marquez/blob/main/CHANGELOG.md#unreleased) | [`1-0-5`](https://openlineage.io/spec/1-0-5/OpenLineage.json) | `CURRENT` |
101-
| [`0.46.0`](https://github.com/MarquezProject/marquez/blob/0.46.0/CHANGELOG.md#0460---2024-03-15) | [`1-0-5`](https://openlineage.io/spec/1-0-5/OpenLineage.json) | `RECOMMENDED` |
102-
| [`0.45.0`](https://github.com/MarquezProject/marquez/blob/0.45.0/CHANGELOG.md#0450---2024-03-07) | [`1-0-5`](https://openlineage.io/spec/1-0-0/OpenLineage.json) | `MAINTENANCE` |
100+
| [`UNRELEASED`](https://github.com/MarquezProject/marquez/blob/main/CHANGELOG.md#unreleased) | [`2-0-2`](https://openlineage.io/spec/2-0-2/OpenLineage.json) | `CURRENT` |
101+
| [`0.49.0`](https://github.com/MarquezProject/marquez/blob/0.49.0/CHANGELOG.md#0490---2024-08-07) | [`2-0-2`](https://openlineage.io/spec/2-0-2/OpenLineage.json) | `RECOMMENDED` |
102+
| [`0.48.0`](https://github.com/MarquezProject/marquez/blob/0.45.0/CHANGELOG.md#0480---2024-08-05) | [`2-0-2`](https://openlineage.io/spec/2-0-2/OpenLineage.json) | `MAINTENANCE` |
103103

104104
> **Note:** The [`openlineage-python`](https://pypi.org/project/openlineage-python) and [`openlineage-java`](https://central.sonatype.com/artifact/io.openlineage/openlineage-java) libraries will a higher version than the OpenLineage [specification](https://github.com/OpenLineage/OpenLineage/tree/main/spec) as they have different version requirements.
105105
@@ -180,7 +180,7 @@ Marquez listens on port `8080` for all API calls and port `8081` for the admin i
180180
* Website: https://marquezproject.ai
181181
* Source: https://github.com/MarquezProject/marquez
182182
* Chat: [MarquezProject Slack](https://bit.ly/Marquez_Slack_invite)
183-
* Twitter: [@MarquezProject](https://twitter.com/MarquezProject)
183+
* X: [@MarquezProject](https://twitter.com/MarquezProject)
184184

185185
## Contributing
186186

@@ -192,4 +192,4 @@ If you discover a vulnerability in the project, please open an issue and attach
192192

193193
----
194194
SPDX-License-Identifier: Apache-2.0
195-
Copyright 2018-2023 contributors to the Marquez project.
195+
Copyright 2018-2024 contributors to the Marquez project.

0 commit comments

Comments
 (0)