Skip to content

Releases: joshstevens19/rindexer

Release v0.28.2

05 Nov 18:47
d3dddc0

Choose a tag to compare

Release v0.28.2

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.28.2

Release v0.28.1

21 Oct 18:12
044b72b

Choose a tag to compare

Release v0.28.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.28.1

Release v0.28.0

13 Oct 19:37
4a6e76d

Choose a tag to compare

Release v0.28.0

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.28.0

0.28.0-beta - 13th October 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.28.0

Bug fixes


  • fix: only log error when the current block lumber is lower than the last seen when range is outside chain reorg safe
  • fix: unpin tracing-subscriber version

Features


  • feat: check if the RPC chain id is matching the configured chain id in the yaml config on startup
  • feat: add support for RINDEXER_LOG environment variable to control the log level of rindexer
  • feat: Add clickhouse integration to rindexer rust project and nocode

Release v0.27.1

06 Oct 16:03
30569de

Choose a tag to compare

Release v0.27.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.27.1

0.27.1-beta - 6th October 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.27.1

Bug fixes


  • fix: build break after alloy v2.10.0: remove NamedChain::PolygonZkEvm usage
  • fix: resolved race condition in event dependencies indexing that caused issues on networks with high block production rates
  • fix: support for the latest alloy

Release v0.27.0

26 Sep 15:53
ad8b399

Choose a tag to compare

Release v0.27.0

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.27.0

0.27.0-beta - 26th September 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.27.0

Features


  • feat: add health endpoint with comprehensive system status monitoring
  • feat: add cloudflare queues to the streams

Bug fixes


  • fix: optimisations

Release v0.26.0

12 Sep 20:39
475b6bd

Choose a tag to compare

Release v0.26.0

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.26.0

0.26.0-beta - 12th September 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.26.0

Features


  • feat: expose PostgresClient::raw_connection so its easier to do transactions

Bug fixes


  • fix: start indexer and graphql when a rust project is started without any commands
  • fix: take the correct default graphql endpoint when generating graphql files

Release v0.25.3

08 Sep 21:21
f718c30

Choose a tag to compare

Release v0.25.3

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.25.3

0.25.3-beta - 8th September 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.3

Bug fixes


  • fix: contract_address Postgres column changed from char(66) to char(42)
  • fix: PostgresClient now only exposes insert_bulk which handles internally whether to insert rows via INSERT or COPY
  • fix: regenerated example projects to support latest changes
  • fix: Index creation fails for filter contracts due to schema name mismatch

Breaking changes


  • contract_address Postgres column changed from char(66) to char(42)
  • PostgresClient now only exposes insert_bulk which handles internally whether to insert rows via INSERT or COPY

Release v0.25.2

30 Aug 02:39
d9e1bea

Choose a tag to compare

Release v0.25.2

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.25.2

0.25.2-beta - 30th August 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.2

Bug fixes


  • fix: inject block timestamp in the generate indexing code
  • fix: resolve timestamp override mapping to contract breaking change
  • fix: resolve bad logs

Release v0.25.1

28 Aug 12:04
bbcbac7

Choose a tag to compare

Release v0.25.1

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.25.1

0.25.1-beta - 28th August 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.1

Bug fixes


  • fix: correct tuple wrapper slice indexing in map_ethereum_wrapper_to_json

Release v0.25.0

27 Aug 13:17
58344e3

Choose a tag to compare

Release v0.25.0

Installation

# Latest version
curl -L https://rindexer.xyz/install.sh | bash

# Specific version  
curl -L https://rindexer.xyz/install.sh | bash -s -- --version 0.25.0

0.25.0-beta - 27th August 2025

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.0

Features


  • feat: Adds timestamp config to the yaml config, allowing users to opt-in to block timestamps in logs
  • feat: Add chain_id to TxInformation struct
  • feat: Add xtask with block timestamp encoding mechanism
  • feat: Adds nocode postgres migration "versioning system"
  • feat: Expose a rust project handler to process raw blocks with transactions if native indexing is enabled.
  • feat: bump alloy to 1.0.27

Bug fixes


  • fix: compiler issue with solar-parse
  • fix: Move rust_playground to examples
  • fix: resolve telegram marketdownv2