Skip to content

Commit

Permalink
changelog: Assemble changes for 22.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed May 25, 2022
1 parent 26bf3c4 commit 1022b8b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changelog/4709.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed .changelog/4762.trivial.md
Empty file.
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 = 6
micro = 7
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.1.7 (2022-05-25)

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

### Features

- runtime: Emit runtime logs as oasis-node logs
([#4709](https://github.com/oasisprotocol/oasis-core/issues/4709))

Previously, runtime logs used a slightly different format.
Also, they were written to stdout in a manner that was not
synchronized with node logs, so the two sets of logs
sometimes intertwined mid-line. Those annoyances are gone,
plus runtime logs are now annotated with the runtime ID.

- runtime: Add support for reporting EnclaveRPC peer feedback
([#4757](https://github.com/oasisprotocol/oasis-core/issues/4757))

This makes EnclaveRPC more robust as the higher-level layer in the
runtime can trigger peer replacement on high level errors.

### Internal Changes

- docker/oasis-core-dev: Fix golangci-lint install
([#4754](https://github.com/oasisprotocol/oasis-core/issues/4754))

## 22.1.6 (2022-05-06)

| Protocol | Version |
Expand Down

0 comments on commit 1022b8b

Please sign in to comment.