Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cterasdk/edge/snmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def disable(self):
def get_configuration(self):
"""
Get current SNMP configuration

:return: Current SNMP configuration
:rtype: cterasdk.common.object.Object
"""
Expand Down
12 changes: 11 additions & 1 deletion docs/source/UserGuides/Miscellaneous/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

2.20.21
-------

Related issues and pull requests on GitHub: `#319 <https://github.com/ctera/ctera-python-sdk/pull/319>`_

Bug Fixes
^^^^^^^^^

* Fixed SNMPv3 configuration on Edge Filers - added missing XML class name for proper serialization
* Fixed whitespace in SNMP docstring to resolve flake8 W293 warning

2.20.20
-------

Expand All @@ -26,7 +37,6 @@ Improvements
Bug Fixes
^^^^^^^^^

* Fixed SNMPv3 configuration on Edge Filers - added missing XML class name for proper serialization
* Corrected Direct I/O object class references in the documentation

.. code:: python
Expand Down