Skip to content

Commit 4c488ed

Browse files
authored
update the changelog (#2514)
* update changelog for 0.35.0 Signed-off-by: Michael Robinson <[email protected]> * update changelog continued Signed-off-by: Michael Robinson <[email protected]> --------- Signed-off-by: Michael Robinson <[email protected]>
1 parent a7cf7fb commit 4c488ed

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.34.0...HEAD)
3+
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.35.0...HEAD)
4+
5+
## [0.35.0](https://github.com/MarquezProject/marquez/compare/0.34.0...0.35.0) - 2023-06-13
6+
### Added
7+
* Web: add pagination to datasets [`#2512`](https://github.com/MarquezProject/marquez/pull/2512) [@merobi-hub](https://github.com/merobi-hub)
8+
*Adds pagination to the datasets route using the same approach employed for events.*
49

510
### Fixed
6-
* Web: Handle lineage graph cycles on the client [`#2506`](https://github.com/MarquezProject/marquez/pull/2506) [@jlukenoff](https://github.com/jlukenoff)
7-
*Fixes a bug where we blow the stack on the client-side if the user selects a node that is part of a cycle in the graph*
11+
* Web: handle lineage graph cycles on the client [`#2506`](https://github.com/MarquezProject/marquez/pull/2506) [@jlukenoff](https://github.com/jlukenoff)
12+
*Fixes a bug where we blow the stack on the client-side if the user selects a node that is part of a cycle in the graph.*
813

914
## [0.34.0](https://github.com/MarquezProject/marquez/compare/0.33.0...0.34.0) - 2023-05-18
1015

0 commit comments

Comments
 (0)