orientechnologies/orientdb
 Watch   
 Star   
 Fork   
27 days ago
orientdb

3.2.55

Minor patch release with fixes mostly in distributed and core, with also some dependency updates.

Breaking Changes

Since this release there is a more strict check on use of CUSTOM values, some cases where before CUSTOM values could be used when disabled now fail, in case of error the option db.custom.support can be used to enable them, by default are disabled.

Changes

Core

  • Add check for configuration to enable CUSTOM types in all serialization cases.
  • Minor dependencies updates

Distributed

  • Downgraded Hazelcast Kubernates version to a compatible version of Hazelcast core
  • Handle transaction status during delta sync for avoid to create independent transactions

Artifacts

orientdb-community-3.2.55.tar.gz orientdb-community-3.2.55.zip

orientdb-tp3-3.2.55.tar.gz orientdb-tp3-3.2.55.zip

agent-3.2.55.jar

2026-07-06 11:57:03
orientdb

3.2.54

Small patch release with fixes in query engine and hardening in the binary protocol

Changes

Core

  • fix: correctly handled null position when execute order by using indexes, issue #10807

Remote

  • Hardening of binary protocol, directly close connection in case of first request miss authentication

Artifacts

orientdb-community-3.2.54.tar.gz orientdb-community-3.2.54.zip

orientdb-tp3-3.2.54.tar.gz orientdb-tp3-3.2.54.zip

agent-3.2.54.jar

2026-06-01 11:02:28
orientdb

3.2.53

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

orientdb-tp3-3.2.53.tar.gz orientdb-tp3-3.2.53.zip

agent-3.2.53.jar

2026-05-14 16:23:45
orientdb

3.2.52

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

orientdb-tp3-3.2.52.tar.gz orientdb-tp3-3.2.52.zip

agent-3.2.52.jar

2026-03-29 16:58:13
orientdb

3.2.51

Patch release with a fix in query engine order by logic,backup scheduler configuration update and updates of dependencies.

Changes

Core

  • Fix order by for nested properties, issue #10732
  • Updated deps

Enterprise Agent

  • Fix store of settings for scheduled backups

Artifacts

orientdb-community-3.2.51.tar.gz orientdb-community-3.2.51.zip

orientdb-tp3-3.2.51.tar.gz orientdb-tp3-3.2.51.zip

agent-3.2.51.jar

2026-02-24 00:49:30
orientdb

3.2.50

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

orientdb-tp3-3.2.50.tar.gz orientdb-tp3-3.2.50.zip

agent-3.2.50.jar

2026-01-27 19:25:34
orientdb

3.2.49

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

orientdb-tp3-3.2.49.tar.gz orientdb-tp3-3.2.49.zip

agent-3.2.49.jar

2025-12-24 03:20:36
orientdb

3.2.48

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

orientdb-tp3-3.2.48.tar.gz orientdb-tp3-3.2.48.zip

agent-3.2.48.jar

2025-12-09 19:16:26
orientdb

3.2.47

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)
  • 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

orientdb-tp3-3.2.47.tar.gz orientdb-tp3-3.2.47.zip

agent-3.2.47.jar

2025-11-17 19:58:01
orientdb

3.2.46

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

orientdb-tp3-3.2.46.tar.gz orientdb-tp3-3.2.46.zip

agent-3.2.46.jar