Skip to content

Commit 4b7e1c8

Browse files
committed
update changelog for v2.20.22
1 parent a47a33d commit 4b7e1c8

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

cterasdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.20.20'
1+
__version__ = '2.20.22'

docs/source/UserGuides/Miscellaneous/Changelog.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
Changelog
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

919
Bug 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+
1527
2.20.20
1628
-------
1729

0 commit comments

Comments
 (0)