- Fix a bug where the OperationFailure exceptions do not contain the error messages that were thrown when the exception occurred (212) - Update test cases to replace SafeConfigParser with ConfigParser (219) - Allow callers to override default tqdm kwargs (222)
1.2.9
========================
- Add support for tqdm progress display (205) - Fix bug where timeout parameter was not passed to socket.createConnection() (202)
1.2.8
========================
- Fix issue with listPath based on recommendation in 195 - Fix embedded MD4 algorithm - Add SMB UTF-16 surrogate exception workaround policy
1.2.7
========================
- Fix compatibility issues on file retrievals with Likewise servers (177) - Improve SMBConnection's connect() method to remove the need to provide sock_family parameter for IPv6 addresses in Python 3.x (180)
1.2.6
======================= - Fix bug in SMB1 store file implmentation which generates SMB_COM_WRITE_ANDX packets larger than the allowed max buffer size (175)
1.2.5
======================= - Fix bug in filename encoding which leads to failure for file retrieval and upload operations (170 171). - Improve resetFileAttributes() method in SMBConnection class to allow the new attribute to be specified in the reset operation (172).