From 44b6ca5b91591164484788da08329fcf0c3a489f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Duchesneau?= Date: Fri, 28 Feb 2025 16:31:07 -0500 Subject: [PATCH] bump changelog for hotfix v1.14.1 --- docs/release-notes/change-log.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index 98059d14..f2a43399 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -9,6 +9,10 @@ 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.14.1 + +* Fix another `cannot resolve 'old cursor' from files in passthrough mode -- not implemented` bug when receiving a request in production-mode with a cursor that is below the "linear handoff" block + ## v1.14.0 This release brings performance improvements to the substreams engine, through the introduction of a new "QuickSave" feature, and a switch to `wasmtime` as the default runtime for Rust modules.