v0.14.0
What's Changed
- Document the fork, cleanup some unused files by @einarmo in #1
- Update dependencies and cleanup by @einarmo in #2
- Export SubscriptionActivity for use when driving the session event-loop by @svanharmelen in #5
- Make the client log (most things) to debug or warn instead of info by @svanharmelen in #3
- Rename auto_recreate_subscriptions to just recreate_subscriptions by @svanharmelen in #6
- Ignore trailing slash when comparing URLs by @einarmo in #8
- Support for custom types on the client by @einarmo in #9
- Avoid implementation.rs by @einarmo in #7
- Restructure encoding macros by @einarmo in #12
- Derive macros for simple enums by @einarmo in #14
- make Error +Send + sync by @oroulet in #17
- add custom errors compatible with std by @oroulet in #18
- add get_namespace_index to Session by @oroulet in #16
- Add example code showing how to create custom enums and structures by @oroulet in #11
- Workaround for browser future not being Send by @einarmo in #23
- Make Error StdError-compatible by @oroulet in #24
- remove useless mut in set_namespaces by @oroulet in #25
- Rename library to async-opcua by @einarmo in #28
- Clippy lints for 1.84 by @einarmo in #32
- Prepare for initial re-release by @einarmo in #30
- Relax loading XML values using FromValue by @einarmo in #31
- Change repository references by @einarmo in #33
- Add some context to code gen errors by @einarmo in #34
- Final preparations for release by @einarmo in #35
Full Changelog: https://github.com/FreeOpcUa/async-opcua/commits/v0.14.0