Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and what APIs have changed, if applicable.

## [Unreleased]

## [29.78.0] - 2025-09-30
- Dark Cluster Partition Support

## [29.77.0] - 2025-09-18
- Add XdsClientValidator to pre check xDS client connection

Expand Down Expand Up @@ -5903,7 +5906,8 @@ patch operations can re-use these classes for generating patch messages.

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.77.0...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.78.0...master
[29.78.0]: https://github.com/linkedin/rest.li/compare/v29.77.0...v29.78.0
[29.77.0]: https://github.com/linkedin/rest.li/compare/v29.76.0...v29.77.0
[29.76.0]: https://github.com/linkedin/rest.li/compare/v29.75.3...v29.76.0
[29.75.4]: https://github.com/linkedin/rest.li/compare/v29.75.3...v29.75.4
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=29.77.0
version=29.78.0
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down