v1.11.0
What's Changed
- Fix up CI problems due to new black rules by @jborean93 in #210
- Python3 style updates by @tik-stbuehler in #212
- Use OIDC for PyPI releases by @jborean93 in #214
- typo fix in docstring for copyfile by @brno32 in #222
- correct requirements file name in README by @brno32 in #223
- Update CI code by @jborean93 in #225
- Fix up session id lookup issues with ksmbd by @jborean93 in #224
- adding support for remote to local operations in shutil.py::copytree by @brno32 in #226
- adding support for local to remote operations in shutil.py::copytree by @brno32 in #227
- Do not setup logging in libraries by @dolfinus in #233
- Upgrade to Python 3.7+ syntax by @dolfinus in #234
- Update changelog and added Python 3.12 to testing by @jborean93 in #238
- Fix DFS recurision for missing files by @jborean93 in #239
- Prepare for v1.11.0 release by @jborean93 in #240
1.11.0 - 2023-09-06
- Fix up pre authenticated session id lookups that were failing with Linux ksmbd
- Removes
logging.NullHandler()
being set in the rootsmbprotocol
namespace - Adds basic support for remote to local and vice versa file operations with
smbclient.shutil.copytree
- Fixes DFS infinite recursion error when dealing with a file that does not exist on a DFS namespace
New Contributors
- @tik-stbuehler made their first contribution in #212
- @brno32 made their first contribution in #222
- @dolfinus made their first contribution in #233
Full Changelog: v1.10.1...v1.11.0