|
8 | 8 |
|
9 | 9 | ### Bug fixes |
10 | 10 | ------------------------------------------------- |
11 | | -- fix: `contract_address` Postgres column changed from `char(66)` to `char(42)` |
12 | | -- fix: `PostgresClient` now only exposes `insert_bulk` which handles internally whether to insert rows via INSERT or COPY |
13 | | -- fix: regenerated example projects to support latest changes |
14 | | -- fix: Index creation fails for filter contracts due to schema name mismatch |
15 | 11 |
|
16 | 12 | ### Breaking changes |
17 | 13 | ------------------------------------------------- |
18 | | -- `contract_address` Postgres column changed from `char(66)` to `char(42)` |
19 | | -- `PostgresClient` now only exposes `insert_bulk` which handles internally whether to insert rows via INSERT or COPY |
20 | 14 |
|
21 | 15 | ## Releases |
22 | 16 | ------------------------------------------------- |
23 | 17 |
|
24 | 18 | all release branches are deployed through `release/VERSION_NUMBER` branches |
25 | 19 |
|
| 20 | +# 0.25.3-beta - 8th September 2025 |
| 21 | + |
| 22 | +github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.3 |
| 23 | + |
| 24 | +- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.3/rindexer_linux-amd64.tar.gz |
| 25 | +- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.3/rindexer_darwin-arm64.tar.gz |
| 26 | +- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.3/rindexer_darwin-amd64.tar.gz |
| 27 | +- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.3/rindexer_win32-amd64.zip |
| 28 | + |
| 29 | +### Bug fixes |
| 30 | +------------------------------------------------- |
| 31 | +- fix: `contract_address` Postgres column changed from `char(66)` to `char(42)` |
| 32 | +- fix: `PostgresClient` now only exposes `insert_bulk` which handles internally whether to insert rows via INSERT or COPY |
| 33 | +- fix: regenerated example projects to support latest changes |
| 34 | +- fix: Index creation fails for filter contracts due to schema name mismatch |
| 35 | + |
| 36 | + |
26 | 37 | # 0.25.2-beta - 30th August 2025 |
27 | 38 |
|
28 | 39 | github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.2 |
|
0 commit comments