Skip to content

Commit

Permalink
Update CHANGELOG.md (#5591)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Aug 25, 2023
1 parent a0dfdfd commit 1523ca7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0-dev1]

[5.0.0-dev1]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev1

- Added support for reusing JS interpreters, persisting global state. See [docs](https://microsoft.github.io/CCF/main/build_apps/js_app_bundle.html#reusing-interpreters) for more detail.

## [5.0.0-dev0]

[5.0.0-dev0]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev0

- Add HMAC support to JS API. Call with `ccf.crypto.sign({"name": "HMAC", "hash": "SHA-256"}, key, data)`.
- Add `/node/ready/app` and `/node/ready/gov` endpoints for the use of load balancers wanting to check if a node is ready to accept application or governance transactions. See [Operator RPC API](https://microsoft.github.io/CCF/main/operations/operator_rpc_api.html) for details.
- SGX builds now use OpenSSL 3.1.1 inside the enclave by default (#5481).
- Added support for reusing JS interpreters, persisting global state. See [docs](https://microsoft.github.io/CCF/main/build_apps/js_app_bundle.html#reusing-interpreters) for more detail.
- JWT verifiers are now automatically cached, for increased performance (#5575).
- `GET /api/metrics` now correctly returns templated endpoint paths (#5539).
- Fix TLS bug that could cause TLS handshakes to fail (#5482).
Expand Down

0 comments on commit 1523ca7

Please sign in to comment.