|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -Version 0.7.0 [unreleased] |
5 |
| --------------------------- |
6 |
| - |
7 |
| -WIP |
| 4 | +Version 0.7.0 [2020-07-01] |
| 5 | +-------------------------- |
| 6 | + |
| 7 | +- [feature] Added signals: ``config_status_changed``, ``checksum_requested``, ``config_download_requested`` |
| 8 | +- [feature] Added the possibility of specifying default values for variables used in templates |
| 9 | +- [feature] Added ``banner_timeout`` |
| 10 | +- [feature] Emit signal when ``DeviceConnection.is_working`` changes |
| 11 | +- [change] **Backward incompatible change**: the ``config_modified`` |
| 12 | + signal is not emitted anymore when the device is created |
| 13 | +- [change] VPN files now have 0600 permissions by default |
| 14 | +- [change] Increased minimum `netjsonconfig <https://github.com/openwisp/netjsonconfig>`_ version to 0.8.0 |
| 15 | +- [change] Increased minimum `paramiko <https://github.com/paramiko/paramiko>`_ version to 2.7.1 |
| 16 | +- [change] Increased minimum `celery <https://github.com/celery/celery/>`_ version to 4.4.3 |
| 17 | +- [fix] Avoid errors being hidden by tabs |
| 18 | +- [fix] Fixed clashes between javascript schema validation and variables |
| 19 | +- [fix] Fixed exception when adding device credential without type |
| 20 | +- [fix] Fixed exception when auto adding device credentials to devices which don't have a configuration |
| 21 | +- [fix] Avoid multiple devices having the same management IP address (multiple devices |
| 22 | + having the same last IP is allowed because last IP is almost always a public address) |
| 23 | +- [docs] Documented SSH timeouts |
| 24 | +- [docs] Update outdated steps in README instructions |
8 | 25 |
|
9 | 26 | Version 0.6.0 [2020-04-02]
|
10 | 27 | --------------------------
|
|
0 commit comments