From f68bd032069b9a2a8acae4753962b543159617a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Fri, 1 Mar 2024 11:29:36 -0500 Subject: [PATCH] bump CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c91a87..ece5c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md) for instructions to keep up to date. +## [1.1.13](https://github.com/streamingfast/firehose-near/releases/tag/v1.1.12) + +### Substreams + +* Performance: prevent reprocessing jobs when there is only a mapper in production mode and everything is already cached +* Performance: prevent "UpdateStats" from running too often and stalling other operations when running with a high parallel jobs count +* Performance: fixed bug in scheduler ramp-up function sometimes waiting before raising the number of workers ## [1.1.12](https://github.com/streamingfast/firehose-near/releases/tag/v1.1.12)