Skip to content

Commit d4d6106

Browse files
committed
CHANGES: update for release 0.3.3
Signed-off-by: Rouven Czerwinski <[email protected]>
1 parent d7f47a4 commit d4d6106

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGES.rst

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
1-
Release 0.3.2 (released Mar 14, 2021)
1+
Release 0.3.3 (released Apr 1, 2021)
22
------------------------------------
33

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+
424
Bug Fixes in 0.3.2
525
------------------
626
- Fix for exporter baud rate handling which prevented ser2net from starting.
727

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+
835
Release 0.3.1 (released Feb 5, 2021)
936
------------------------------------
1037

0 commit comments

Comments
 (0)