Releases: iotaledger/rebased-stardust-indexer
Release v0.5.8
This release fixes vulnerabilities by bumping the affected dependencies.
Release v0.5.6
This release includes the upstream changes that uses the fullnode gRPC API as primary checkpoint ingestion source.
Release v0.5.5
This release upgrades all related iota crates to v.1.18.1-rc to comply with the latest changes.
Release v0.5.4
This release upgrades all related iota crates to v.1.16.0-alpha to comply with the latest protocol changes.
Release v0.5.3
This release upgrades all related iota crates to v.1.11.0 to comply with the latest protocol changes.
Release v0.5.2
This release adds the following changes:
-
upgrades all related iota crates to
v.1.10.0to comply with latest protocol updates -
bumps rust toolchain to
1.90
Release v0.5.1
This release adds the following changes:
- polishes internal error messages to comply with rust guidelines
Release v0.5.0
This release bumps the iota-types, and iota-data-ingestion-core dependencies to v0.11.6-rc to account for the recent protocol changes.
See postmortem for more details.
Release v0.4.0
This release adds the following changes:
- Adds metrics and health monitoring
- Support SIGINT and SIGTERM signals for graceful shutdown
- Other minor refactorings are also included
Release v0.3.0
This release adds the following changes:
- Indexes deleted migration objects by removing them from the db
- Enables WAL mode for the
stardust.dboptionally. - Other minor refactorings are also included