Releases: alliedtelesis/apteryx-netconf
Releases · alliedtelesis/apteryx-netconf
v3.0.32
What's Changed
- Fix with-defaults processing by @tony-vanderpeet in #99
Full Changelog: v3.0.31...v3.0.32
v3.0.31
What's Changed
- edit-config: Fix issue with mixed merge and delete operations by @tony-vanderpeet in #98
Full Changelog: v3.0.30...v3.0.31
v3.0.30
What's Changed
- Improve the handling of "with-defaults" options. by @gcampbell512 in #95
- Fix and Improve logging by @psiyengar in #96
- Improve logging by @tony-vanderpeet in #97
Full Changelog: v3.0.29...v3.0.30
v3.0.29
What's Changed
- Update unit tests by @psiyengar in #89
- Add logging for close-session requests by @gcampbell512 in #91
- xml_to_gnode: list key processing improvements by @tony-vanderpeet in #92
- edit-config: merge with just list index should work by @tony-vanderpeet in #93
- Improve logging for error conditions by @psiyengar in #94
Full Changelog: v3.0.28...v3.0.29
v3.0.28
What's Changed
- Fix processing of lists at the top-level by @carlgsmith in #86
- Add validation of leaf-list values by @tony-vanderpeet in #87
- Encode forward slash in list/leaf-list key path elements by @carlgsmith in #88
Full Changelog: v3.0.27...v3.0.28
v3.0.27
v3.0.26
What's Changed
- Add support for RFC6020 for "if-feature", "when" and "must" statements by @gcampbell512 in #82
- Fix an xpath issue with record selecting numeric predicates by @gcampbell512 in #83
Full Changelog: v3.0.25...v3.0.26
v3.0.25
What's Changed
- Add support for read-only proxy trees by @gcampbell512 in #81
Full Changelog: v3.0.24...v3.0.25
v3.0.24
get_process_action: remove "child::" axes from XPATH by @tony-vanderpeet in #76
Change the ERROR macro used in data.c to the DEBUG macro. by @gcampbell512 in #77
Fix memory leaks in apteryx-netconf by @gcampbell512 in #78
With edit-config don't write the tree if only using deletes or removes by @gcampbell512 in #79
Fix RFC6020 compliance of identityref value types by @gcampbell512 in #80
Full Changelog: v3.0.23...v3.0.24
v3.0.23
Merge pull request #75 from psiyengar/work Fix memory leak issues reported by valgrind