Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 3128328

Browse files
Prepare release for 29.85.12 (#1172)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4989b75 commit 3128328

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ When updating the changelog, remember to be very clear about what behavior has c
1313
and what APIs have changed, if applicable.
1414

1515
## [Unreleased]
16+
17+
## [29.85.12] - 2026-05-14
1618
- Avoid per-request HashSet allocation in RelativeLoadBalancerStrategy
1719
- 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.
1820

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

59935995
## [0.14.1]
59945996

5995-
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.11...master
5997+
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.12...master
5998+
[29.85.12]: https://github.com/linkedin/rest.li/compare/v29.85.11...v29.85.12
59965999
[29.85.11]: https://github.com/linkedin/rest.li/compare/v29.85.10...29.85.11
59976000
[29.85.10]: https://github.com/linkedin/rest.li/compare/v29.85.9...v29.85.10
59986001
[29.85.9]: https://github.com/linkedin/rest.li/compare/v29.85.8...v29.85.9

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=29.85.11
1+
version=29.85.12
22
group=com.linkedin.pegasus
33
org.gradle.configureondemand=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)