Skip to content

Releases: openwisp/netjsonconfig

0.4.0 [2016-03-22]

22 Mar 16:56
Compare
Choose a tag to compare
  • #40: [openwrt] added support for ULA prefix
  • #44: [schema] added none to encryption choices
  • #45: [schema] improved address definition
  • #43: [openwrt] improved static routes
  • #41: [schema] added wds property & removed wds mode
  • #36: [schema] added specific settings for 802.11s (mesh) mode
  • 3f6d2c6: [schema] removed NetJSON type from schema
  • 04c6058: [openwrt] made file mode property required (backward incompatible change)
  • 00e784e: [openwrt] added default switch settings
  • dd708cb: [openwrt] added NTP default settings
  • f4148e4: [schema] removed txqueuelen from interface definition
  • 574a48d: [schema] added title and type to bridge_members
  • c6276f2: [schema] MTU title and minimum value
  • d8ab0e0: [schema] added minLength to interface name
  • 67a0916: [schema] added minLength to radio name
  • 258892e: [schema] added possible ciphers
  • 2751fe3: [schema] improved definition of wireless interface fields
  • 478ef16: [openwrt] added wmm property for wireless access points
  • b9a14f3: [schema] added minLength and maxLength to interface mac property
  • 526c2d1: [schema] added minLength and maxLength to wireless bssid property
  • c8c95d6: [schema] improved ordering and titles of wireless properties
  • a226e90: [openwrt] ignore advanced wifi options if zero
  • e008ef6: [openwrt] added macfilter to wireless access points
  • c70ab76: [openwrt] fixed empty dns and dns-search bug
  • 778615a: [openwrt] increased network maxLength

0.3.7 [2016-02-19]

19 Feb 16:56
Compare
Choose a tag to compare
  • 007da6e:
    renamed "Coordinated Universal Time" to "UTC"
  • 2c1e72e:
    fixed 'tx_power' KeyError, introduced in 71b083e
  • aa8b485:
    added utils.evaluate_vars function
  • 7323491:
    simplified implementation of configuration variables

0.3.6 [2016-02-17]

17 Feb 13:04
Compare
Choose a tag to compare

0.3.5 [2016-02-10]

10 Feb 11:41
Compare
Choose a tag to compare
  • 18ecf28>:
    removed hardware and operating_system sections
  • 75c259d:
    reordered schema sections
  • 010ca98:
    file contents can now be only strings (backward incompatible change)
  • e2bb3b2:
    added non-standard propertyOrder attributes to schemas to facilitate UI ordering
  • #37: [schema] radio tx_power not required anymore
  • #38: [openwrt schema] hardened file mode contraints
  • c2cc3fc: [schema] added minlength and maxlength to hostname

0.3.4 [2016-01-14]

14 Jan 09:44
Compare
Choose a tag to compare
  • #35 wifi inherits disabled from interface

0.3.2 [2015-12-18]

18 Dec 09:57
Compare
Choose a tag to compare
  • 219f638 [cli] fixed binary standard output for generate method
  • 219f638...a0b1373 removed
    timestamp from generated configuration archive to ensure reliable checksums

0.3.2 [2015-12-11]

11 Dec 12:12
Compare
Choose a tag to compare
  • #31 added files in render output
  • #32 generate now returns an in-memory file object
  • badf292 updated command line utility script and examples
  • #33 added write method
  • 5ff7360 [cli] positional config param is now --config or -c
  • 28de4a5 [cli] marked required arguments: --config, --backend and --method
  • f55cc4a [cli] added --arg option to pass arguments to methods

0.3.1 [2015-12-02]

02 Dec 14:35
Compare
Choose a tag to compare
  • 69197ed added "details" attribute to ValidationError
  • 0005186 avoid modifying original config argument

0.3 [2015-11-30]

30 Nov 16:36
Compare
Choose a tag to compare
  • #18 added OpenWisp backend
  • 66ee96 added file permission feature
  • #19 added sphinx documentation
    (published at netjsonconfig.openwisp.org)
  • 30348e hardened ntp server option schema for OpenWrt backend
  • c31375 added madwifi to the allowed drivers in schema OpenWrt backend
  • #30 updated schema according to latest NetJSON spec

0.2 [2015-11-23]

23 Nov 09:56
Compare
Choose a tag to compare
  • #20 added support for array of lines in files
  • #21 date is now correctly set in tar.gz files
  • 82cc5e configuration archive is now compatible with sysupgrade -r
  • #22 improved and simplified bridging
  • #23 do not ignore interfaces with no addresses
  • #24 restricted schema for interface names
  • #25 added support for logical interface names
  • #26 merge_dict now returns a copy of all the elements
  • d22d59 restricted SSID to 32 characters
  • #27 improved wireless definition
  • #28 removed "enabled" in favour of "disabled"