Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@

### Features
-------------------------------------------------
feat: support multiple abis in a single contract
feat: allow array of filters in the same contract without repeating

### Bug fixes
-------------------------------------------------
fix: running rust project should only start indexer or graphql passed on args passed
fix: resolve issue of paths in generated typings
fix: when running rindexer codegen typings csv folder created
fix: underscores in events within a rust project maps it wrong in typings
fix: share a postgres instance across rust project

### Breaking changes
-------------------------------------------------
Expand All @@ -24,6 +17,28 @@ fix: share a postgres instance across rust project

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

## 0.7.0-beta - 16th September 2024

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

- linux binary - https://rindexer.xyz/releases/linux-amd64/0.7.0/rindexer_linux-amd64.tar.gz
- mac apple silicon binary - https://rindexer.xyz/releases/darwin-arm64/0.7.0/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://rindexer.xyz/releases/darwin-amd64/0.7.0/rindexer_darwin-amd64.tar.gz
- windows binary - https://rindexer/releases.xyz/win32-amd64/0.7.0/rindexer_win32-amd64.zip

### Features
-------------------------------------------------
feat: support multiple abis in a single contract
feat: allow array of filters in the same contract without repeating

### Bug fixes
-------------------------------------------------
fix: running rust project should only start indexer or graphql passed on args passed
fix: resolve issue of paths in generated typings
fix: when running rindexer codegen typings csv folder created
fix: underscores in events within a rust project maps it wrong in typings
fix: share a postgres instance across rust project

## 0.6.2-beta - 24th August 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.6.2
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading