Skip to content

v2024.11.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 16:03
· 2 commits to refs/heads/release_2024-11 since this release
065880d

What’s Changed

🐛 Bug Fixes

  • fix: ChainIndex corrupted in consolidation @novoj (#788)
    The bug manifests itself by incorrect predecessor value in io.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