Skip to content

Releases: ni/nisystemlink-clients-python

v2.7.0

18 Mar 16:24

Choose a tag to compare

Feature

  • Add client for Notebook & Notebook Execution APIs (#105) (9e2d348)

v2.6.0

14 Mar 11:37

Choose a tag to compare

Feature

v2.5.1

13 Mar 12:16

Choose a tag to compare

Fix

  • Delete product created during result client test fixture (#104) (86b0759)

v2.5.0

13 Mar 10:03

Choose a tag to compare

Feature

v2.4.0

11 Mar 06:47

Choose a tag to compare

Feature

v2.3.0

07 Mar 17:17

Choose a tag to compare

Feature

  • Add steps APIs to the testmonitor client (#96) (85a676d)

v2.2.0

07 Mar 13:55

Choose a tag to compare

Feature

v2.1.0

06 Mar 05:58

Choose a tag to compare

Feature

  • Add client for SystemLink results API (#82) (53f1188)

Fix

  • Enable null value for results properties (#99) (cba5106)

v2.0.0

05 Mar 04:25

Choose a tag to compare

Feature

  • Add and resolve query projection for products and specs respectively (#97) (e9feff6)

Breaking

  • Product and Specification models have been updated to support projections. - Product client changes-- - models.Product now defines all fields as Optional. - ProductClient.create_product's products parameter is now typed as models.CreateProductRequest - ProductClient.update_product's products parameter is now typed as models.UpdateProductRequest - Specifications client changes-- - models.Specification and models.SpecificationDefinition now define all fields as Optional. - models.QuerySpecifications has been renamed models.PagedSpecifications to better align to other clients. - models.CreateSpecificationeRequest.specs is now typed as models.CreateSpecificationsRequestObject instead of models.SpecificationDefinition - models.UpdateSpecificationeRequest.specs is now typed as models.UpdateSpecificationsRequestObject instead of models.Specification (e9feff6)

v1.10.0

13 Feb 14:58

Choose a tag to compare

Feature

  • Example to upload file to SystemLink (#81) (67bfe2d)