Skip to content

Commit

Permalink
Merge pull request #4450 from oasisprotocol/kostko/stable/21.3.x/chan…
Browse files Browse the repository at this point in the history
…gelog-21.3.9

changelog: Assemble changes for 21.3.9 release
  • Loading branch information
kostko authored Jan 27, 2022
2 parents f7b4170 + 4b05c42 commit eb029c8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changelog/4386.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4438.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4439.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 = '21'
minor = 3
micro = 8
micro = 9
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,34 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.3.9 (2022-01-27)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 4.0.0 |
| Runtime Host | 4.0.0 |
| Runtime Committee | 3.0.0 |

### Features

- Add support for runtime schedule control
([#4438](https://github.com/oasisprotocol/oasis-core/issues/4438))

This feature gives runtimes control over scheduling transactions inside a
block, so the runtimes may implement their own more advanced policies.

### Bug Fixes

- runtime: Propagate panics during transaction/local RPC/policy dispatch
([#4386](https://github.com/oasisprotocol/oasis-core/issues/4386))

A panic during transaction/local RPC/policy dispatch signals a serious
problem so it should be propagated and the runtime should crash to force
state reset.

- deps: Switch to the upstream jsonrpc import
([#4439](https://github.com/oasisprotocol/oasis-core/issues/4439))

## 21.3.8 (2022-01-18)

| Protocol | Version |
Expand Down

0 comments on commit eb029c8

Please sign in to comment.