Skip to content

Releases: alliedtelesis/apteryx-rest

v2.0.33

27 Nov 21:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.32...v2.0.33

v2.0.32

12 Nov 20:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.31...v2.0.32

v2.0.31

15 Oct 04:52
Compare
Choose a tag to compare
Add some tests for a when clause based on an enum of names

The new tests, test the handling of a when clause based on an
enum with string values. The code should translate the enum name string
into the internal database numeric value for the enum so the comparison
works.

v2.0.30

09 Oct 20:31
Compare
Choose a tag to compare
Add tests to make sure we do not delete RO leaf-lists

Also assert that we have not accidently set the leaf-list
node a value (which was symptom of a poorly trimmed tree)

v2.0.29

07 Oct 23:50
Compare
Choose a tag to compare
Do not blindly percent-decode all URI's

As per RFC3986, URI components must be parsed and
separated before the percent-encoded octets within
those components can be safely decoded.

Add many tests test we properly handle percent-encoded
characters in list keys as this is the primary place
reserved URI characters could be encoded.

v2.0.28

26 Sep 19:23
Compare
Choose a tag to compare
Fix the response to the restconf depth parameter

RFC 8040 section B.3.2 gives examples of how to respond to the
depth parameter on a restconf query. The current output is
not consistent with the example output.

v2.0.27

29 Aug 02:27
Compare
Choose a tag to compare
Stop the POST, PUT and PATCH of the data of a leaf list. A leaf list

entry should be fully defined in the data portion of the set.

v2.0.26

05 Aug 03:47
Compare
Choose a tag to compare
Better checking of list numerical ordering

v2.0.25

01 Aug 01:36
Compare
Choose a tag to compare
Pass correct path to rpc handlers from DELETE

v2.0.24

30 Jul 20:23
Compare
Choose a tag to compare
Support RPC with the same name as a container

Use _ to indicate the container above has an action rpc with
the same name.