Skip to content

Commit

Permalink
changelog: Assemble changes for 23.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Nov 14, 2023
1 parent acafcce commit 8a0059c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 12 deletions.
Empty file removed .changelog/5430.trivial.md
Empty file.
4 changes: 0 additions & 4 deletions .changelog/5436.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5438.bugfix.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/5438.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/5442.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '23'
minor = 0
micro = 3
micro = 4
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 23.0.4 (2023-11-14)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 7.0.0 |
| Runtime Host | 5.1.0 |
| Runtime Committee | 5.0.0 |

### Features

- go/consensus/roothash: Filter executor commitments by runtime ID
([#5436](https://github.com/oasisprotocol/oasis-core/issues/5436))

Compute executor committee workers no longer have to verify the signatures
of observed commitments simply to identify them as invalid.

### Bug Fixes

- go/runtime/host/sandbox: Release lock before calling into runtime
([#5438](https://github.com/oasisprotocol/oasis-core/issues/5438))

Similar to how this is handled in the multi runtime host, we need to
release the lock before calling into the runtime as otherwise this could
lead to a deadlock in certain situations.

- go/worker/compute: Bound batch execution time
([#5438](https://github.com/oasisprotocol/oasis-core/issues/5438))

- go/runtime/host/protocol/connection: Cancel call if connection is closed
([#5442](https://github.com/oasisprotocol/oasis-core/issues/5442))

## 23.0.3 (2023-11-08)

| Protocol | Version |
Expand Down

0 comments on commit 8a0059c

Please sign in to comment.