Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jul 6, 2023
1 parent 8c8371d commit 4a5493f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +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.8

### Backend changes

#### Added

* Max-subrequests can now be overriden by auth header `X-Sf-Substreams-Parallel-Jobs` (note: if your auth plugin is 'trust', make sure that you filter out this header from public access
* Max-subrequests can now be overridden by auth header `X-Sf-Substreams-Parallel-Jobs` (note: if your auth plugin is 'trust', make sure that you filter out this header from public access
* Request Stats logging. When enable it will log metrics associated to a Tier1 and Tier2 request
* On request, save "substreams.partial.spkg" file to the state cache for debugging purposes.
* Manifest reader can now read 'partial' spkg files (without protobuf and metadata) with an option.
Expand Down

0 comments on commit 4a5493f

Please sign in to comment.