Skip to content

Releases: CiscoUcs/ucsmsdk

v0.9.10

23 Apr 05:08
@vvb vvb
7d72126
Compare
Choose a tag to compare
  • Adds support for UCSM release 4.1(1a), 4.1(1b), 4.1(1c)

0.9.9

20 Dec 18:47
@vvb vvb
Compare
Choose a tag to compare
  • Adds support for UCSM release 4.0(4a)

0.9.8

22 Jan 11:49
@vvb vvb
Compare
Choose a tag to compare

Adds support for UCSM release 4.0(2a)

v0.9.6

11 Dec 07:40
@vvb vvb
Compare
Choose a tag to compare
  • Support for UCSM release 4.0(1b)

v0.9.5

11 Oct 04:07
@vvb vvb
Compare
Choose a tag to compare
  • Updated requirements to include setuptools package

v0.9.4

23 Aug 22:03
@vvb vvb
Compare
Choose a tag to compare
  • Fixes for python 3 compatibility

v0.9.3.2

07 Jun 09:47
@vvb vvb
Compare
Choose a tag to compare

0.9.3.2 (2018-04-25)

  • Support for UCSM release 3.2(3a)
  • Support for accepting array arguments in query_classids, query_dns
  • Support for setting response timeout for the UCSM operations (query/config)
  • Handling auto_refresh flag in unfreeze
  • Fixing issue with None value check of property by removing None check from validation of property/check_prop_match
  • Fixing issue where error happens with commit when threading is enabled and commit buffer is empty
  • Fixing issue where ssl with "Only TLS 1.2" does not work

0.9.3.1 (2017-01-25)

  • Removed jsonpickle dependency

v0.9.3.0

25 Jan 03:39
@vvb vvb
Compare
Choose a tag to compare
  • Support for estimating impact of a transaction - handle.estimate_impact
  • Support for TLS 1.1, 1.2 Newer UCSM releases support TLS1.2. HTTPS connection
    to the servers with newer releases might fail in absence of TLS1.1/1.2
    support.
  • Added command line script to make running convert_to_ucs_python easier.
    bin/watch_ucs.py in the github repo.
  • Special characters like <,>,& in XML values are deemed invalid and cause
    failure in parsing XML. Added a recovery logic if these exist in the XML
    value fields.
  • Support for serialization, deserialization of UcsHandle
  • Support for UCSM inventory via get_inventory API

v0.9.2.0

22 Sep 10:01
@vvb vvb
Compare
Choose a tag to compare

0.9.2.0 (2016-09-21)

  • Support for UCSM 3.1(2b)
  • Adds Support for Generating python APIs from a Ucs backup xml -
    convert_from_backup
  • Adds Infra to facilitate and notify users of API deprecation
  • Allows the ucsmsdk/apis layer APIs to pass in None values to indicate that no
    change is rquested to those specific params
  • Adds a method to check if the handle.cookie is still valid
  • Fix in eventhandlers, where some events were not getting processed
  • Fix in eventhandlers, where timeout was not getting triggered until new
    events
  • Fix in get_ucs_tech_support, where techsupport for rack server was failing
  • Fix in logout, where a Ctrl+C was causing stale connections on the server
  • Deprecated get_ucs_tech_support in favour of get_tech_support. The newer
    API simplifies the API

v0.9.1.1

12 Jul 10:41
@vvb vvb
Compare
Choose a tag to compare
  • Support for UCSM 2.2.7
  • Simplified event handlers to a single wait_for_event method. UcsEventHandler internals are hidden from user.
  • Support for showing progress for upload/download operations
  • Support for multi-threading in SDK. An application can run multiple threads that can use SDK methods in parallel.
  • Support for multiple parallel transactions via the tag parameter in add_mo, set_mo, remove_mo, commit_mo
  • Fix for convert_to_ucs_python exception in some scenarios
  • Fix for convert_to_ucs_python not displaying python script for Java6u45
  • Fix for event handlers not trigerring for some events
  • Added more unit and system tests
  • Better Documentation