Skip to content

Latest commit

 

History

History
81 lines (60 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

81 lines (60 loc) · 2.48 KB

Changelog

All notable changes to this project will be documented in this file.

Table of contents

3.0.0-rc1 (2019-01-16)

Features

  • OPC Simple goes ReactiveX

Bugfixes

  • Browse next tree level may be incomplete for OPC-UA

Breaking changes

  • Breaking changes on all APIs in order to support reactive patterns.

2.0.1 (2018-12-28)

Bugfixes

  • Migrate jinterop artifacts to maven central

2.0.0 (2018-07-05)

Features

  • Use an improved threading model for subscriptions

Bugfixes

  • 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)

Features

  • 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.

Breaking changes

  • 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)

Features

  • 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)

Features

  • OPC-DA implementation with JInterop and Utgard