Skip to content

Releases: Hurence/opc-simple

Major: ReactiveX native support

16 Jan 16:17
Compare
Choose a tag to compare
Pre-release

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.

Minor: Align repositories

27 Dec 09:52
Compare
Choose a tag to compare

Use Maven central instead of outdated openscada neutronium repository

OPC-UA: Minor fixes

05 Jul 13:57
Compare
Choose a tag to compare

Maintenance pack:

  • Some minor bugfixes.
  • Make opc-simple compliant with KEP. MinimumSamplingRate rate is returned as integer and not double as supposed.

OPC-UA: Release Preview

29 Jun 13:51
Compare
Choose a tag to compare

First OPC-UA implementation.
Major features:

  • OPC-UA with Eclipse Milo.
  • Support to Anonymous, UserPass and X509
  • Support to both tag refresh rate and publication window
  • Improved testing and documentation.

Some breaking changes:

  • OpcOperations become an interface. Implementations are now OpcUaTemplate and OpcDaTemplate
  • Opc Auto connect now removes unnecessary cast thanks to dynamic proxies.

OPC-DA Implementation - M1 - Stable

02 May 14:58
Compare
Choose a tag to compare

This release comes with a more stable support for OPC-DA.
Groups are statefully created thanks to the Session abstraction.

Resources can be automatically freed thanks to the Autocloseable interface implementation (try-with-resources possible).

Release details:

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

OPC-DA Implementation

16 Apr 15:02
Compare
Choose a tag to compare
OPC-DA Implementation Pre-release
Pre-release

First OPC-DA implementation.