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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
## Unpublished
7
7
8
8
### Added
9
-
- Rate Limiting:
10
-
- New RateLimiter interface and SimpleRateLimiter implementation.
11
-
- Cloud only: new RateLimiterConfig that can be set on NoSQLHandleConfig to enable automatic internal rate limiting based on table read and write throughput limits.
9
+
- Rate Limiting (cloud only):
10
+
- Cloud only: new method NoSQLHandleConfig.setRateLimitingEnabled() to enable automatic internal rate limiting based on table read and write throughput limits.
12
11
- If rate limiting is enabled:
13
-
-QueryRequest and PrepareRequest now require a table name (via setTableName())
12
+
-NoSQLHandleConfig.setDefaultRateLimitingPercentage() can control how much of a table's full limits this client handle can consume (default = 100%).
14
13
- Result classes now have a getRateLimitDelayedMs() method to return the amount of time an operation was delayed due to internal rate limiting.
14
+
- Alternately, rate limiters can be supplied on a per-request basis.
15
15
- For more information, see RateLimitingExample.java and the java docs for RateLimiterConfig.
16
16
- RetryStats: New object allows the application to see how much time and for what reasons an operation was internally retried.
17
17
- For successful operations, retry stats can be retrieved using Result.getRetryStats().
18
18
- Otherwise, the original Request may have retry stats available via Request.getRetryStats() (for example, after an exception was thrown).
19
-
- Cloud only. New regions: ap-chiyoda-1, me-dubai-1, uk-cardiff-1 and sa-santiago-1
19
+
- Cloud only: New regions: ap-chiyoda-1, me-dubai-1, uk-cardiff-1 and sa-santiago-1
20
20
21
21
### Fixed
22
22
- Ensure that TableLimits is always null in TableResult on-premise.
0 commit comments