Skip to content

Releases: alliedtelesis/apteryx-rest

v2.0.13

29 Aug 23:01
Compare
Choose a tag to compare
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

06 Aug 23:34
Compare
Choose a tag to compare
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

03 Aug 03:47
Compare
Choose a tag to compare
Allow content-type of text/plain

We can internally pretend raw types are formatted
as json.

v2.0.10

03 Aug 03:14
Compare
Choose a tag to compare
Add tests for native apteryx namespace

v2.0.9

21 Jul 00:13
Compare
Choose a tag to compare
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

27 Jun 21:37
Compare
Choose a tag to compare
api.html: Allow list creation

v2.0.7

21 Jun 04:21
Compare
Choose a tag to compare
Include apteryx-xml in gcov

v2.0.6

01 Jun 04:13
Compare
Choose a tag to compare
Modify api.xml test for original behaviour

v2.0.5

31 May 00:08
Compare
Choose a tag to compare
Fix pyang model/plugin path for run.sh

v2.0.4

17 May 21:43
Compare
Choose a tag to compare
We now parse *.map files from the models folder