Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.7.0 #104

Merged
merged 3 commits into from
Sep 16, 2024
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