alex-plekhanov commented on a change in pull request #8273:
URL: https://github.com/apache/ignite/pull/8273#discussion_r494241885
##########
File path: RELEASE_NOTES.txt
##########
@@ -2,6 +2,194 @@ Apache Ignite Release Notes
===========================
+Apache Ignite In-Memory Computing Platform 2.9
+-----------------------------------------------------------
+
+Ignite Core:
+* Added the feature of cluster snapshots for persistence caches
+* Added tracing of transactions, discovery, exchange, and communication
components
+* Added new cluster-wide state: read-only. In this state caches available for
cache read operations. Cache operations with data modification (update, remove,
clear, create, destroy and etc.) don't allowed
+* Added TDE master key rotation feature
+* Added functionality to run user-defined code inside a sandbox
+* Added Cluster ID and tag properties to identify the cluster
+* Added support for one-way thick-client to server connections
+* Added the ability to not open server sockets (for incoming connections) by
thick client
+* Added management API to cancel user-provided tasks and queries
+* Added partition states system view
Review comment:
Thanks, fixed
##########
File path: RELEASE_NOTES.txt
##########
@@ -2,6 +2,194 @@ Apache Ignite Release Notes
===========================
+Apache Ignite In-Memory Computing Platform 2.9
+-----------------------------------------------------------
+
+Ignite Core:
+* Added the feature of cluster snapshots for persistence caches
+* Added tracing of transactions, discovery, exchange, and communication
components
+* Added new cluster-wide state: read-only. In this state caches available for
cache read operations. Cache operations with data modification (update, remove,
clear, create, destroy and etc.) don't allowed
+* Added TDE master key rotation feature
+* Added functionality to run user-defined code inside a sandbox
+* Added Cluster ID and tag properties to identify the cluster
+* Added support for one-way thick-client to server connections
+* Added the ability to not open server sockets (for incoming connections) by
thick client
+* Added management API to cancel user-provided tasks and queries
+* Added partition states system view
+* Added free-lists system view
+* Added txKeyCollisions cache metric
+* Added OffHeapEntriesCount, OffHeapBackupEntriesCount,
OffHeapPrimaryEntriesCount, HeapEntriesCount, CacheSize to cache metrics
+* Added query pool starvation monitoring
+* Added the ability to put non-primitive data types via HTTP-REST
+* Added the ability to use CACHE_CREATE and CACHE_DESTROY permissions on
per-cache level
+* Added the ability to restrict access to the internal package of Ignite
+* Added nodes caching in cluster groups
+* Added warning of deadlock when an unordered collection is passed to
putAll-style bulk cache operation
+* Added the ability to set user attributes for thin clients connections
+* Added a new public API for the cluster state change (activation/deactivation
and etc.)
+* Added EVT_BASELINE_... events
Review comment:
Thanks, fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]