CHANGELOG 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. The changelog tracks changes to the public API.
  2. Internal refactorings and bug fixes are not reported here.
  3. 2017-06-26 janitza-thbe
  4. * Enable IPv6 in the networklayer plugin
  5. The server networklayer listens on several sockets for available
  6. networks and IP versions. IPv4 connections are still supported.
  7. The OPC Foundation ANSI C Stack before 2016 does not fully support IPv6.
  8. On Windows, the 'localhost' target is resolved to IPv6 by default. Old
  9. applications (e.g. the Conformance Testing Tools) need to connect to
  10. 127.0.0.1 instead of 'localhost' to force IPv4.
  11. 2017-06-16 jpfr <julius.pfrommer at web.de>
  12. * Require the AccessLevel bit UA_ACCESSLEVELMASK_READ for reading
  13. Set the bit by default when adding nodes for a smooth transition to
  14. the new API. This will change at a later point with an additional
  15. node settings argument for the AddNodes methods.
  16. 2017-05-03 pro <profanter at fortiss.org>
  17. * Array dimensions are UInt32 also for the highlevel client read service
  18. 2017-04-16 jpfr <julius.pfrommer at web.de>
  19. * Refactor UA_parseEndpointUrl to work with UA_String
  20. The output hostname and path now point into the original
  21. endpointUrl with an appropriate length.
  22. 2017-04-14 jpfr <julius.pfrommer at web.de>
  23. * Auto-instantiate only child nodes marked as mandatory (fixes #1004)