Skip to content

Commit 5e91510

Browse files
semantic-releaseactions-user
authored andcommitted
2.0.0
Automatically generated by python-semantic-release
1 parent e9feff6 commit 5e91510

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.0 (2025-03-05)
6+
7+
### Feature
8+
9+
* Add and resolve query projection for products and specs respectively ([#97](https://github.com/ni/nisystemlink-clients-python/issues/97)) ([`e9feff6`](https://github.com/ni/nisystemlink-clients-python/commit/e9feff6dc3e473dd34cbb53739f1c96eb7a8db0e))
10+
11+
### Breaking
12+
13+
* 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`](https://github.com/ni/nisystemlink-clients-python/commit/e9feff6dc3e473dd34cbb53739f1c96eb7a8db0e))
14+
515
## v1.10.0 (2025-02-13)
616

717
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nisystemlink-clients"
3-
version = "1.10.0"
3+
version = "2.0.0"
44
description = "NI-SystemLink Python API"
55
authors = ["National Instruments"]
66
maintainers = [

0 commit comments

Comments
 (0)