- 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
)
- Make DataFrame and Spec clients compatible with SystemLink Client http configuration (#61) (
7954e14
)
- Preparation for 1.0.0 release. (
c61925c
)