You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ ] Have you tested the operation in the API directly?
12
+
*[ ] Do you have the latest SDK version?
13
+
*[ ] Review the [compatibility matrix](https://github.com/cisco-en-programmability/catalystcentersdk/tree/master#compatibility-matrix) before opening an issue.
14
+
15
+
**Describe the bug**
16
+
A clear and concise description of what the bug is.
17
+
18
+
**Expected behavior**
19
+
A clear and concise description of what you expected to happen.
20
+
21
+
**Screenshots**
22
+
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
23
+
24
+
**Environment (please complete the following information):**
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-11Lines changed: 32 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [3.1.3.0.1] - 2026-02-06
10
+
### Added
11
+
- GitHub issue templates for bug reports and feature requests
12
+
- Configuration file for GitHub issues (config.yml)
13
+
14
+
### Changed
15
+
- Updated .gitignore to exclude `.github/copilot-instructions.md`
16
+
- Renamed function `un_claim_device` to `unclaim_device` in Device Onboarding (PnP) module for versions 2.3.7.6.1, 2.3.7.9, and 3.1.3.0 (backward compatibility alias maintained)
17
+
- Renamed function `download_unmaskedraw_device_configuration_as_z_ip` to `download_unmaskedraw_device_configuration_as_zip` in Configuration Archive module for versions 2.3.7.9 and 3.1.3.0 (backward compatibility alias maintained)
18
+
- Renamed function `the_trend_analytics_data_for_thousand_eyes_test_results_in_the_specified_time_range` to `get_trend_analytics_data_for_thousand_eyes_test_results_in_the_specified_time_range` in Applications module for version 3.1.3.0 (backward compatibility alias maintained)
19
+
- Renamed multiple functions in Industrial Configuration module for versions 2.3.7.9 and 3.1.3.0 (backward compatibility aliases maintained):
20
+
+`configure_are_p_ring_on_fabric_deployment` to `configure_rep_ring_on_fabric_deployment`
21
+
+`configure_are_p_ring_on_non_fabric_deployment` to `configure_rep_ring_on_non_fabric_deployment`
22
+
+`delete_are_p_ring_configured_in_the_fabric_deployment` to `delete_rep_ring_configured_in_the_fabric_deployment`
23
+
+`delete_are_p_ring_configured_in_the_non_fabric_deployment` to `delete_rep_ring_configured_in_the_non_fabric_deployment`
24
+
+`retrieves_the_list_of_are_p_rings` to `retrieves_the_list_of_rep_rings`
25
+
+`retrieves_the_count_of_are_p_rings` to `retrieves_the_count_of_rep_rings`
26
+
+`get_the_are_p_ring_based_on_the_ring_id` to `get_the_rep_ring_based_on_the_ring_id`
27
+
9
28
## [3.1.3.0.0] - 2025-06-19
10
29
### Added
11
30
- Add support of DNA Center versions ('3.1.3.0')
@@ -59,7 +78,7 @@ to "application".
59
78
- Modification of validators in 2.3.7.9 and 2.3.7.6
60
79
- Fixed a bug in site_design in the uploads_floor_image function in versions 2.3.7.6 and 2.3.7.9
61
80
62
-
## [2.3.7.9] - 2024-12-12
81
+
## [2.3.7.9.0] - 2024-12-12
63
82
### Added
64
83
- Add support of Catalyst Center versions ('2.3.7.9')
65
84
- Adds modules for v2_3_7_9
@@ -85,14 +104,16 @@ to "application".
85
104
- Add support of Catalyst Center versions ('2.3.7.6')
[[source]]# Here goes your package sources (where you are downloading your packages from).
2
+
url = "https://pypi.python.org/simple"
3
3
verify_ssl = true
4
4
name = "pypi"
5
5
6
-
[packages]
7
-
certifi = "==2024.7.4"
8
-
charset-normalizer = "==3.3.2"
9
-
fastjsonschema = "==2.20.0"
10
-
idna = "==3.7"
11
-
requests-toolbelt = "==1.0.0"
12
-
requests = "==2.32.3"
13
-
urllib3 = "==2.2.2"
6
+
[packages] # Here goes your package requirements for running the application and its versions (which packages you will use when running the application).
7
+
requests = ">=2.32.0, <3.0.0"
8
+
requests-toolbelt = ">=1.0.0"
9
+
fastjsonschema = ">=2.16.2"
14
10
15
-
[dev-packages]
16
-
17
-
[requires]
18
-
python_version = "3.12"
11
+
[dev-packages] # Here goes your package requirements for developing the application and its versions (which packaes you will use when developing the application)
0 commit comments