Skip to content

Commit

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

changelog: Assemble changes for 21.2.5 release
  • Loading branch information
kostko authored Jun 25, 2021
2 parents 104988d + 2f6c352 commit c7dbeb5
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .changelog/4060.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4080.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4080.internal.1.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4080.internal.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/4080.internal.3.md

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 21.2.5 (2021-06-25)

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

### Features

- go/worker/storage: Synchronize checkpoints with consensus layer
([#4080](https://github.com/oasisprotocol/oasis-core/issues/4080))

### Bug Fixes

- go/consensus/tendermint: Fix last retained version query
([#4060](https://github.com/oasisprotocol/oasis-core/issues/4060))

Previously the reported version was incorrect when the node used state sync
and pruning was disabled.

- go/worker/storage: Add missing timeout for operations
([#4072](https://github.com/oasisprotocol/oasis-core/issues/4072))

- go/worker/storage: Don't crash on early query
([#4072](https://github.com/oasisprotocol/oasis-core/issues/4072))

- go/worker/storage: Force checkpoint sync when block info unavailable
([#4080](https://github.com/oasisprotocol/oasis-core/issues/4080))

- ias/proxy/client: `GetSigRL` don't panic if IAS proxy not configured
([#4081](https://github.com/oasisprotocol/oasis-core/issues/4081))

- go/worker/executor: skip proposer timeout if batch was received
([#4083](https://github.com/oasisprotocol/oasis-core/issues/4083))

### Internal Changes

- go/consensus: Expose consensus state checkpointer
([#4080](https://github.com/oasisprotocol/oasis-core/issues/4080))

- go/storage/mkvs/checkpoint: Add ForceCheckpoint and WatchCheckpoints
([#4080](https://github.com/oasisprotocol/oasis-core/issues/4080))

- go/runtime: Delay subscriptions until after consensus sync
([#4080](https://github.com/oasisprotocol/oasis-core/issues/4080))

Previously if the node used consensus state sync it would fail to receive any
updates for the various descriptors until the descriptors were updated after
the state sync checkpoint.

## 21.2.4 (2021-06-22)

| Protocol | Version |
Expand Down

0 comments on commit c7dbeb5

Please sign in to comment.