Skip to content

Commit

Permalink
Update CHANGELOG.md for 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Aug 24, 2022
1 parent 6719c9f commit 3610ace
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11
- Security - enforcement of decoding limits on deeply nested or large arrays & strings
- Use `parking_lot` versions of `RwLock` and `Mutex`
- Various bug fixes supplied by contributors
- Looser tokio requirements to allow clients & servers to use their own versions instead of specific versions of tokio

## 0.10
- 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`.
Expand Down

0 comments on commit 3610ace

Please sign in to comment.