Skip to content

Commit

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

changelog: Assemble changes for 21.3.13 release
  • Loading branch information
kostko authored Apr 19, 2022
2 parents b7875a3 + 4e793ea commit 4dd0032
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changelog/4539.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/9740.feature.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 = 12
micro = 13
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,35 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.3.13 (2022-04-19)

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

### Features

- Add archive mode support
([#4539](https://github.com/oasisprotocol/oasis-core/issues/4539))

Node started in archive mode only serves existing consensus and runtime
states. The node has all unneeded consensus and P2P functionality disabled so
it wont participate in the network. Archive mode can be set using the
`consensus.tendermint.mode` setting.

- go/worker/storage: Eliminate artificial wait for heartbeat
([#9740](https://github.com/oasisprotocol/oasis-core/issues/9740))

### Bug Fixes

- RequestShutdown: fix shutdown if registration never succeeded
([#4571](https://github.com/oasisprotocol/oasis-core/issues/4571))

This fixes a case where node would never shutdown if the initial
registration never succeeded.

## 21.3.12 (2022-04-01)

| Protocol | Version |
Expand Down

0 comments on commit 4dd0032

Please sign in to comment.