Skip to content

Commit ad9c2cb

Browse files
Merge pull request #209 from cisco-en-programmability/develop
Correction in error handling and Added function aliases that have bee…
2 parents 9386fa9 + c540712 commit ad9c2cb

12 files changed

+1939
-474
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.8.13] - 2025-04-25
10+
### Fix
11+
- Correction in error handling.
12+
- Added function aliases that have been renamed due to fixes.
13+
- Deprecated functions were established that would disappear in the future.
14+
- Deprecated functions (export_projects_v1, clone_given_template
15+
get_projects_v1, export_projects, clone_given_template_v1, get_projects,
16+
get_all_keywords_of_clis_accepted, get_all_keywords_of_clis_accepted_v1,
17+
run_read_only_commands_on_devices_v1, run_read_only_commands_on_devices,
18+
cisco_dna_center_packages_summary_v1, release_summary_v1, cisco_dna_center_packages_summary,
19+
nodes_configuration_summary_v1, release_summary , nodes_configuration_summary,
20+
get_all_mobility_groups, get_all80211be_profiles_v1, get_all80211be_profiles,
21+
get_all_mobility_groups_v1, gets_interfaces_along_with_statistics_data_from_all_network_devices_v1,
22+
gets_interfaces_along_with_statistics_data_from_all_network_devices,
23+
get_the_interface_data_for_the_given_interface_idinstance_uuid_along_with_the_statistics_data_v1
24+
)
25+
926
## [2.8.12] - 2025-04-08
1027
### Fix
1128
- Fix in ignore_the_given_list_of_issues_v1 function in versions 2.3.7.6 and 2.3.7.9.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following table shows the supported versions.
162162
* - 2.3.7.7
163163
- 2.8.6
164164
* - 2.3.7.9
165-
- 2.8.12
165+
- 2.8.13
166166

167167

168168

0 commit comments

Comments
 (0)