Skip to content

Releases: alliedtelesis/apteryx

v5.58

11 Feb 21:52

Choose a tag to compare

Make sure local pids are in the same namespace

v5.57

21 Aug 02:54

Choose a tag to compare

What's Changed

  • Configurable path to unix sockets via APTERYX_PATH by @carlgsmith in #451

Full Changelog: v5.56...v5.57

v5.56

18 Aug 21:05

Choose a tag to compare

Fix querying a single node that is indexed/provided

Need to match callbacks that have wildcard or directoy matches.
Add appropriate tests to exercise the bug.

v5.55

19 May 23:41

Choose a tag to compare

Fix a crash in apteryx_get_tree with musl libc

POSIX does not guarantee that strtok_r() stores a valid pointer to the
third argument when it is called. musl libc sets this to NULL on the
last call, causing a NULL pointer dereference.

v5.54

15 May 00:08

Choose a tag to compare

What's Changed

Full Changelog: v5.53...v5.54

v5.53

05 May 21:26

Choose a tag to compare

What's Changed

Full Changelog: v5.52...v5.53

v5.52

12 Dec 04:16

Choose a tag to compare

What's Changed

Full Changelog: v5.51...v5.52

v5.51

29 Nov 02:47

Choose a tag to compare

What's Changed

Full Changelog: v5.50...v5.51

v5.50

28 Nov 19:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.49...v5.50

v5.49

23 Oct 20:42

Choose a tag to compare

What's Changed

Full Changelog: v5.48...v5.49