|
5 | 5 |
|
6 | 6 | ### Features |
7 | 7 | ------------------------------------------------- |
8 | | -- feat: Adds timestamp config to the yaml config, allowing users to opt-in to block timestamps in logs |
9 | | -- feat: Add chain_id to TxInformation struct |
10 | | -- feat: Add xtask with block timestamp encoding mechanism |
11 | | -- feat: Adds nocode postgres migration "versioning system" |
12 | | -- feat: Expose a rust project handler to process raw blocks with transactions if native indexing is enabled. |
13 | | -- feat: bump alloy to 1.0.27 |
14 | 8 |
|
15 | 9 | ### Bug fixes |
16 | 10 | ------------------------------------------------- |
17 | | -- fix: compiler issue with solar-parse |
18 | | -- fix: Move rust_playground to examples |
19 | | -- fix: resolve telegram marketdownv2 |
20 | 11 |
|
21 | 12 | ### Breaking changes |
22 | 13 | ------------------------------------------------- |
|
26 | 17 |
|
27 | 18 | all release branches are deployed through `release/VERSION_NUMBER` branches |
28 | 19 |
|
| 20 | +# 0.25.0-beta - 27th August 2025 |
| 21 | + |
| 22 | +github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.0 |
| 23 | + |
| 24 | +- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_linux-amd64.tar.gz |
| 25 | +- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_darwin-arm64.tar.gz |
| 26 | +- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_darwin-amd64.tar.gz |
| 27 | +- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_win32-amd64.zip |
| 28 | + |
| 29 | +### Bug fixes |
| 30 | +------------------------------------------------- |
| 31 | +- fix: compiler issue with solar-parse |
| 32 | +- fix: Move rust_playground to examples |
| 33 | +- fix: resolve telegram marketdownv2 |
| 34 | + |
| 35 | + |
29 | 36 | # 0.24.1-beta - 20th August 2025 |
30 | 37 |
|
31 | 38 | github branch - https://github.com/joshstevens19/rindexer/tree/release/0.24.1 |
|
0 commit comments