Skip to content

Releases: ni/nisystemlink-clients-python

v2.5.0

13 Mar 10:03
Compare
Choose a tag to compare

Feature

v2.4.0

11 Mar 06:47
Compare
Choose a tag to compare

Feature

v2.3.0

07 Mar 17:17
Compare
Choose a tag to compare

Feature

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

v2.2.0

07 Mar 13:55
Compare
Choose a tag to compare

Feature

v2.1.0

06 Mar 05:58
Compare
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
Compare
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
Compare
Choose a tag to compare

Feature

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

v1.9.0

06 Feb 13:17
Compare
Choose a tag to compare

Feature

  • Add minimal client implementation for Feeds API (#73) (35d32b5)

v1.8.1

05 Feb 21:06
Compare
Choose a tag to compare

Fix

  • Update to the latest httpx version (#88) (09e6e59)

v1.8.0

08 Nov 04:47
Compare
Choose a tag to compare

Feature

  • Add client for SystemLink products API (#69) (d53a9f4)