|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.21.0...HEAD) |
| 3 | +## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.22.0...HEAD) |
| 4 | + |
| 5 | +## [0.22.0](https://github.com/MarquezProject/marquez/compare/0.21.0...0.22.0) - 2022-05-16 |
4 | 6 |
|
5 | 7 | ### Added |
6 | 8 |
|
7 | | -* Add support for `LifecycleStateChangeFacet` with an ability to softly delete datasets [@pawel-big-lebowski](https://github.com/pawel-big-lebowski) |
8 | | -* Enable pod specific annotations in Marquez Helm Chart via `marquez.podAnnotations` [@wslulciuc](https://github.com/wslulciuc) |
9 | | -* Add support for job renaming/redirection via symlink [@collado-mike](https://github.com/collado-mike) |
10 | | -* Add `Created by` view for dataset versions along with SQL syntax highlighting in web UI [@phixMe](https://github.com/phixMe) |
11 | | -* Add `operationId` to openapi spec [@phixMe](https://github.com/phixMe) |
| 9 | +* Add support for `LifecycleStateChangeFacet` with an ability to softly delete datasets [#1847](https://github.com/MarquezProject/marquez/pull/1847)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski) |
| 10 | +* Enable pod specific annotations in Marquez Helm Chart via `marquez.podAnnotations` [#1945](https://github.com/MarquezProject/marquez/pull/1945) [@wslulciuc](https://github.com/wslulciuc) |
| 11 | +* Add support for job renaming/redirection via symlink [#1947](https://github.com/MarquezProject/marquez/pull/1947) [@collado-mike](https://github.com/collado-mike) |
| 12 | +* Add `Created by` view for dataset versions along with SQL syntax highlighting in web UI [#1929](https://github.com/MarquezProject/marquez/pull/1929) [@phixMe](https://github.com/phixMe) |
| 13 | +* Add `operationId` to openapi spec [#1978](https://github.com/MarquezProject/marquez/pull/1978) [@phixMe](https://github.com/phixMe) |
12 | 14 |
|
13 | 15 | ### Changed |
14 | 16 |
|
15 | | -* Upgrade Flyway to v7.6.0 [@dakshin-k](https://github.com/dakshin-k) |
| 17 | +* Upgrade Flyway to v7.6.0 [#1974](https://github.com/MarquezProject/marquez/pull/1974) [@dakshin-k](https://github.com/dakshin-k) |
16 | 18 |
|
17 | 19 | ### Fixed |
18 | 20 |
|
19 | | -* Remove size limits on namespaces, dataset names, and and source connection urls [@collado-mike](https://github.com/collado-mike) |
20 | | -* Update namespace names to allow `=`, `@`, and `;` [@mobuchowski](https://github.com/mobuchowski) |
21 | | -* Time duration display in web UI [@phixMe](https://github.com/phixMe) |
| 21 | +* Remove size limits on namespaces, dataset names, and and source connection urls [#1925](https://github.com/MarquezProject/marquez/pull/1925) [@collado-mike](https://github.com/collado-mike) |
| 22 | +* Update namespace names to allow `=`, `@`, and `;` [#1936](https://github.com/MarquezProject/marquez/pull/1936) [@mobuchowski](https://github.com/mobuchowski) |
| 23 | +* Time duration display in web UI [#1950](https://github.com/MarquezProject/marquez/pull/1950) [@phixMe](https://github.com/phixMe) |
22 | 24 |
|
23 | 25 | ## [0.21.0](https://github.com/MarquezProject/marquez/compare/0.20.0...0.21.0) - 2022-03-03 |
24 | 26 |
|
|
0 commit comments