From d2367ad174c2f0d0eea406dda2e9d4d241e94c1b Mon Sep 17 00:00:00 2001 From: Tglman Date: Tue, 27 Aug 2024 14:28:04 +0100 Subject: [PATCH] chore: update history --- history.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/history.txt b/history.txt index 1230f5dbd8c..429d5f87c86 100644 --- a/history.txt +++ b/history.txt @@ -27,6 +27,34 @@ This document contains the last changes of OrientDB Community Edition. +----------------------------------------------------------------------------------------------------------------------------------- +VERSION 3.2.33 - (August, 29 2024) +- Release Notes: https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes#3233---29-August-2024 + +# Core + +- Marked methods deprecated for removal in the next major +- Make sure to handle record with missing id (lightweight edges) in delete query, issue #10239 +- Re-add support of indexes for between queries in new query engine +- Return every time the correct document instance in APis and queries, issue #10280 +- Re-add fetch from variable for traverse in the new query engine implementation, issue #10281 +- Avoid to use index when the condition is empty list +- Make sure to respect sorting on IN conditions with indexed fields +- Handle correctly lightweight edges in save +- Support of indexes in 'is null' operator +- Corrected ORestricted case for count operations in new query engine + + +# Graph + +- Make sure to bind g variable for groovy-gremlin scripts + + +# Server + +- Update the root password if env variable is set, issue #10273 + + ----------------------------------------------------------------------------------------------------------------------------------- VERSION 3.2.32 - (July, 18 2024) - Release Notes: https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes#3232---18-July-2024