Releases: alliedtelesis/apteryx-rest
Releases · alliedtelesis/apteryx-rest
v2.0.13
Fix the setting of if_match Fix a single character typo. When setting if_match, the environment variable HTTP_If_Match should actually be HTTP_If-Match.
v2.0.12
Make the error tag to status code compliant with RFC8040 section 7. Previously the error tag was set based on the status code. This however is not sufficient for some status codes that may have multiple possible error tags.
v2.0.11
Allow content-type of text/plain We can internally pretend raw types are formatted as json.
v2.0.10
Add tests for native apteryx namespace
v2.0.9
Handle a request to {+restconf}/data (RFC8040 section 3.4.1.2) A get request to {+restconf}/data will now return the result of a query to {+restconf}/data/ietf-yang-library:yang-library if the accept or content type are of the correct type for restconf.
v2.0.8
api.html: Allow list creation
v2.0.7
Include apteryx-xml in gcov
v2.0.6
Modify api.xml test for original behaviour
v2.0.5
Fix pyang model/plugin path for run.sh
v2.0.4
We now parse *.map files from the models folder