Skip to content

Releases: midnightntwrk/midnight-indexer

Midnight Indexer 4.2.1

27 Apr 20:14
v4.2.1
5503a07

Choose a tag to compare

Release notes

Release name

Version: 4.2.1
Date: 2026-04-27

⚙️ Dependencies

  • Bump to node 1.0.0-rc.3 and storage-core 1.2.0-rc.3 (#1077)

🚀 Features

  • (bench) Add preprod genesis and multi-tx apply benchmarks (#1076)

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Links and references

Midnight Indexer 4.2.0

23 Apr 19:57
v4.2.0
5ac2c2f

Choose a tag to compare

Release notes

Release name

Version: 4.2.0
Date: 2026-04-23

🚀 Features

  • (indexer-api) Add dustGenerationMerkleTreeUpdate query (#1062)
  • Dust generations QDO fields and generation tree index (#1059)

🐛 Bug Fixes

  • (indexer-common) Clamp block_fullness on post_block_update to match node (#1061)

⚡ Performance

  • (chain-indexer) Replace backward traversal with forward iteration by block height (#1038)

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Links and references

Midnight Indexer 4.0.2

27 Apr 09:01
v4.0.2
426a5d4

Choose a tag to compare

Release notes

Release name

Version: 4.0.2
Date: 2026-04-23

[4.0.2] - 2026-04-23

🐛 Bug Fixes

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Links and references

Midnight Indexer 4.1.0

20 Apr 10:38
v4.1.0
a434557

Choose a tag to compare

Release notes

Release name

Version: 4.1.0
Date: 2026-04-20

🚀 Features

  • Log wallet ID on connect and disconnect mutations (#935)
  • (indexer-api) Add query for zswap collapsed update (#982)
  • Support node v1.0 (#985)
  • (indexer-api) Add zswap Merkle tree root to block (#988)
  • Add efficient dust wallet synchronisation endpoints (#980)
  • Remove support for node 0.20 and 0.21 (#986)
  • Add shieldedNullifierTransactions subscription (#996)
  • Bridge async-graphql tracing to fastrace (#1037)
  • Avoid unnecessary scans of shielded transactions (#1039)
  • Support ledger 8.1 (#1033)
  • Add node 1.0.0-rc.2 metadata and remove rc.1 (#1041)

🐛 Bug Fixes

  • Pin upload-sarif-github-action to latest SHA (KICS/Trivy disabled)
  • Add start_period to postgres healthcheck in docker-compose (#936)
  • (chain-indexer) Falling back to metadata of parent block (#970)
  • Per-generation capacity calculation and cursor pagination for dust queries (#997)
  • (indexer-api) Make standalone sqlite spo queries match postgres (#977)
  • (api) Align dustCommitmentMerkleTreeUpdate with zswapMerkleTreeCollapsedUpdate pattern (#1023)
  • Compute transaction fees using ledger's Transaction::fees() API (#1031)

🚜 Refactor

  • Simplify and make recent code more consistent (#1035)

⚡ Performance

  • (indexer-api) Introduce DataLoader for block-by-hash lookups (#1018)
  • (indexer-api) Introduce DataLoader for transactions-by-block-id lookups (#1022)
  • (indexer-api) Introduce DataLoader for contract-actions-by-transaction-id lookups (#1030)
  • (indexer-api) Introduce DataLoader for transaction-by-id lookups (#1027)

⚙️ Miscellaneous Tasks

  • (security) Fix vulnerability (#914)
  • (api) Add fee field and deprecate estimatedFees and fees wrapper (#1036)
  • Bump midnight-storage-core to 1.2.0-rc.2 (#1052)
  • Remove unused node 0.20 and 0.21 data (#1042)

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Links and references

Midnight Indexer 4.0.1

25 Mar 15:18
v4.0.1
c90fb85

Choose a tag to compare

Release notes

Release name

Version: 4.0.1
Date: 2026-03-25

High-level summary

This is a hotfix release for a single issue.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Bug fixes

  • Correct timestamp unit mismatch in currentCapacity calculation (#929)

Links and references

Midnight Indexer 4.0.0

17 Mar 11:52
v4.0.0
75e88c6

Choose a tag to compare

Release notes

Release name

Version: 4.0.0
Date: 2026-03-17

High-level summary

This release mainly bumps the API version to v4 and adds support for Node 0.22 and Ledger 8.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

What changed

  • (indexer-api) Replace deterministic session ID with random per-session token (#807)
  • Use storage-core v1.1 with layout v2 (#861)
  • Replace window function with scalar subquery in ledger events query (#890)
  • Batch ledger_db_nodes inserts to reduce SQL roundtrips (#892)

New features

  • (indexer-api) Bump API version to v4
  • (indexer-api) /api/v3 alias for /api/v4 for backwards compatibility (#815)

Bug fixes

  • Use lazy loading for ledger state deserialization to avoid recursion depth limit (#871)

Required Updates

  • All users are encouraged to use API v4. API v3 is still supported, but will be deprecated soon and eventually removed
  • The internal database format has changed and hence it is necessary to start with a fresh/empty database

Links and references

v4.0.0-rc.9

16 Mar 17:07
v4.0.0-rc.9
a6cc37b

Choose a tag to compare

v4.0.0-rc.9 Pre-release
Pre-release

Release notes

Release name

Version: 4.0.0-rc.9
Date: 2026-03-16

High-level summary

This pre-release is for testing purposes only and not suitable for production grade usage.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

What changed

Refactor

  • Batch ledger_db_nodes inserts to reduce SQL roundtrips (#892)
  • Rename cardano_address DB column to cardano_stake_key for clarity (#902)

Required Updates:

  • The API of Indexer v4.0 is backwards compatible with v3.x when using /api/v3
  • Requires node v0.22.0+ and ledger v8.0.0+

Links and references

v4.0.0-rc.10

16 Mar 21:48
v4.0.0-rc.10
f56e8cf

Choose a tag to compare

v4.0.0-rc.10 Pre-release
Pre-release

Release notes

Release name

Version: 4.0.0-rc.10
Date: 2026-03-16

High-level summary

This pre-release is for testing purposes only and not suitable for production grade usage.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

What changed

Bug Fix

  • Flush pending inserts before delete/root-count to preserve batch_update ordering (#904)

Required Updates:

  • The API of Indexer v4.0 is backwards compatible with v3.x when using /api/v3
  • Requires node v0.22.0+ and ledger v8.0.0+

Links and references

v4.0.0-rc.7

16 Mar 17:05
v4.0.0-rc.7
b21bfda

Choose a tag to compare

v4.0.0-rc.7 Pre-release
Pre-release

Release notes

Release name

Version: 4.0.0-rc.7
Date: 2026-03-13

High-level summary

This pre-release is for testing purposes only and not suitable for production grade usage.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

What changed

Refactor

  • Replace window function with scalar subquery in ledger events query (#890)

Required Updates:

  • The API of Indexer v4.0 is backwards compatible with v3.x when using /api/v3
  • Requires node v0.22.0+ and ledger v8.0.0+

Links and references

v4.0.0-rc.6

16 Mar 17:03
v4.0.0-rc.6
8675f29

Choose a tag to compare

v4.0.0-rc.6 Pre-release
Pre-release

Release notes

Release name

Version: 4.0.0-rc.6
Date: 2026-03-12

High-level summary

This pre-release is for testing purposes only and not suitable for production grade usage.

Audience

This release note is critical for developers who:

  • use the Midnight Indexer via the Indexer API
  • run the Midnight Indexer

Required Updates:

  • The API of Indexer v4.0 is backwards compatible with v3.x when using /api/v3
  • Requires node v0.22.0+ and ledger v8.0.0+

Links and references