You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ and what APIs have changed, if applicable.
14
14
15
15
## [Unreleased]
16
16
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
+
17
20
## [29.85.6] - 2026-03-06
18
21
- Add cluster subsetting configuration (enableClusterSubsetting, minClusterSubsetSize) to D2Cluster and ClusterProperties.
19
22
@@ -5973,7 +5976,8 @@ patch operations can re-use these classes for generating patch messages.
0 commit comments