Skip to content

Releases: ni/nisystemlink-clients-python

v2.12.0

27 May 17:10

Choose a tag to compare

Feature

  • Added clients for systems management service create virtual system, remove systems and query system API (#138) (f73c04f)
  • Add Client for Asset Management (Asset) create, delete and query API (#134) (dd9907f)

v2.11.0

15 May 04:07

Choose a tag to compare

Feature

  • Add retry handling to DataFrameClient (#116) (5f8e096)

v2.10.0

05 May 20:00

Choose a tag to compare

Feature

Fix

  • Correct missing None default value for spec condition_type (#133) (be48c7d)

v2.9.1

30 Apr 19:00

Choose a tag to compare

Fix

  • Bump h11 from 0.14.0 to 0.16.0 (#132) (2e918d6)
  • Prevent string discrete values which are string of numbers from passing as numeric condition values. (#130) (40b68af)

v2.9.0

22 Apr 06:50

Choose a tag to compare

Feature

  • Make TLS/SSL certificate verification optional (#126) (f8063f9)

Fix

v2.8.0

26 Mar 07:10

Choose a tag to compare

Feature

  • Update TestMonitorClient, ProductClient, and SpecsClient with retry handling (#124) (4714ec1)

Fix

  • Make condition type optional while querying specs (#123) (9d0d923)

v2.7.4

25 Mar 08:21

Choose a tag to compare

Fix

  • Handle none values and column grouping in results/steps dataframe utility (#119) (9eb2087)

v2.7.3

24 Mar 18:58

Choose a tag to compare

Fix

  • Make testmonitor step examples show up in docs and fix update_results example (#120) (dacfdfb)

v2.7.2

21 Mar 06:34

Choose a tag to compare

Fix

  • Error in converting results/steps to dataframe when status is none (#115) (e67d935)

v2.7.1

19 Mar 18:53

Choose a tag to compare

Fix