Ninja-fix: CHANGES.txt and NEWS.txt for denylisting (CASSANDRA-12106)

This commit is contained in:
Josh McKenzie 2021-11-02 10:51:09 -04:00
parent ab920c3031
commit c4b443ab90
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
4.1
* Add a Denylist to block reads and writes on specific partition keys (CASSANDRA-12106)
* v4+ protocol did not clean up client warnings, which caused leaking the state (CASSANDRA-17054)
* Remove duplicate toCQLString in ReadCommand (CASSANDRA-17023)
* Ensure hint window is persistent across restarts of a node (CASSANDRA-14309)

View File

@ -64,6 +64,9 @@ New features
than max_window_in_ms. If there is, a hint is not persisted. If there is not, it is.
This behaviour might be reverted as it was in previous version by property hint_window_persistent_enabled by
setting it to false. This property is by default set to true.
- Added a new feature to allow denylisting (i.e. blocking read, write, or range read configurable) access to partition
keys in configured keyspaces and tables. See doc/operating/denylisting_partitions.rst for details on using this new
feature. Also see CASSANDRA-12106.
Upgrading
---------