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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ When updating the changelog, remember to be very clear about what behavior has c
and what APIs have changed, if applicable.

## [Unreleased]

## [29.85.12] - 2026-05-14
- Avoid per-request HashSet allocation in RelativeLoadBalancerStrategy
- Make `recordRequestSizeBytes` a `default` no-op method on `XdsClientOtelMetricsProvider` to restore binary compatibility with older implementations (e.g., container <= 38.31.0) that predate the method.

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

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.11...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.12...master
[29.85.12]: https://github.com/linkedin/rest.li/compare/v29.85.11...v29.85.12
[29.85.11]: https://github.com/linkedin/rest.li/compare/v29.85.10...29.85.11
[29.85.10]: https://github.com/linkedin/rest.li/compare/v29.85.9...v29.85.10
[29.85.9]: https://github.com/linkedin/rest.li/compare/v29.85.8...v29.85.9
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.85.11
version=29.85.12
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down
Loading