Skip to content

Commit 2459abc

Browse files
committed
Updated CHANGELOG
1 parent 7df7e86 commit 2459abc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
## Unpublished
77

88
### 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.
1211
- 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%).
1413
- 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.
1515
- For more information, see RateLimitingExample.java and the java docs for RateLimiterConfig.
1616
- RetryStats: New object allows the application to see how much time and for what reasons an operation was internally retried.
1717
- For successful operations, retry stats can be retrieved using Result.getRetryStats().
1818
- 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
2020

2121
### Fixed
2222
- Ensure that TableLimits is always null in TableResult on-premise.

0 commit comments

Comments
 (0)