Changelog History
Page 1
-
v3.2.53 Changes
June 01, 2026๐ This is a patch release with fixes in storage and remote protocol, be aware this contains a security fix so pleas
โก๏ธ update ASAP๐ Changes
Core
- ๐ Made sure to list config free map in the database file type list for correct file delete
- ๐ Make sure to not include temporary storage config file from backups
Remote
- โ Add check for correct type when deserializing data java object from network
Artifacts
orientdb-community-3.2.53.tar.gz
orientdb-community-3.2.53.zip -
v3.2.52 Changes
May 14, 2026๐ This patch release contain an additional fix in query engine "order by" logic with nested properties, and a fix in dates without time.
๐ Changes
Core
- Truncate asDate timestamps with 24-hour clock, thanks @officialasishkumar
- Avoid to use index when using order by with nested property issue #10732
- โก๏ธ Dependencies updates
Artifacts
orientdb-community-3.2.52.tar.gz
orientdb-community-3.2.52.zip -
v3.2.51 Changes
March 30, 2026๐ This patch release contain a fix in query engine "order by" logic with nested properties, a fix backup scheduler configuration update and updates of dependencies.
๐ Changes
Core
- ๐ Fix order by for nested properties, issue #10732
- โก๏ธ Updated dependencies
Enterprise Agent
- ๐ Fix store of settings for scheduled backups
Artifacts
orientdb-community-3.2.51.tar.gz
orientdb-community-3.2.51.zip -
v3.2.50 Changes
February 24, 2026๐ Small patch release with a fix in backup failure handling and view refresh scheduling, together with deps update
๐ Changes
Core
- โก๏ธ Dependency updates
- โก๏ธ Minor fix view update execution, avoiding to run when is not yet opened or close due to concurrent operations
Enterprise
- ๐ Fix loop re-scheduling of backup in case of backup failure
Artifacts
orientdb-community-3.2.50.tar.gz
orientdb-community-3.2.50.zip -
v3.2.49 Changes
January 27, 2026๐ Small patch release with a fix in memory usage of lucene indexes, and dependencies updates
๐ Changes
Core
- โก๏ธ Dependency updates
Lucene
- ๐ fixed metadata value tracking to avoid to keep to much linked data in memory, issue #10663
Artifacts
orientdb-community-3.2.49.tar.gz
orientdb-community-3.2.49.zip -
v3.2.48 Changes
December 24, 2025๐ This patch release fix a few quite important but not frequent issues, one issue happen in distributed environments with RidBags tree transactions applied in inverted order on a specific node, this should just apply the transaction
๐ but it caused a full sync to happen, thanks to @ikysil that describe the issue in a really detailed way.
๐ One quite sized issues was a really slow parsing of deeply nested document in a SQL query, the parser would go trough a exponential parsing and cause failures, this was fixed by @lvca in our commonly shared
๐ parser structure.๐ Changes
Core
- ๐ Corrected slow parsing of nested json (thanks @lvca), issue #10328
- ๐ Improved logging of serialization errors issue #10614
Tools
- ๐ฒ Corrected load of logging properties for the console
Distributed
- Corrected inverted order of apply of transactions with tree ridbags, as described by PR #10549
Artifacts
orientdb-community-3.2.48.tar.gz
orientdb-community-3.2.48.zip -
v3.2.47 Changes
December 09, 2025๐ This is a medium size patch release, most of the changes though come from the update of dependencies, I want to highlight the update of lz4-java brought in by @ikysil,
๐ also this release a bunch of fixes mostly around test cases done by @lbh930, there have been a bunch of default setting changes that would fix some concurrency and memory
usage issues.Changes
Core
- ๐ Initialize OrientDB context executor with the right max size
- Replace lz4-java with community-maintained fork (thanks @ikysil)
- ๐ Fix concurrency issue in inizialization of the import http API (thanks @lbh930)
- 0๏ธโฃ Limited default memory pool retained pages to 1GB
- โก๏ธ Updated build dependencies
Artifacts
orientdb-community-3.2.47.tar.gz
orientdb-community-3.2.47.zip -
v3.2.46 Changes
November 17, 2025๐ Pretty small patch release with fixes in the import options
๐ Changes
Tools
- Corrected preserving cluster ids when running import using preserve rids option
Artifacts
orientdb-community-3.2.46.tar.gz
orientdb-community-3.2.46.zip -
v3.2.45 Changes
October 20, 2025๐ This is a fairly small patch release that fix some minor issues around the core and the network messages
๐ This release include code contribution from external contributor: @timw
Here the list of changes
๐ Changes
Core
- โก๏ธ Changed static thread local allocation after failure due to jdk update
- โก๏ธ Correct records size after update and delete
- ๐ Fix scheduling of task in past
Remote
- Correct the use of serializer in network message, issue #10585
Artifacts
orientdb-community-3.2.45.tar.gz
orientdb-community-3.2.45.zip -
v3.2.44 Changes
September 04, 2025๐ Here a new patch release, which include a quite heterogeneous set of fixes, all of which around the core, correcting memory usage of the storage cache,
โก๏ธ correcting some error in the query engine and script executor, including some legacy dependency update.๐ This release include code contribution from external contributors: @timw and @ikysil
Here the list of changes
๐ Changes
Core
- โก๏ธ Updated commons-lang 2.6 dependency which is obsolete and unsupported
- Correct disk cache size tracking.
- ๐ Make sure to not mark document dirty if setting a property to exactly the same simple value, issue #10514
- Correct array handling in polyglot script executor, issue #10532
- ๐ป Correct class cast exception on index query lookup: issue #10530
Artifacts
orientdb-community-3.2.44.tar.gz
orientdb-community-3.2.44.zip