From 060848cee1f98d0613a882022e9c4fc7fc5bec56 Mon Sep 17 00:00:00 2001 From: Tglman Date: Wed, 20 Sep 2023 13:50:13 +0100 Subject: [PATCH] chore: update history --- history.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/history.txt b/history.txt index 68788a1cb4d..ef70773464b 100644 --- a/history.txt +++ b/history.txt @@ -26,6 +26,31 @@ This document contains the last changes of OrientDB Community Edition. + +----------------------------------------------------------------------------------------------------------------------------------- +VERSION 3.2.23- (September, 21 2023) +- Release Notes: https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes#3223---21-September-2023 + +# Core + - Optimization to avoid load record from indexes that do not match the target class + - Correct delete query in new query engine to consider also binary record + - Avoid to create temporary records in query engine equal operator + - Correct the delete edge with single from or to + - Correct optimization of count queries, issue #10021 + - Moved logic for truncate cluster to the database layer + - Avoid to scan all the database files for identify a database, issue #10024 + - Add check to avoid to try lock not existing ridbags + +# Remote + - Avoid to cast to the underlying specific type while reading a ridbag from the network, issue #9499 + - Minor fix for lookup of remote session from thread local + +# Lucene + - Make sure that lucene functions do no fail when no class is defined + +# Distributed + - Correct distributed metadata query + ----------------------------------------------------------------------------------------------------------------------------------- VERSION 3.2.22 - (August, 17 2023) - Release Notes: https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes#3222---17-August-2023