From 673ccf4319c1daeb6e1db6dd5521f9239036dd86 Mon Sep 17 00:00:00 2001 From: Harrison Liang Date: Mon, 29 Jun 2026 15:10:24 -0700 Subject: [PATCH] prepare release 29.85.15 --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0de19e19..48dbf8edcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.85.15] - 2026-06-29 +- Add `D2ClientConfig.subscribeToIndisObserverCluster` (default `false`): when enabled, the xDS-based D2 client subscribes to the `IndisRegistryObserver` D2 service, cluster, and URIs so it receives and caches the live observer endpoint set over xDS. + ## [29.85.14] - 2026-06-09 - Fix cluster subsetting silent failure when peer URIs are IPv6 @@ -6002,7 +6005,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.14...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.15...master +[29.85.15]: https://github.com/linkedin/rest.li/compare/v29.85.14...v29.85.15 [29.85.14]: https://github.com/linkedin/rest.li/compare/v29.85.13...v29.85.14 [29.85.13]: https://github.com/linkedin/rest.li/compare/v29.85.12...v29.85.13 [29.85.12]: https://github.com/linkedin/rest.li/compare/v29.85.11...v29.85.12 diff --git a/gradle.properties b/gradle.properties index b58b8b9205..c87a309b0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.85.14 +version=29.85.15 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true