All notable changes to this project will be documented in this file.
- [3.0.0-rc1 (2019-01-16)](#300-rc1-2019-01-16)
- [2.0.1 (2018-12-28)](#201-2018-12-28)
- [2.0.0 (2018-07-05)](#200-2018-07-05)
3.0.0-rc1 (2019-01-16)
- OPC Simple goes ReactiveX
- Browse next tree level may be incomplete for OPC-UA
- Breaking changes on all APIs in order to support reactive patterns.
2.0.1 (2018-12-28)
- Migrate jinterop artifacts to maven central
2.0.0 (2018-07-05)
- Use an improved threading model for subscriptions
- Make opc-simple compliant with KEP. MinimumSamplingRate rate is returned as integer and not double as supposed.
- Improve general stability
1.2.0 (2018-06-29)
- OPC-UA implementation with Eclipse Milo.
- Support to Anonymous, UserPass and X509
- Support to both tag refresh rate and publication window
- Improved testing and documentation.
- OpcOperations become an interface. Implementations are now OpcUaTemplate and OpcDaTemplate
- Opc Auto connect now removes unnecessary cast thanks to dynamic proxies.
1.1.2 (2018-05-02)
- Support try with resources to automatically close Sessions and Connections
- Support error codes in OpcData
- Support stateful sessions. Multiplex Groups in a single connection.
- Use native java types instead of JIVariant.
1.0.0 (2018-04-16)
- OPC-DA implementation with JInterop and Utgard