|
1 | 1 | Change log |
2 | 2 | ^^^^^^^^^^ |
3 | 3 |
|
4 | | -0.5.0 [unreleased] |
| 4 | +0.5.0 [2020-12-20] |
5 | 5 | ================== |
6 | 6 |
|
7 | | -WIP |
| 7 | +Features |
| 8 | +~~~~~~~~ |
| 9 | + |
| 10 | +- Added support for |
| 11 | + `Template Tags <https://openwisp.io/docs/user/templates.html#template-tags>`_ |
| 12 | +- Send hardware and software information (hardware model, operating system, soc) during registration |
| 13 | + and boot (too keep it up to date) |
| 14 | +- Added `post-reload-hook <https://github.com/openwisp/openwisp-config/#post-reload-hook>`_ and |
| 15 | + `post-registration-hook <https://github.com/openwisp/openwisp-config/#post-registration-hook>`_ |
| 16 | +- Added ``management_interface`` |
| 17 | + `config option <https://github.com/openwisp/openwisp-config/#configuration-options>`_, |
| 18 | + which allows sending the IP of the management interface |
| 19 | + to OpenWISP, a pre-requisite for enabling features of OpenWISP as |
| 20 | + `push updates <https://openwisp.io/docs/user/configure-push-updates.html>`_, |
| 21 | + `firmware upgrades <https://github.com/openwisp/openwisp-firmware-upgrader#openwisp-firmware-upgrader>`_ |
| 22 | + and `fping <https://github.com/openwisp/openwisp-monitoring/#ping>`_ |
| 23 | + health checks |
| 24 | +- Added support for |
| 25 | + `hardware ID / serial number <https://github.com/openwisp/openwisp-config/#hardware-id>`_ |
| 26 | +- Added random |
| 27 | + `bootup delay <https://github.com/openwisp/openwisp-config/#bootup-delay>`_ |
| 28 | +- Added ``default_hostname`` |
| 29 | + `config option <https://github.com/openwisp/openwisp-config/#configuration-options>`_ |
| 30 | +- Improved automatic recovery of previous backups when configuration updates fail |
| 31 | +- Added ``post_reload_delay`` and ``test_retries`` |
| 32 | + `config options <https://github.com/openwisp/openwisp-config/#configuration-options>`_ |
| 33 | + |
| 34 | +Changes |
| 35 | +~~~~~~~ |
| 36 | + |
| 37 | +- **Backward incompatible change**: list options are now overwritten |
| 38 | + to prevent duplication |
| 39 | +- Improved log message in case of registration failure |
| 40 | +- Allow ``$MAC_ADDRESS`` to be bridge |
| 41 | +- Removed polarssl |
| 42 | +- Check sanity of downloaded UCI files before applying them |
| 43 | +- Give up with registration only when 403 is returned by the server |
| 44 | +- Show entire registration error message in logs |
| 45 | +- Updated examples and precompiled packages to use OpenWRT 19.07 |
| 46 | +- Made check of OpenWISP Controller header case insensitve |
| 47 | + |
| 48 | +Bugfixes |
| 49 | +~~~~~~~~ |
| 50 | + |
| 51 | +- Ensured order of UCI sections is preserved during config write operations, |
| 52 | + handle special section types |
| 53 | +- Ensure anonymous UCI config sections are handled well |
| 54 | +- Ensure removal of files only includes items which are not in the new |
| 55 | + downloaded configuration |
| 56 | +- Fixed duplication of list options |
| 57 | +- Fixed a bug that caused ``/etc/config/openwisp`` to be overwritten |
8 | 58 |
|
9 | 59 | 0.4.5 [2017-03-03] |
10 | 60 | ================== |
|
0 commit comments