Versioning
Our library follows the semantic versioning specification. Refer to the specification for the meaning of the <major>.<minor>.<patch>
fields of the version number.
Changelog
0.10.0
- โญ Add TLS support through
rustls
. See #135. - ๐ Fix issue where C# callbacks would be executed in Rust thread. See oo-bindgen#5e95cf0f3989ad2d7b13eb8bba812e7e66805cea.
- ๐ง C# and Java now checks that the native library has the same version as the generated code. See oo-bindgen#75.
- ๐ Fix issue where C# DLL was not properly copied when using .NET Framework. oo-bindgen#75.
0.9.2
- ๐ Fix range scan issue where old values were reported. See #148.
- ๐ Fix leak of tracing::Span in bindings. See #139.
- โญ Add Linux AArch64 support in Java and .NET. See #137.
- โญ Add support for serial ports on Windows. See #134.
0.9.1
- โญ C bindings now provides static libraries with the
dnp3_static
CMake target. See #128.
0.9.0
- ๐ First official release