Releases: openwisp/netjsonconfig
Releases · openwisp/netjsonconfig
0.5.4 [2017-02-14]
- 6f712d1: [utils] Implemented identifiers as parameters in
utils.merge_list
- fcae96c: [openwrt] Added
config_value
identifier inutils.merge_list
- eaa04de: [docs] Improved "All the other settings" section in
OpenWrt
backend - #60: [openvpn] Fixed
resolv_retry
bug; minor backward incompatible change: handled in django-netjsonconfig with a migration - f25e77e: [openvpn] Added
topology
attribute to schema - c4aa07a: [openvpn] Allow to omit seconds in status attribute
0.5.3 [2017-01-17]
0.5.2 [2016-12-29]
- #55: [vars] Fixed broken evaluation of multiple variables
0.5.1 [2016-09-22]
0.5.0 [2016-09-19]
0.4.5 [2016-09-05]
- #53: [docs] avoid ambiguity on dashes in context
- #52: [schema] added countries list as
enum
for radios (thanks to @zachantre)
0.4.4 [2016-06-27]
- #50: [openwrt] add logical name to all generated configuration items
0.4.3 [2016-04-23]
- c588e5d: [openwrt] avoid adding
dns
anddns_search
ifproto
isnone
0.4.2 [2016-04-11]
0.4.1 [2016-04-04]
- b903c6f: [schema] corrected wrong ipv4 minLength and maxLength
- de98ae6: [schema] fixed interface minLength attribute
- 4679282: [schema] added regexp pattern for interface mac address (can be empty)
- 067b471: [schema] switched order between MTU and MAC address properties
- 26b62dd: [schema] added pattern for wireless BSSID attribute
- 11da509: [openwrt] added regexp pattern to
maclist
elements - b061ee4: [openwrt] fixed empty output bug if addresses is empty list
- 7f74209: [openwrt] removed support for
chanbw
for typesath5k
andath9k
(backward incompatible) - #46: [schema] introduced different profiles for radio settings
- 6ab9d5b: [openwrt] added support for "Automatic Channel Selection"
- #48: [openwrt] improved support for config lists
- 9f93776: [openwrt] simplified definition of custom interface "proto" options
- a5f63f0: [openwrt] allow to override general dns and dns_search settings
- 1b58f97: [schema] added
stp
(spanning tree protocol) property on bridge interfaces - bfbf23d: [openwrt] added
igmp_snooping
property on bridge interfaces - 269c7bf: [openwrt] added
isolate
property on wireless access points - 2cbc242: [openwrt] fixed
autostart
whenFalse
- 85bd7dc: [openwrt] fixed mac address override on interfaces
- 45159e8: [openwrt] allow overriding
htmode
option - b218f7d: [schema] added
enum_titles
inencryption
protocols - ef8c296: [schema] validate general hostname format
- 2f23cfd: [schema] validate interface ipv4 address format
- 612959e: [openwrt] validate ntp server hostname format
- f1116f0: [schema] validate
dns_search
hostname format #42 - 372d634: [openwrt] do not set dns to dhcp interfaces