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
27 changes: 27 additions & 0 deletions docs/changelog/2025/september.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
September 2025
==========

September 30 - Rest v25.9
------------------------



.. csv-table:: New Module Versions
:header: "Modules", "Version"

``rest.connector``, v25.9




Changelogs
^^^^^^^^^^
--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* iosxe
* Modified ``Implementation(RestImplementation)``
* Added the option to control certificate validation to the device connection, using the ``verify`` parameter (issue #138).


1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 2

2025/september
2025/august
2025/july
2025/june
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/rest/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
the device via REST api"""

# metadata
__version__ = "25.8"
__version__ = "25.9"
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']

Expand Down