Skip to content

Commit

Permalink
Release/0.8.0 (#107)
Browse files Browse the repository at this point in the history
* release/0.8.0

* Add release binaries for

* release/0.8.0 windows

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
joshstevens19 and github-actions committed Sep 17, 2024
1 parent aeec1f1 commit b3e4daf
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@

### Features
-------------------------------------------------
- feat: info log if no new blocks are published in the last 20 seconds to avoid people thinking rindexer is stuck

### Bug fixes
-------------------------------------------------
- fix: pascal case still has some edge cases on parsing
- fix: allow #![allow(non_snake_case)] in indexer code
- fix: still generate internal tables for rindexer even if creating new event tables is disabled

### Breaking changes
-------------------------------------------------
Expand All @@ -21,6 +17,25 @@

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

## 0.8.0-beta - 17th September 2024

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

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

### Features
-------------------------------------------------
- feat: info log if no new blocks are published in the last 20 seconds to avoid people thinking rindexer is stuck

### Bug fixes
-------------------------------------------------
- fix: pascal case still has some edge cases on parsing
- fix: allow #![allow(non_snake_case)] in indexer code
- fix: still generate internal tables for rindexer even if creating new event tables is disabled

## 0.7.1-beta - 17th September 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.7.1
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.

0 comments on commit b3e4daf

Please sign in to comment.