- 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)
- 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)
- Product and Specification models have been updated to support projections. - Product client changes-- -
models.Productnow defines all fields as Optional. -ProductClient.create_product'sproductsparameter is now typed asmodels.CreateProductRequest-ProductClient.update_product'sproductsparameter is now typed asmodels.UpdateProductRequest- Specifications client changes-- -models.Specificationandmodels.SpecificationDefinitionnow define all fields as Optional. -models.QuerySpecificationshas been renamedmodels.PagedSpecificationsto better align to other clients. -models.CreateSpecificationeRequest.specsis now typed asmodels.CreateSpecificationsRequestObjectinstead ofmodels.SpecificationDefinition-models.UpdateSpecificationeRequest.specsis now typed asmodels.UpdateSpecificationsRequestObjectinstead ofmodels.Specification(e9feff6)
- Make DataFrame and Spec clients compatible with SystemLink Client http configuration (#61) (
7954e14)
- Preparation for 1.0.0 release. (
c61925c)