Skip to content

Commit

Permalink
Changelog for v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed May 26, 2023
1 parent 34363a0 commit 0c0e303
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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).

## [Unreleased]
## [v1.1.4](https://github.com/streamingfast/substreams/releases/tag/v1.1.4)

### HIGHLIGHTS

* Module hashing changed to fix cache reuse on substreams use imported modules
* Memory leak fixed on rpc-enabled servers
* GUI more responsive

### Fixed

Expand All @@ -15,12 +21,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* You can then `cp` or `mv` the caches for each module hash.
* You can also ignore this change. This will simply invalidate your cache.

* Fixed a memory leak where "PostJobHooks" were not always called. These are used to hook in rpc calls in ethereum chain. They are now always called, even if no block has been processed (can be called with `nil` value for the clock)
* Jobs that fail deterministically (during WASM execution) on tier2 will fail faster, without retries from tier1.
* `substreams gui` command now handles params flag (it was ignored)
* Substeams GUI responsiveness improved significantly when handling large payloads

### Added

* Added Tracing capabilities, using https://github.com/streamingfast/sf-tracing . See repository for details on how to enable.

### Known issues

* If the cached substreams states are missing a 'full-kv' file in its sequence (not a normal scenario), requests will fail with `opening file: not found` https://github.com/streamingfast/substreams/issues/222

## [v1.1.3](https://github.com/streamingfast/substreams/releases/tag/v1.1.3)

### Highlights
Expand Down

0 comments on commit 0c0e303

Please sign in to comment.