Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.80.4] - 2025-11-03
- Indis based d2 warmup for restli client

## [29.80.3] - 2025-10-23
- Add Indis based downstream fetcher

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

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.80.3...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.80.4...master
[29.80.4]: https://github.com/linkedin/rest.li/compare/v29.80.3...v29.80.4
[29.80.3]: https://github.com/linkedin/rest.li/compare/v29.80.2...v29.80.3
[29.80.2]: https://github.com/linkedin/rest.li/compare/v29.80.1...v29.80.2
[29.80.1]: https://github.com/linkedin/rest.li/compare/v29.80.0...v29.80.1
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.80.3
version=29.80.4
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down