Skip to content

Releases: cisco-en-programmability/dnacentersdk

v2.4.4

31 Jan 21:24
014d71e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

19 Jan 16:05
87ea88f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

14 Dec 20:22
Compare
Choose a tag to compare

Full Changelog: v2.4.1...v2.4.2

v2.4.1

01 Dec 22:25
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

01 Dec 22:22
4e6c4ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.4.0

v2.3.3

24 Nov 22:25
96864c6
Compare
Choose a tag to compare

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

14 Sep 17:42
Compare
Choose a tag to compare

Changes:

  • Disable verify=False warnings of urllib3

v2.3.1

10 Aug 14:10
Compare
Choose a tag to compare

Bug fixes:

  • Fix devices param definition & schemas [aba32f3]
  • Remove unnecesary path_params [25c4e99]

v2.3.0

09 Aug 19:24
b93907e
Compare
Choose a tag to compare

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

05 Aug 18:13
Compare
Choose a tag to compare

Patch changes:

  • Fixes #34 by:

    • Removes enum that contain descriptions rather than actual values.
    • Adds to primaryIpAddress and secondaryIpAddress 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.