Skip to content

Commit 328caec

Browse files
authored
Merge pull request #155 from CiscoTestAutomation/release_25.1
Release 25.1
2 parents b1308fa + fdddce0 commit 328caec

File tree

7 files changed

+54
-19
lines changed

7 files changed

+54
-19
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
January 2025
2+
==========
3+
4+
- Yang v25.1
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``yang.connector``, v25.1
13+
``yang.ncdiff``, v25.1
14+
15+
16+
17+
18+
Changelogs
19+
^^^^^^^^^^
20+
21+
yang.connector
22+
""""""""""""""
23+
--------------------------------------------------------------------------------
24+
New
25+
--------------------------------------------------------------------------------
26+
27+
* yang.connector
28+
* Added support for GRPC_MAX_RECEIVE_MESSAGE_LENGTH and GRPC_MAX_SEND_MESSAGE_LENGTH attributes to pick up from testbed settings.
29+
30+
31+
--------------------------------------------------------------------------------
32+
Fix
33+
--------------------------------------------------------------------------------
34+
35+
* yang.connector
36+
* Deprecated python3 setup.py
37+
* Fix syntax warning
38+
39+
40+
41+
yang.ncdiff
42+
"""""""""""
43+
--------------------------------------------------------------------------------
44+
Fix
45+
--------------------------------------------------------------------------------
46+
47+
* yang.ncdiff
48+
* Deprecated python3 setup.py
49+
* Fix syntax warning
50+
51+

connector/docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2025/january
78
2024/november
89
2024/october
910
2024/September

connector/docs/changelog/undistributed/changelog_add_grcp.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

connector/docs/changelog/undistributed/changelog_fix_syntax_warning_20241202082730.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

connector/src/yang/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
# metadata
10-
__version__ = '24.11'
10+
__version__ = '25.1'
1111
__author__ = (
1212
'Jonathan Yang <[email protected]>',
1313
'Siming Yuan <[email protected]',

ncdiff/docs/changelog/undistributed/changelog_fix_syntax_warning_20241202082730.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

ncdiff/src/yang/ncdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
edit-config message."""
55

66
# metadata
7-
__version__ = '24.11'
7+
__version__ = '25.1'
88
__author__ = 'Jonathan Yang <[email protected]>'
99
__contact__ = '[email protected]'
1010
__copyright__ = 'Cisco Systems, Inc.'

0 commit comments

Comments
 (0)