|
5 | 5 |
|
6 | 6 | ### Features |
7 | 7 | ------------------------------------------------- |
8 | | -- feat: expose an insert_bulk new postgres function to make inserting bulk data easier |
9 | | -- feat: expose new ethereum sql type wrappers for bytes types# |
10 | | -- feat: expose postgres ToSql trait |
11 | | -- feat: support with_transaction in postgres client |
12 | | -- feat: get the block timestamp from the RPC call (its an option as not all providers expose it) |
13 | | -- feat: allow you to override environment file path |
14 | 8 |
|
15 | 9 | ### Bug fixes |
16 | 10 | ------------------------------------------------- |
17 | | -- fix: dependency events not being applied to the correct contract |
18 | | -- fix: resolve defining environment variables in contract address fields in the yaml |
19 | 11 |
|
20 | 12 | ### Breaking changes |
21 | 13 | ------------------------------------------------- |
|
25 | 17 |
|
26 | 18 | all release branches are deployed through `release/VERSION_NUMBER` branches |
27 | 19 |
|
| 20 | +## 0.10.0-beta - 15th October 2024 |
| 21 | + |
| 22 | +github branch - https://github.com/joshstevens19/rindexer/tree/release/0.10.0 |
| 23 | + |
| 24 | +- linux binary - https://rindexer.xyz/releases/linux-amd64/0.10.0/rindexer_linux-amd64.tar.gz |
| 25 | +- mac apple silicon binary - https://rindexer.xyz/releases/darwin-arm64/0.10.0/rindexer_darwin-arm64.tar.gz |
| 26 | +- mac apple intel binary - https://rindexer.xyz/releases/darwin-amd64/0.10.0/rindexer_darwin-amd64.tar.gz |
| 27 | +- windows binary - https://rindexer/releases.xyz/win32-amd64/0.10.0/rindexer_win32-amd64.zip |
| 28 | + |
| 29 | +### Features |
| 30 | +------------------------------------------------- |
| 31 | +- feat: expose an insert_bulk new postgres function to make inserting bulk data easier |
| 32 | +- feat: expose new ethereum sql type wrappers for bytes types# |
| 33 | +- feat: expose postgres ToSql trait |
| 34 | +- feat: support with_transaction in postgres client |
| 35 | +- feat: get the block timestamp from the RPC call (its an option as not all providers expose it) |
| 36 | +- feat: allow you to override environment file path |
| 37 | + |
| 38 | +### Bug fixes |
| 39 | +------------------------------------------------- |
| 40 | +- fix: dependency events not being applied to the correct contract |
| 41 | +- fix: resolve defining environment variables in contract address fields in the yaml |
| 42 | + |
28 | 43 | ## 0.9.0-beta - 19th September 2024 |
29 | 44 |
|
30 | 45 | github branch - https://github.com/joshstevens19/rindexer/tree/release/0.9.0 |
|
0 commit comments