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: content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-x-tba.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ This version offers:
71
71
72
72
- Added `robust_crdt_syncer` to enable or turn off the robust syncer for Active-Active databases.
73
73
74
+
- Added `incoming_connections_rate_limit`, `incoming_connections_capacity`, and `incoming_connections_min_capacity` to proxy configuration.
75
+
76
+
- Added `client_eviction` to proxy configuration. If set to `true`, it enables client eviction based on `maxmemory_clients`.
77
+
78
+
- The cluster's `logrotate_settings` can now be configured with an [update cluster configuration]({{<relref "/operate/rs/references/rest-api/requests/cluster#put-cluster">}}) request.
79
+
74
80
- Added module information to database creation log messages.
0 commit comments