Mmuzaf commented on a change in pull request #9620:
URL: https://github.com/apache/ignite/pull/9620#discussion_r760935562
##########
File path: RELEASE_NOTES.txt
##########
@@ -1,6 +1,141 @@
Apache Ignite Release Notes
===========================
+Apache Ignite In-Memory Distributed Database 2.12.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* The community accepted deprecate for removal in future releases:
CacheMode#LOCAL, CacheAtomicityMode#TRANSACTIONAL_SNAPSHOT,
CacheConfiguration#rebalanceDelay.
+* GCE, AWS, Azure modules, and CacheSpringStoreSessionListener migrated to the
Ignite extensions.
+
+Ignite:
+* Added Ignite Distributed Environment Tests.
+* Added IndexQuery API.
+* Added KubernetesConnectionConfiguration.discoveryPort.
+* Added MergeSort distributed cache query reducer.
+* Added Read Repair on specified partition to the Control.sh.
+* Added an ability to track request handling completion in GridRestProcessor.
+* Added an explicit method to register binary type based on class.
+* Added batch cache operations histogram metrics.
+* Added benchmarks for cache queries - scan, index, text.
+* Added docker image for s390x.
+* Added events for snapshot restore operation.
+* Added expire policy info into log of started cache.
+* Added offline utility to read and analyze index files.
+* Added possibility to accept while indexing classes/enums that are extending
interfaces/classes marked to be stored in cache.
+* Added rename index tree operation with corresponding WAL record.
+* Added resource de-allocation in SharedPageLockTracker.
+* Added support for creating IndexQuery without index name.
+* Added the ability to cancellation of consistency recovery command (Read
Repair via control.ch).
+* Added the ability to record Control.sh consistency check violations to other
log file.
+* Added the ability to restore snapshot taken on different topologies.
+* Added the ability to snapshot encrypted caches.
+* Added the cache destroy command for control.sh.
+* Added the force deactivation flag to the IgniteMXBean.
+* Added time metrics and statistics for the IgniteCache#getAllOutTx.
+* Added unconditional logging of tx states to WAL to ensure correct tx
recovery after node crash.
+* Any readRepair attempt now generates the event (if consistency violation
found), even for atomic caches.
Review comment:
```suggestion
* Added firing event for any ReadRepair attempt (if consistency violation
found). Atomic caches are also supported.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]