Skip to content

Commit

Permalink
Prepare release notes for 5.0.0-dev4 (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Oct 10, 2023
1 parent 51fff79 commit 5a208d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[5.0.0-dev4]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev4

- Fix for JS execution behaviour when reusing interpreters. Storing KV handles on the global state may lead to unsafe accesses. Work around that by lazily requesting handles in the TypedKvMap for TypeScript apps.
- On retirement, nodes that are primary now request that their most likely successor triggers and instant election, without waiting for a timeout. This speeds up some reconfigurations, particularly code updates since they result in all the nodes being replaced. (#5697)

## [5.0.0-dev3]

Expand Down

0 comments on commit 5a208d6

Please sign in to comment.