From 622c902ecebcd3cc053a0cfda627e3ae59a4e003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Wed, 3 Apr 2024 16:56:41 -0400 Subject: [PATCH] bump changelog to v1.5.1 --- docs/release-notes/change-log.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index 712886972..a523425e7 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -9,12 +9,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.5.1 (Unreleased) +## v1.5.1 * Fix a panic on tier2 when not using any wasm extension. * Fix a thread leak on metering GRPC emitter * Rollback scheduler optimisation: different stages can run concurrently if they are schedulable. This will prevent taking much time to execute when restarting close to HEAD. * Add `substreams_tier2_active_requests` and `substreams_tier2_request_counter` prometheus metrics +* Fix the `tools tier2call` method to make it work with the new 'generic' tier2 (added necessary flags) ## v1.5.0