Skip to content

Commit

Permalink
bump changelog, v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 27, 2023
1 parent df5160c commit e9822e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,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).

## Unreleased
## v1.1.10

* Fixed: jobs would hang when config parameter `StateBundleSize` was different from `SubrequestsSize`. The latter has been removed completely: Subrequests size will now always be aligned with bundle size.
* Fixed/Removed: jobs would hang when config parameter `StateBundleSize` was different from `SubrequestsSize`. The latter has been removed completely: Subrequests size will now always be aligned with bundle size.
* Auth: added support for *continuous authentication* via the grpc auth plugin (allowing cutoff triggered by the auth system).

### Backend changes

Expand Down

0 comments on commit e9822e2

Please sign in to comment.