Releases: openwisp/netjsonconfig
Releases · openwisp/netjsonconfig
0.7.0 [2020-01-14]
- Dropped support for python 2.7
- Updated github buttons in documentation which were causing an unintended redirect
- Updated the jsonschema library to version 3.x
0.6.4 [2019-12-09]
0.6.3 [2018-07-09]
- #106: [extensions] Query backends from installed packages
(thanks to @edoput) - #109: [doc] Added reference to plugin interface
(thanks to @edoput) - #99: [cli] print traceback fully if the verbose flag is passed
(thanks to @edoput) - #108: [openvpn] Added more options to the OpenVPN backend
(thanks to @okraits)
0.6.2 [2017-08-29]
0.6.1 [2017-07-05]
- 5ddc201: [general] Avoid default mutable arguments
- dde3c9b: [openvpn] Added explicit
list_identifiers
attribute - 8c26cd6: [docs] Updated outdated OpenWRT rendering examples
- 5f8483e: [openwrt] Fixed repeated bridge gateway case
- #84: [exceptions] Improved validation errors (thanks to @edoput)
- #85: [openwrt] Added "vid" option in "switch"
- #86: [openwrt] Added support for "ip6gw" option
- #70: [feature] Backward conversion
- #87: [openwrt] Removed automatic timezone
0.6.0 [2017-06-01]
- #70 [general] Preliminary work for backward conversion, more info in the OpenWISP Mailing List
- #58: [openwrt] Dropped obsolete code in
OpenVpn
converter - #59: [openwrt] Improved multiple ip address output
0.5.6 [2017-05-24]
0.5.5.post1 [2017-04-18]
0.5.5 [2017-03-15]
- #65: [openwrt] Added missing zonename attribute
0.5.4.post1 [2017-03-07]
- 4aaecae: [docs] Added documentation regarding template overrides