Skip to content

Commit 1076d0b

Browse files
TylerHorthclaude
andcommitted
Bump version to 29.85.7 and update changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 85a5123 commit 1076d0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and what APIs have changed, if applicable.
1414

1515
## [Unreleased]
1616

17+
## [29.85.7] - 2026-04-08
18+
- Fix SmoothRateLimiter precision loss by switching from millisecond to nanosecond time tracking, eliminating ~33% QPS error for rates with fractional-ms periods.
19+
1720
## [29.85.6] - 2026-03-06
1821
- Add cluster subsetting configuration (enableClusterSubsetting, minClusterSubsetSize) to D2Cluster and ClusterProperties.
1922

@@ -5973,7 +5976,8 @@ patch operations can re-use these classes for generating patch messages.
59735976

59745977
## [0.14.1]
59755978

5976-
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.6...master
5979+
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.85.7...master
5980+
[29.85.7]: https://github.com/linkedin/rest.li/compare/v29.85.6...v29.85.7
59775981
[29.85.6]: https://github.com/linkedin/rest.li/compare/v29.85.5...v29.85.6
59785982
[29.85.5]: https://github.com/linkedin/rest.li/compare/v29.85.4...v29.85.5
59795983
[29.85.4]: https://github.com/linkedin/rest.li/compare/v29.85.3...v29.85.4

gradle.properties

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

0 commit comments

Comments
 (0)