We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f718c30 commit f51f432Copy full SHA for f51f432
documentation/docs/pages/docs/changelog.mdx
@@ -33,6 +33,10 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.3
33
- fix: regenerated example projects to support latest changes
34
- fix: Index creation fails for filter contracts due to schema name mismatch
35
36
+### Breaking changes
37
+-------------------------------------------------
38
+- `contract_address` Postgres column changed from `char(66)` to `char(42)`
39
+- `PostgresClient` now only exposes `insert_bulk` which handles internally whether to insert rows via INSERT or COPY
40
41
# 0.25.2-beta - 30th August 2025
42
0 commit comments