Releases: ni/nisystemlink-clients-python
Releases · ni/nisystemlink-clients-python
v2.5.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.0
Feature
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
'sproducts
parameter is now typed asmodels.CreateProductRequest
-ProductClient.update_product
'sproducts
parameter is now typed asmodels.UpdateProductRequest
- Specifications client changes-- -models.Specification
andmodels.SpecificationDefinition
now define all fields as Optional. -models.QuerySpecifications
has been renamedmodels.PagedSpecifications
to better align to other clients. -models.CreateSpecificationeRequest.specs
is now typed asmodels.CreateSpecificationsRequestObject
instead ofmodels.SpecificationDefinition
-models.UpdateSpecificationeRequest.specs
is now typed asmodels.UpdateSpecificationsRequestObject
instead ofmodels.Specification
(e9feff6
)