|
1 |
| -Release 0.3.2 (released Mar 14, 2021) |
| 1 | +Release 0.3.3 (released Apr 1, 2021) |
2 | 2 | ------------------------------------
|
3 | 3 |
|
| 4 | +Bug Fixes in 0.3.3 |
| 5 | +------------------ |
| 6 | +- limit twisted version within crossbar-requirements.txt |
| 7 | +- the EthernetPort and SerialPort resources now properly raise their exceptions |
| 8 | + instead of only creating them |
| 9 | +- fixed docker cryptography failure during build |
| 10 | +- remove ports configuration from docker-compose.yml |
| 11 | +- add rsync to docker-client image |
| 12 | + |
| 13 | +Known issues in 0.3.3 |
| 14 | +~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 | +- There are several reports of ``sshpass`` used within the SSHDriver not working |
| 16 | + in call cases or only on the first connection. |
| 17 | +- Some client commands return 0 even if the command failed. |
| 18 | +- Currently empty passwords are not well supported by the ShellDriver |
| 19 | + |
| 20 | + |
| 21 | +Release 0.3.2 (released Mar 14, 2021) |
| 22 | +------------------------------------- |
| 23 | + |
4 | 24 | Bug Fixes in 0.3.2
|
5 | 25 | ------------------
|
6 | 26 | - Fix for exporter baud rate handling which prevented ser2net from starting.
|
7 | 27 |
|
| 28 | +Known issues in 0.3.2 |
| 29 | +~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 30 | +- There are several reports of ``sshpass`` used within the SSHDriver not working |
| 31 | + in call cases or only on the first connection. |
| 32 | +- Some client commands return 0 even if the command failed. |
| 33 | +- Currently empty passwords are not well supported by the ShellDriver |
| 34 | + |
8 | 35 | Release 0.3.1 (released Feb 5, 2021)
|
9 | 36 | ------------------------------------
|
10 | 37 |
|
|
0 commit comments