Skip to content

Commit 1e4bf47

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.39.0 (#407)
Co-authored-by: Josh Stevens <joshstevens19@hotmail.co.uk> Co-authored-by: GitHub Action <action@github.com>
1 parent a9fe234 commit 1e4bf47

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rindexer_cli"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rindexer"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

documentation/docs/pages/docs/changelog.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,28 @@
88

99
### Features
1010
-------------------------------------------------
11-
- feat: Add Twilio SMS alerts support — send SMS notifications for on-chain events via the Twilio API
12-
- feat: **`RINDEXER_CLICKHOUSE_BATCH_SIZE` env var** — configure the ClickHouse batch chunk size used for no-code/custom table writes. Defaults to `1000`. Increasing it reduces the number of sequential `INSERT` statements for high-volume streams, at the cost of larger per-request payloads.
1311

1412
## Releases
1513
-------------------------------------------------
1614

1715
all release branches are deployed through `release/VERSION_NUMBER` branches
1816

17+
# 0.39.0-beta - 14th April 2026
18+
19+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.39.0
20+
21+
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.39.0/rindexer_linux-amd64.tar.gz
22+
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.39.0/rindexer_darwin-arm64.tar.gz
23+
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.39.0/rindexer_darwin-amd64.tar.gz
24+
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.39.0/rindexer_win32-amd64.zip
25+
26+
27+
### Features
28+
-------------------------------------------------
29+
- feat: Add Twilio SMS alerts support — send SMS notifications for on-chain events via the Twilio API
30+
- feat: **`RINDEXER_CLICKHOUSE_BATCH_SIZE` env var** — configure the ClickHouse batch chunk size used for no-code/custom table writes. Defaults to `1000`. Increasing it reduces the number of sequential `INSERT` statements for high-volume streams, at the cost of larger per-request payloads.
31+
32+
1933
# 0.38.0-beta - 10th April 2026
2034

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

0 commit comments

Comments
 (0)