Changelog ========= All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__, and this project adheres to `Semantic Versioning `__. `Unreleased `__ ----------------------------------------------------------------------------------------------------------- `3.1.6.0.0 `__ - 2026-02-11 -------------------------------------------------------------------------------------------------------------------------- Added ~~~~~ - Add support of Cisco Catalyst Center version (‘3.1.6.0’) - Adds modules for v3_1_6_0 - New service for Cisco Catalyst Center 3.1.6.0’s API: - ``system_software_upgrade`` .. _section-1: `3.1.3.0.1 `__ - 2026-02-06 -------------------------------------------------------------------------------------------------------------------------- .. _added-1: Added ~~~~~ - GitHub issue templates for bug reports and feature requests - Configuration file for GitHub issues (config.yml) Changed ~~~~~~~ - Updated .gitignore to exclude ``.github/copilot-instructions.md`` - 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) - 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) - 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) - Renamed multiple functions in Industrial Configuration module for versions 2.3.7.9 and 3.1.3.0 (backward compatibility aliases maintained): - ``configure_are_p_ring_on_fabric_deployment`` to ``configure_rep_ring_on_fabric_deployment`` - ``configure_are_p_ring_on_non_fabric_deployment`` to ``configure_rep_ring_on_non_fabric_deployment`` - ``delete_are_p_ring_configured_in_the_fabric_deployment`` to ``delete_rep_ring_configured_in_the_fabric_deployment`` - ``delete_are_p_ring_configured_in_the_non_fabric_deployment`` to ``delete_rep_ring_configured_in_the_non_fabric_deployment`` - ``retrieves_the_list_of_are_p_rings`` to ``retrieves_the_list_of_rep_rings`` - ``retrieves_the_count_of_are_p_rings`` to ``retrieves_the_count_of_rep_rings`` - ``get_the_are_p_ring_based_on_the_ring_id`` to ``get_the_rep_ring_based_on_the_ring_id`` .. _section-2: `3.1.3.0.0 `__ - 2025-06-19 -------------------------------------------------------------------------------------------------------------------------- .. _added-2: Added ~~~~~ - Add support of DNA Center versions (‘3.1.3.0’) - Backup service. - Industrial configuratiom service. - Know your network service. - Restore service. - Wired service. ### Changed - Update User-Agent header in RestSession - Update requirements: - python = “^3.8” - requests = “^2.32.0” - readthedocs-sphinx-search = “^0.3.2” - Renamed ``get_auditlog_summary`` to ``get_audit_log_summary`` - Renamed ``get_auditlog_parent_records`` to ``get_audit_log_parent_records`` - Renamed ``get_eventartifacts`` to ``get_event_artifacts`` - Renamed ``get_auditlog_records`` to ``get_audit_log_records`` - Renamed ``gets_the_total_network_device_interface_counts_in_the_specified_time_range_when_there_is_no_start_and_end_time_specified_returns_the_latest_interfaces_total_count``\ to ``gets_the_total_network_device_interface_counts``. - Moved ``get_port_channels`` to LAN Automation service ### Removed - The v1 alias functions were all removed. Example… if your using “application_v1” you must be able to change it to “application”. .. _section-3: `2.3.7.9.5 `__ - 2025-03-05 -------------------------------------------------------------------------------------------------------------------------- Fix ~~~ - Error correction in the user_and_roles module .. _section-4: `2.3.7.9.4 `__ - 2025-02-28 -------------------------------------------------------------------------------------------------------------------------- .. _added-3: Added ~~~~~ - Add support of DNA Center versions (‘2.3.7.7’) .. _section-5: `2.3.7.9.3 `__ - 2025-02-24 -------------------------------------------------------------------------------------------------------------------------- .. _fix-1: Fix ~~~ - Correction in the request validation structures. In the deploy_template functions in version 1 and 2. In 2.3.5.3, 2.3.7.6 and 2.3.7.9. .. _section-6: `2.3.7.9.2 `__ - 2025-02-17 -------------------------------------------------------------------------------------------------------------------------- .. _fix-2: Fix ~~~ - Fix in create_webhook_destination, update_webhook_destination, get_webhook_destination functions. In versions 2.3.7.6 and 2.3.7.9. .. _added-4: Added ~~~~~ - Cisco_IMC module added .. _changed-1: Changed ~~~~~~~ - Alias have been adjusted for backward compatibility - Some functions were changed in versions 2.3.7.6 and 2.3.7.9 to handle files .. _section-7: `2.3.7.9.1 `__ - 2025-01-14 -------------------------------------------------------------------------------------------------------------------------- .. _fix-3: Fix ~~~ - Removal of -v1 from reference urls in the documentation - Modification of validators in 2.3.7.9 and 2.3.7.6 - Fixed a bug in site_design in the uploads_floor_image function in versions 2.3.7.6 and 2.3.7.9 .. _section-8: `2.3.7.9.0 `__ - 2024-12-12 -------------------------------------------------------------------------------------------------------------------------- .. _added-5: Added ~~~~~ - Add support of Catalyst Center versions (‘2.3.7.9’) - Adds modules for v2_3_7_9 .. _section-9: `2.3.7.6.2 `__ - 2024-11-20 -------------------------------------------------------------------------------------------------------------------------- .. _added-6: Added ~~~~~ - Add authentication_management module .. _fix-4: Fix ~~~ - The get_templates_details function was added because it was named incorrectly. There was an “s” missing from the word templates .. _section-10: `2.3.7.6.1 `__ - 2024-11-05 -------------------------------------------------------------------------------------------------------------------------- .. _added-7: Added ~~~~~ - Documentation for alias functions has been added .. _changed-2: Changed ~~~~~~~ - Documentation has been corrected - Modification of documentation references in functions - The user_agent structure is modified .. _section-11: `2.3.7.6.0 `__ - 2024-10-30 ------------------------------------------------------------------------------------------------------------------ .. _added-8: Added ~~~~~ - Add support of Catalyst Center versions (‘2.3.7.6’) - Adds modules for v2_3_7_6_1