From efb1b3d3c53fd768c5b3f28e81efe1417d0adde1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Thu, 11 Apr 2024 06:26:17 -0400 Subject: [PATCH] bump changelog for v1.5.3 --- docs/release-notes/change-log.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index 27bd8dea..0b9be8cc 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -9,11 +9,15 @@ 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.3 Unreleased +## v1.5.3 + +Performance, memory leak and bug fixes ### Server -* handle block type when creating tier1, if not specified it'll auto-detect the block type, else use it. +* fix memory leak on substreams execution (by bumping wazero dependency) +* prevent substreams-tier1 stopping if blocktype auto-detection times out +* allow specifying blocktype directly in Tier1 config to skip auto-detection * fix missing error handling when writing output data to files. This could result in tier1 request just "hanging" waiting for the file never produced by tier2. * fix handling of dstore error in tier1 'execout walker' causing stalling issues on S3 or on unexpected storage errors * increase number of retries on storage when writing states or execouts (5 -> 10)