Skip to content

Commit 1022b8b

Browse files
committed
changelog: Assemble changes for 22.1.7 release
1 parent 26bf3c4 commit 1022b8b

File tree

6 files changed

+31
-13
lines changed

6 files changed

+31
-13
lines changed

.changelog/4709.feature.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changelog/4754.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4757.feature.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changelog/4762.trivial.md

Whitespace-only changes.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
year = '22'
22
minor = 1
3-
micro = 6
3+
micro = 7

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,36 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 22.1.7 (2022-05-25)
16+
17+
| Protocol | Version |
18+
|:------------------|:---------:|
19+
| Consensus | 6.0.0 |
20+
| Runtime Host | 5.0.0 |
21+
| Runtime Committee | 4.0.0 |
22+
23+
### Features
24+
25+
- runtime: Emit runtime logs as oasis-node logs
26+
([#4709](https://github.com/oasisprotocol/oasis-core/issues/4709))
27+
28+
Previously, runtime logs used a slightly different format.
29+
Also, they were written to stdout in a manner that was not
30+
synchronized with node logs, so the two sets of logs
31+
sometimes intertwined mid-line. Those annoyances are gone,
32+
plus runtime logs are now annotated with the runtime ID.
33+
34+
- runtime: Add support for reporting EnclaveRPC peer feedback
35+
([#4757](https://github.com/oasisprotocol/oasis-core/issues/4757))
36+
37+
This makes EnclaveRPC more robust as the higher-level layer in the
38+
runtime can trigger peer replacement on high level errors.
39+
40+
### Internal Changes
41+
42+
- docker/oasis-core-dev: Fix golangci-lint install
43+
([#4754](https://github.com/oasisprotocol/oasis-core/issues/4754))
44+
1545
## 22.1.6 (2022-05-06)
1646

1747
| Protocol | Version |

0 commit comments

Comments
 (0)