Skip to content

Commit

Permalink
release/0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Sep 17, 2024
1 parent aeec1f1 commit 76cc984
Showing 1 changed file 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

0 comments on commit 76cc984

Please sign in to comment.