Releases: FgForrest/evitaDB
Releases · FgForrest/evitaDB
v2025.7.3
What's Changed
🐛 Bug Fixes
- constraint facetHaving with includingChildrenHaving no longer works when selected reference has no direct entity assignment
- corrected tear down logic
- invalid cardinality detection in ExistingEntityBuilder
- purge task was not closed in export file service
v2025.5.9
What’s Changed
🐛 Bug Fixes
- For empty bitmaps use EmptyFormula.INSTANCE!
v2025.7.2
v2025.7.1
What’s Changed
This release contains bunch of fixes of previosly released 2025.7.0, many of them are subtle but important. It's strongly advised to use latest patch version of 2025.7 release train!
🐛 Bug Fixes
v2025.7.0
What’s Changed
☢️ Breaking changes
- Support for multiple references to the same entity with different attribute sets (#906)
- Change Data Capture support (#187)
🚀 Features
- InScope LIVE + ARCHIVE prevents prefetching (#939)
- Top level (engine) WAL (#502)
- Updated evitaLab workbench
🐛 Bug Fixes
- Unnecessary facet indexes (#965)
- Attribute indexes may be mismatched when attribute name is defined both on reference schema and entity schema (#963)
⛓ Dependencies upgrades
- armeria ... 1.33.1 → 1.33.4
- bouncyCastle ... 1.81 → 1.82
- grpc ... 1.74.0 → 1.75.0
- jackson ... 2.19.2 → 2.20.0
- junit.jupiter ... 5.13.4 → 6.0.0
- logback ... 1.5.18 → 1.5.19
- lombok ... 1.18.38 → 1.18.42
- maven.compiler ... 3.10.1 → 3.14.1
- netty ... 4.2.4.Final → 4.2.6.Final
- okhttp ... 5.1.0 → 5.2.0
- snakeyaml ... 2.4 → 2.5
- swagger ... 2.2.36 → 2.2.38
v2025.6.2
v2025.6.1
What’s Changed
- corrected transitive dependencies (OkHttp client not necessary on client side now)
v2025.6.0
What’s Changed
☢️ Breaking changes
- Introduce more granular control over reduced indexes in reference schema (#920)
⛓ Dependencies upgrades
- armeria ... 1.32.3 → 1.33.1
- byteBuddy ... 1.15.10 → 1.17.7
- grpc ... 1.70.0 → 1.74.0
- jackson ... 2.19.1 → 2.19.2
- junit.jupiter ... 5.13.3 → 5.13.4
- netty ... 4.1.115.Final → 4.2.4.Final
- prometheus ... 1.3.10 → 1.4.1
- slf4j ... 2.0.16 → 2.0.17
- swagger ... 2.2.34 → 2.2.36
v2025.5.8
v2025.5.7
What’s Changed
🐛 Bug Fixes
- fix: evitaLab was not working when catalog was corrupted (update to evitaLab 2025.5.1)