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

December 30 - Yang v25.11
------------------------



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

``yang.connector``, v25.11
``yang.ncdiff``, v25.11




Changelogs
^^^^^^^^^^

yang.connector
""""""""""""""

yang.ncdiff
"""""""""""
--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* yang.ncdiff
* NETCONF masking to hide encrypted values in get-config while preserving unmasked data for edit-config.
* Added _normalize_passwords() helper function normalization replaces the hash portion of any password 6 line.


1 change: 1 addition & 0 deletions connector/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/december
2025/october
2025/september
2025/august
Expand Down
2 changes: 1 addition & 1 deletion connector/src/yang/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

# metadata
__version__ = "25.10"
__version__ = "25.11"
__author__ = (
'Jonathan Yang <yuekyang@cisco.com>',
'Siming Yuan <siyuan@cisco.com',
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion ncdiff/src/yang/ncdiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
edit-config message."""

# metadata
__version__ = "25.10"
__version__ = "25.11"
__author__ = 'Jonathan Yang <yuekyang@cisco.com>'
__contact__ = 'yang-python@cisco.com'
__copyright__ = 'Cisco Systems, Inc.'
Expand Down