Skip to content

Latest commit

 

History

History
160 lines (112 loc) · 6.2 KB

File metadata and controls

160 lines (112 loc) · 6.2 KB

Changelog


OPC DA/AE/HDA Solution .NET - 4.0.0

Breaking Changes

  • Added support of .NET 10.0, .NET 9.0 and .NET 8.0 - Can only be used with x86 or x64 platform. AnyCPU is not supported
  • In addition .NET 4.8 and .NET 4.7.2 are supported.

OPC DA/AE/HDA Solution .NET - 3.0.0

Breaking Changes

  • Removed support of .NET 7.0. End of Support was 14-MAY-2024.

OPC DA/AE/HDA Solution .NET - 2.0.2

Changes

  • Added support of .NET 8.0
  • Removed support of .NET 4.6.2 and .NET 4.7.2
  • NuGet packages are now only distributed locally in the repository

OPC DA/AE/HDA Solution .NET - 2.0.1

Changes

  • Clarified license of the NuGet package (SCLA 1.0)

OPC DA/AE/HDA Solution .NET - 2.0.0

Breaking Changes

  • Splitted into 3 DLLs.
  • Technosoftware.DaAeHdaClient.dll
  • Technosoftware.DaAeHdaClient.Com.dll
  • Technosoftware.OpcRcw.dll
  • Connection to a server is now done differently. See examples!

OPC DA/AE/HDA Solution .NET - 1.4.1

Changes

  • Added .NET 7.0

OPC DA/AE/HDA Solution .NET - 1.4.0

Changes


OPC DA/AE/HDA Solution .NET - 1.3.0

Breaking Changes

  • removed support of .NET 5.0 because of end of life (see here)

OPC DA/AE/HDA Solution .NET - 1.2.6

Changes

  • Update to enable/disable DCOM call cancellation

OPC DA/AE/HDA Solution .NET - 1.2.5

Fixed Issues

  • Support of .NET 6.0

OPC DA/AE/HDA Solution .NET - 1.2.4

Fixed Issues

  • Added README to nuget package
  • Changed lock for subscription to instance lock to increase performance. Might affect callback handling.

OPC DA/AE/HDA Solution .NET - 1.2.3

Fixed Issues

  • For OPC DA 2.0 only servers Subscription GetState() was called wrong. The OPC DA 3.0 version was used instead of the DA 2.0 version.

OPC DA/AE/HDA Solution .NET - 1.2.2

Changes


OPC DA/AE/HDA Solution .NET - 1.2.0

Changes

  • NuGet packages are now available under a commercial license

### Fixed Issues

  • Issue #14: Fix Connect method(). It ended correctly even if connection is not established
  • Issue #15: Disconnect() method is not executed correctly because of wrong implemented Dispose() methods.

### Refactoring

  • Refactored Technosoftware.DaAeHdaClient.Da
  • Refactored Technosoftware.DaAeHdaClient.Ae
  • Refactored Technosoftware.DaAeHdaClient.Hda
  • Removed OpcServerType class because it is not used at all

OPC DA/AE/HDA Solution .NET - 1.1.1

Changes

  • Changed copyright year
  • Examples are now using the NuGet packages

OPC DA/AE/HDA Solution .NET - 1.1.0

Enhancements

  • Support of .NET 5.0
  • Added nuget packages

OPC DA/AE/HDA Solution .NET - 1.0.0902

Enhancements

  • Support of .NET Standard 2.1
  • Also supported: .NET 4.8, .NET 4.7.2, .NET 4.6.2
  • Support of OPC Classic Core Components 108.41
  • Enhanced COM call tracing for OPC DA
  • For missing required OPC Interfaces a NotSupportedException is thrown and for optional ones just an entry in the log created.

This is the changelog file for the OPC DA/AE Server Solution.

OPC DA/AE Server Solution - 3.0.0 (Work in Progress)

  • Updated C++ examples to VS 2022 Version 17.7.6
  • Removed DLL support

OPC DA/AE Server Solution - 2.0.0

  • Refactored several parts of the server and removed a lot of warnings

OPC DA/AE Server Solution - 1.0.902

Enhancement

  • Included Source, changed license model

OPC DA/AE Server Solution - 1.0.423

Fixed Issues

  • GetActiveItems does not return the correct list if no active items (#1)

OPC DA/AE Server Solution - 1.0.419

Enhancement

  • DLL and .NET samples available now in the same package
  • Support of .NET 4.8
  • Support of OPC Classic Core Components 108.41

Redistributables

  • Redistributables are available here