Skip to content

Commit 497081d

Browse files
committed
Update changelog for 0.22.0
Signed-off-by: Michael Robinson <[email protected]>
1 parent 143e57c commit 497081d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
# Changelog
22

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
46

57
### Added
68

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)
1214

1315
### Changed
1416

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)
1618

1719
### Fixed
1820

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)
2224

2325
## [0.21.0](https://github.com/MarquezProject/marquez/compare/0.20.0...0.21.0) - 2022-03-03
2426

0 commit comments

Comments
 (0)