From 76cc984314f7ee077bc5b42e8e92f5adc4858344 Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Tue, 17 Sep 2024 16:31:46 +0100 Subject: [PATCH] release/0.8.0 --- documentation/docs/pages/docs/changelog.mdx | 23 +++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/documentation/docs/pages/docs/changelog.mdx b/documentation/docs/pages/docs/changelog.mdx index 7091b5a..9928fa5 100644 --- a/documentation/docs/pages/docs/changelog.mdx +++ b/documentation/docs/pages/docs/changelog.mdx @@ -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 ------------------------------------------------- @@ -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