CHANGELOG 774 B

12345678910111213141516171819202122
  1. The changelog tracks changes to the public API.
  2. Internal refactorings and bug fixes are not reported here.
  3. 2017-07-04 jpfr <julius.pfrommer at web.de>
  4. * Return partially overlapping ranges
  5. Test the integrity of the range and compute the max index used for every
  6. dimension. The standard says in Part 4, Section 7.22:
  7. When reading a value, the indexes may not speify a range that is within
  8. the bounds of the array. The Server shall return a partial result if some
  9. elements exist within the range.
  10. 2017-05-03 pro <profanter at fortiss.org>
  11. * Array dimensions are UInt32 also for the highlevel client read service
  12. 2017-04-14 jpfr <julius.pfrommer at web.de>
  13. * Auto-instantiate only child nodes marked as mandatory (fixes #1004)