File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 0.9.3] - 2025-08-27
11+
1012### Added
1113
1214- Display and parse ` ua::ExpandedNodeId ` .
13- - Add method ` AsyncClient::service_request() ` .
14- - Add types ` ua::RequestHeader ` and ` ua::ResponseHeader ` .
15- - Add traits ` ServiceRequest ` and ` ServiceResponse ` .
15+ - Add ` ua::RequestHeader ` and ` ua::ResponseHeader ` .
16+ - Add method ` AsyncClient::service_request() ` and traits ` ServiceRequest ` and ` ServiceResponse ` to
17+ issue custom service requests .
1618
1719## [ 0.9.2] - 2025-07-15
1820
@@ -517,7 +519,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
517519
518520- First public release.
519521
520- [ Unreleased ] : https://github.com/HMIProject/open62541/compare/v0.9.2...HEAD
522+ [ Unreleased ] : https://github.com/HMIProject/open62541/compare/v0.9.3...HEAD
523+ [ 0.9.3 ] : https://github.com/HMIProject/open62541/compare/v0.9.2...v0.9.3
521524[ 0.9.2 ] : https://github.com/HMIProject/open62541/compare/v0.9.1...v0.9.2
522525[ 0.9.1 ] : https://github.com/HMIProject/open62541/compare/v0.9.0...v0.9.1
523526[ 0.9.0 ] : https://github.com/HMIProject/open62541/compare/v0.8.5...v0.9.0
Original file line number Diff line number Diff line change 11[package ]
22name = " open62541"
3- version = " 0.9.2 "
3+ version = " 0.9.3 "
44authors = [" HMI Project" ]
55edition = " 2021"
66# Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.82 for the following reason:
You can’t perform that action at this time.
0 commit comments