Skip to content

Releases: iotaledger/rebased-stardust-indexer

Release v0.5.8

19 May 14:47
b50508b

Choose a tag to compare

This release fixes vulnerabilities by bumping the affected dependencies.

Release v0.5.6

27 Mar 15:28
2792b34

Choose a tag to compare

This release includes the upstream changes that uses the fullnode gRPC API as primary checkpoint ingestion source.

Release v0.5.5

05 Mar 16:37
ad590da

Choose a tag to compare

This release upgrades all related iota crates to v.1.18.1-rc to comply with the latest changes.

Release v0.5.4

02 Feb 08:40
c51f5f2

Choose a tag to compare

This release upgrades all related iota crates to v.1.16.0-alpha to comply with the latest protocol changes.

Release v0.5.3

12 Nov 09:25
04fd865

Choose a tag to compare

This release upgrades all related iota crates to v.1.11.0 to comply with the latest protocol changes.

Release v0.5.2

06 Nov 10:19
5655e33

Choose a tag to compare

This release adds the following changes:

  • upgrades all related iota crates to v.1.10.0 to comply with latest protocol updates

  • bumps rust toolchain to 1.90

Release v0.5.1

20 Oct 15:42
404a250

Choose a tag to compare

This release adds the following changes:

  • polishes internal error messages to comply with rust guidelines

Release v0.5.0

10 Apr 08:53
7e9ff7a

Choose a tag to compare

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

13 Feb 11:48
f7043cc

Choose a tag to compare

This release adds the following changes:

  1. Adds metrics and health monitoring
  2. Support SIGINT and SIGTERM signals for graceful shutdown
  3. Other minor refactorings are also included

Release v0.3.0

31 Jan 09:04
8522532

Choose a tag to compare

This release adds the following changes:

  1. Indexes deleted migration objects by removing them from the db
  2. Enables WAL mode for the stardust.db optionally.
  3. Other minor refactorings are also included