File tree Expand file tree Collapse file tree
docs/source/UserGuides/Miscellaneous Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = '2.20.20 '
1+ __version__ = '2.20.22 '
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.20.21
4+ 2.20.22
55-------
66
7- Related issues and pull requests on GitHub: `#319 <https://github.com/ctera/ctera-python-sdk/pull/319 >`_
7+ Improvements
8+ ^^^^^^^^^^^^
9+
10+ * Refactored all file system modules to adopt the **Command ** design pattern.
11+ * Added handling for HTTP errors during login, raising :py:class: `cterasdk.exceptions.auth.AuthenticationError `.
12+ * Enabled full support for both **synchronous ** and **asynchronous ** file system operations.
13+ * Replaced the `ShareRecipient ` class with :py:class: `cterasdk.core.types.Collaborator `.
14+ * Enhanced exception handling for file system errors in both **Edge ** and **Core ** modules.
15+
16+ 2.20.21
17+ -------
818
919Bug Fixes
1020^^^^^^^^^
1121
1222* Fixed SNMPv3 configuration on Edge Filers - added missing XML class name for proper serialization
1323* Fixed whitespace in SNMP docstring to resolve flake8 W293 warning
1424
25+ Related issues and pull requests on GitHub: `#319 <https://github.com/ctera/ctera-python-sdk/pull/319 >`_
26+
15272.20.20
1628-------
1729
You can’t perform that action at this time.
0 commit comments