Releases: cisco-en-programmability/dnacentersdk
Releases · cisco-en-programmability/dnacentersdk
v2.4.4
What's Changed
- Develop bug fixes for 2.2.3.3 by @bvargasre in #45
New Contributors
- @bvargasre made their first contribution in #45
Full Changelog: v2.4.3...v2.4.4
v2.4.3
v2.4.2
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.3
What's Changed
Full Changelog: v2.3.2...v2.3.3
Changes
- configuration_templates:
- clone_given_template - adds payload and active_validation
- create_project - templates change type dict->list
- update_project - templates change type dict->list
- imports_the_projects_provided - removed active_validation parameter
- imports_the_projects_provided - payload change type (list, dict)->basesting
- resourceParams - resourceParams change type object->list
- sda
- add_virtual_network_with_scalable_groups - add isGuestVirtualNetwork param
- update_virtual_network_with_scalable_groups - add isGuestVirtualNetwork param
v2.3.2
v2.3.1
v2.3.0
PATCH changes:
- Updates download_report_content of v2_2_1 function to handle response body and save it as a file.
MINOR changes:
- Adds modules for v2_2_2_3
- Updates default version from 2.2.1 to 2.2.2.3
- Updates exceptions.py file to check if self.details is dict before attempting access
- Updates restsession.py to handle downloads using Content-Disposition header rather than custom fileName header
v2.2.5
Patch changes:
-
Fixes #34 by:
- Removes enum that contain descriptions rather than actual values.
- Adds to
primaryIpAddress
andsecondaryIpAddress
for v2_2_1 the"format": "ipv4"
JSON schema property.
-
Removes minus char from docstrings.
-
Adds check_type conditions for 'X-Auth-Token' for v2_2_1 operations.