Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@sgoll sgoll released this 19 Dec 21:11

Added

  • Zeroize memory held by PrivateKey when dropped.
  • Add methods ua::DataValue::with_source_timestamp(), ua::DataValue::with_server_timestamp(), ua::DataValue::with_source_picoseconds(), ua::DataValue::with_server_picoseconds().

Changed

  • Rename methods ua::DataValue::status_code() to status(), ua::DataValue::with_status_code() to with_status(). Deprecate the former methods.