Releases: robshakir/pyangbind
v0.8.6
What's Changed
- Add Py12 to tests and package by @JoseIgnacioTamayo in #343
- Fix decoding xml blob with key that must follow a pattern by @JoseIgnacioTamayo in #346
- fix: readme next-hop typo by @marco-minervino in #347
- Remove six by @JoseIgnacioTamayo in #344
- Ensure in json-ietf the Containers with Presence are shown by @JoseIgnacioTamayo in #351
- Dimbleby multiple bases by @JoseIgnacioTamayo in #354
Full Changelog: 0.8.5...0.8.6
v0.8.5
What's Changed
- Fix _is_config attribute for non-config containers by @fperrin in #323
- Update oc-interface json blobs. by @JoseIgnacioTamayo in #329
- Fix missing identityref namespace by @fperrin in #322
- docs: fix --use-xpathhelper usage by @miguelbf-alb in #328
- Remove Integration tests that use /bgp by @JoseIgnacioTamayo in #330
- Updates documentation to have a full working example. by @xavier-contreras in #335
- Fix presence with SplitClassDir option, and containing Groups by @JoseIgnacioTamayo in #339
- Fix nested choice by @JoseIgnacioTamayo in #340
- Tweaks to allow development in Windows by @JoseIgnacioTamayo in #341
New Contributors
- @miguelbf-alb made their first contribution in #328
Full Changelog: 0.8.4...0.8.5
v0.8.4
What's Changed
- Fix binary type representation by @fperrin in #297
- Update yang.md by @gil-obradors in #267
- Don't prefix a property value that is already prefixed by @fperrin in #313
- Handle the "bits" type by @fperrin in #315
- Optimisation: change class_map deepcopy to copy by @fperrin in #316
- set tuple for default value on union typedef by @gunhanoral in #318
New Contributors
- @fperrin made their first contribution in #297
- @gil-obradors made their first contribution in #267
- @gunhanoral made their first contribution in #318
Full Changelog: 0.8.3...0.8.4
v0.8.3
What's Changed
- Add
async
as a reserved Python name. by @JoseIgnacioTamayo in #285 - Fix binary type representation. by @fperrin in #297
Version 0.8.3 no longes uses bitarray
library, but pyangbind.lib.yangtypes.YANGBinary
. Python classes built with previous versions of pyangbind
might need to be re-created.
Full Changelog: 0.8.2...0.8.3
v0.8.2
v0.8.1
This is a bugfix release containing the following:
#200 - Fixes #179: Ensure uniqueness in leaf-list
Note that any bindings will need to be regenerated in order for this bugfix to take effect. This means that any bindings generated previously will continue to behave in the same manner, until they are regenerated.
v0.8.0
With this release, we are adding official support for Python 3! As a matter of fact, the following Python versions are now officially supported: 2.7, pypy2, 3.4, 3.5, 3.6, and even 3.7!
v0.7.0
Version 0.7.0 - Historical release
v0.3.2
0.2.0 Release
The 0.2.0 release that has been pushed to PyPI.