CHANGELOG 880 B

1234567891011121314151617181920212223242526
  1. The changelog tracks changes to the public API.
  2. Internal refactorings and bug fixes are not reported here.
  3. 2017-06-16 jpfr <julius.pfrommer at web.de>
  4. * Require the AccessLevel bit UA_ACCESSLEVELMASK_READ for reading
  5. Set the bit by default when adding nodes for a smooth transition to
  6. the new API. This will change at a later point with an additional
  7. node settings argument for the AddNodes methods.
  8. 2017-05-03 pro <profanter at fortiss.org>
  9. * Array dimensions are UInt32 also for the highlevel client read service
  10. 2017-04-16 jpfr <julius.pfrommer at web.de>
  11. * Refactor UA_parseEndpointUrl to work with UA_String
  12. The output hostname and path now point into the original
  13. endpointUrl with an appropriate length.
  14. 2017-04-14 jpfr <julius.pfrommer at web.de>
  15. * Auto-instantiate only child nodes marked as mandatory (fixes #1004)