3.2.55
Minor patch release with fixes mostly in distributed and core, with also some dependency updates.
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.
- Add check for configuration to enable CUSTOM types in all serialization cases.
- Minor dependencies updates
- Downgraded Hazelcast Kubernates version to a compatible version of Hazelcast core
- Handle transaction status during delta sync for avoid to create independent transactions
orientdb-community-3.2.55.tar.gz orientdb-community-3.2.55.zip
3.2.54
Small patch release with fixes in query engine and hardening in the binary protocol
- fix: correctly handled null position when execute order by using indexes, issue #10807
- Hardening of binary protocol, directly close connection in case of first request miss authentication
orientdb-community-3.2.54.tar.gz orientdb-community-3.2.54.zip
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
- 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
- Add check for correct type when deserializing data java object from network
orientdb-community-3.2.53.tar.gz orientdb-community-3.2.53.zip
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.
- Truncate asDate timestamps with 24-hour clock, thanks @officialasishkumar
- Avoid to use index when using order by with nested property issue #10732
- Dependencies updates
orientdb-community-3.2.52.tar.gz orientdb-community-3.2.52.zip
3.2.51
Patch release with a fix in query engine order by logic,backup scheduler configuration update and updates of dependencies.
- Fix order by for nested properties, issue #10732
- Updated deps
- Fix store of settings for scheduled backups
orientdb-community-3.2.51.tar.gz orientdb-community-3.2.51.zip
3.2.50
Small patch release with a fix in backup failure handling and view refresh scheduling, together with deps update
- Dependency updates
- Minor fix view update execution, avoiding to run when is not yet opened or close due to concurrent operations
- Fix loop re-scheduling of backup in case of backup failure
orientdb-community-3.2.50.tar.gz orientdb-community-3.2.50.zip
3.2.49
Small patch release with a fix in memory usage of lucene indexes, and dependencies updates
- Dependency updates
- fixed metadata value tracking to avoid to keep to much linked data in memory, issue #10663
orientdb-community-3.2.49.tar.gz orientdb-community-3.2.49.zip
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.
- Corrected slow parsing of nested json (thanks @lvca), issue #10328
- Improved logging of serialization errors issue #10614
- Corrected load of logging properties for the console
- Corrected inverted order of apply of transactions with tree ridbags, as described by PR #10549
orientdb-community-3.2.48.tar.gz orientdb-community-3.2.48.zip
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
- 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
orientdb-community-3.2.47.tar.gz orientdb-community-3.2.47.zip
3.2.46
Pretty small patch release with fixes in the import options
- Corrected preserving cluster ids when running import using preserve rids option
orientdb-community-3.2.46.tar.gz orientdb-community-3.2.46.zip