Skip to content

Commit

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

changelog: Assemble changes for 22.1.3 release
  • Loading branch information
kostko committed Apr 8, 2022
2 parents 5c22143 + e388916 commit 50ca03a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 15 deletions.
Empty file removed .changelog/4644.trivial.md
Empty file.
5 changes: 0 additions & 5 deletions .changelog/4647.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4650.bugfix.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4653.trivial.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 = '22'
minor = 1
micro = 2
micro = 3
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 -->

## 22.1.3 (2022-04-08)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 6.0.0 |
| Runtime Host | 5.0.0 |
| Runtime Committee | 4.0.0 |

### Features

- go/staking/grpc: rename misnamed GovernanceDeposits method
([#4652](https://github.com/oasisprotocol/oasis-core/issues/4652))

Previous misnamed method is deprecated, but will work in the `22.1.x`
releases.

### Bug Fixes

- go/runtime/host: Always emit StoppedEvent on stop
([#4647](https://github.com/oasisprotocol/oasis-core/issues/4647))

Previously the StoppedEvent was only emitted in case the runtime was
previously running. In case multihost was performing a version switch when a
runtime was not yet started, this resulted in a deadlock.

- go/worker/common/p2p: Make sure P2P stops before service cleanup runs
([#4650](https://github.com/oasisprotocol/oasis-core/issues/4650))

Otherwise this may result in a crash during shutdown when P2P requests are
processed while database is already closed.

## 22.1.2 (2022-04-05)

| Protocol | Version |
Expand Down

0 comments on commit 50ca03a

Please sign in to comment.