Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: Assemble changes for 23.0.2 release #5413

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .changelog/5402.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/5403.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 23.0.2 (2023-10-22)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 7.0.0 |
| Runtime Host | 5.1.0 |
| Runtime Committee | 5.0.0 |

### Bug Fixes

- go/worker/client: Fix nil dereference on early Query
([#5403](https://github.com/oasisprotocol/oasis-core/issues/5403))

- go/worker/compute/executor: Start processing once all txs are fetched
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Estimate pool rank from observed commitments
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Schedule only if higher ranks didn't propose
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- go/worker/compute/executor: Use local time for batch scheduling
([#5404](https://github.com/oasisprotocol/oasis-core/issues/5404))

- Fix stuck `control status` on runtime nodes before initialization
([#5407](https://github.com/oasisprotocol/oasis-core/issues/5407))

- Fix showing empty peer IDs in the Consensus light client status output
([#5408](https://github.com/oasisprotocol/oasis-core/issues/5408))

- config/migrate: Automatically configure external P2P addresses for validators
([#5410](https://github.com/oasisprotocol/oasis-core/issues/5410))

### Internal Changes

- go: Bump golang.org/x/net to v0.17.0
([#5403](https://github.com/oasisprotocol/oasis-core/issues/5403))

## 23.0.1 (2023-10-12)

| Protocol | Version |
Expand Down
Loading