Releases: alliedtelesis/apteryx
Releases · alliedtelesis/apteryx
v5.58
v5.57
What's Changed
- Configurable path to unix sockets via APTERYX_PATH by @carlgsmith in #451
Full Changelog: v5.56...v5.57
v5.56
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
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
What's Changed
- Use lua5.4 as a preference by @carlgsmith in #446
- Trigger refreshers matching the path/* for timestamp gets by @blairsteven in #447
Full Changelog: v5.53...v5.54
v5.53
What's Changed
- refresh: put timed out process in the sin bin by @blairsteven in #445
Full Changelog: v5.52...v5.53
v5.52
What's Changed
- Fix thread contention in string-cache by @blairsteven in #441
Full Changelog: v5.51...v5.52
v5.51
What's Changed
- Update memuse for use of string-cache by @carlgsmith in #440
Full Changelog: v5.50...v5.51
v5.50
What's Changed
- Add test for find for end wildcard (e.g. leaf list) by @carlgsmith in #433
- Store all strings in a cache by @blairsteven in #439
- Update apteryx query assertions by @irelben51 in #438
New Contributors
- @irelben51 made their first contribution in #438
Full Changelog: v5.49...v5.50