Skip to content

Commit

Permalink
Adjust changelog messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll committed Dec 9, 2024
1 parent ee0a252 commit b2aada6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Add type `PrivateKey` to wrap private keys when using Mbed TLS.
- Add types `ua::SecurityLevel`, `ua::EndpointDescription`, `ua::MessageSecurityMode`.
- Add ability to get remote server endpoints with `ua::ClientBuilder::get_endpoints()`.
- Add method `ClientBuilder::get_endpoints()` to get remote server endpoints.
- Add method `ClientBuilder::certificate_verification()` and type `ua::CertificateVerification`.
- Add method `ua::CertificateVerification::custom()` and trait `CustomCertificateVerification` to
allow custom certificate verification.

### Changed

- Breaking: Bump Minimum Supported Rust Version (MSRV) to 1.80.
- Breaking: Change type `Certificate` to hold certificate without private key.
- Breaking: Use new types `Certificate` and `PrivateKey` instead of raw `&[u8]` in
`ua::ClientBuilder::default_encryption()`, `ua::ServerBuilder::default_with_security_policies()`.
`ClientBuilder::default_encryption()`, `ServerBuilder::default_with_security_policies()`.

## [0.6.6] - 2024-12-04

Expand Down

0 comments on commit b2aada6

Please sign in to comment.