Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Apr 12, 2022
1 parent 668f0f8 commit fca6cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.10
- OPC UA for Rust has changed to a single crate. What this means is that whereas previously you pulled multiple crates depending on whether you needed a client, server or both that now you only pull `opcua-rs`. This crate uses features to determine what you need from it. Aside from simplifying crates it also improves general build times and disk usage.
- Focus on asynchronous behaviour, especially in server's message processing but also in client.
- Starting from 0.10, OPC UA for Rust is a single crate with features to enable client, server and some other optional extras. What this means is
that `opcua_server::` becomes `opcua::server`, `opcua_client` becomes `opcua::client` and so on. Now you only reference `opcua` from your `Cargo.toml`.

## 0.9
- Multiple chunk support in client and server, sending and receiving.
Expand Down

0 comments on commit fca6cde

Please sign in to comment.