| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.2.48 source code.tar.gz | 2025-12-23 | 14.9 MB | |
| 3.2.48 source code.zip | 2025-12-23 | 18.7 MB | |
| README.md | 2025-12-23 | 1.6 kB | |
| Totals: 3 Items | 33.6 MB | 1 | |
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