14.0.0 (2024-05-10)
Bug Fixes
- ๐ Bump dependencies to resolve security alerts (307f8a2)
- ๐ Handle spec version logic correctly for private chain (330d377)
- ๐ release process fixes (ac9a5c4)
- ๐ Remove migrations for force re-sync (97def33)
- ๐ test not passing (8c08c73)
Features
- ๐ธ Enable historical state for SQ (1ce37a4)
- ๐ธ link identities to instructions (7da536c)
- ๐ธ Update executed state of migrations (a657714)
BREAKING CHANGES
- ๐งจ This will require a full resync, since enabling
this will re-index all the entities with their historical state.
If you wish to disable the historical state tracking and continue
with old format of indexing, pass--disable-historical=true
as
command argument for the subquery node container.
Signed-off-by: Marcin Pastecki marcin.pastecki@inndei.com