v2024.11.14
Pre-release
Pre-release
·
2 commits
to refs/heads/release_2024-11
since this release
What’s Changed
🐛 Bug Fixes
- fix: ChainIndex corrupted in consolidation @novoj (#788)
The bug manifests itself by incorrect predecessor value inio.evitadb.index.attribute.ChainIndex#elementStates
comparing to real value stored in entity data. It seems that during consolidations predecessor of different element is stored to the state of discussed element. Unfortunatelly, the logic is quite complex and there are many cases where the state is updated with different values so it doesn't make sense to encapsulate inner map into more complex object because we'd still rely on proper inputs during updates.
Refs: #786