Skip to content

Latest commit

 

History

History
486 lines (256 loc) · 23.5 KB

File metadata and controls

486 lines (256 loc) · 23.5 KB

Changelog

v2.31.1 (2026-03-12)

Fix

  • Align FileClient.query_files_linq docstring with Swagger API documentation (#201) (378c54d)

v2.31.0 (2026-02-02)

Feature

  • Example to append pandas df to SystemLink Data Frame Service (#196) (23977c8)

v2.30.0 (2026-02-02)

Feature

v2.29.1 (2026-01-22)

Fix

  • Deprecate TestPlanClient as Test Plans APIs are deprecated (#190) (c3092a6)

v2.29.0 (2026-01-20)

Feature

v2.28.0 (2026-01-16)

Feature

  • Add Client for Work Item and Work Item Template APIs (#189) (b34eb60)

v2.27.0 (2026-01-09)

Feature

  • Elastic Search (search-files) API Endpoint (#180) (db1b5d9)

v2.26.2 (2026-01-08)

Fix

  • Standardize HttpConfiguration use within examples (#188) (990a1b6)

v2.26.1 (2026-01-08)

Fix

v2.26.0 (2026-01-07)

Feature

v2.25.1 (2025-12-23)

Fix

  • Alarm Client Severity Level Documentation Changes (#184) (9282075)

v2.25.0 (2025-12-22)

Feature

v2.24.0 (2025-12-22)

Feature

v2.23.0 (2025-12-22)

Feature

  • Read Minion ID from Client's salt conf (#179) (c8c05b3)

v2.22.0 (2025-12-10)

Feature

  • Add optional take to DataFrame Service export table data request model (#177) (2932991)

v2.21.0 (2025-12-10)

Feature

  • Rev minimum python version to 3.10 and add python 3.14 (#168) (d414904)

v2.20.0 (2025-12-01)

Feature

  • DFS support for test result ID, column name queries, and interactive queries (#164) (468ab06)

v2.19.5 (2025-12-01)

Fix

v2.19.4 (2025-10-24)

Fix

v2.19.3 (2025-10-22)

Fix

v2.19.2 (2025-09-30)

Fix

  • Rendering of DFS append_table_data doc string (#161) (0c0d92f)

v2.19.1 (2025-09-29)

Fix

v2.19.0 (2025-09-24)

Feature

  • DataFrame client binary ingestion support (#155) (5c9e062)

v2.18.1 (2025-09-22)

Fix

v2.18.0 (2025-07-31)

Feature

v2.17.1 (2025-07-23)

Fix

  • Upgrade uplink to v0.10.0 for python 3.10+ to resolve pkg_resources deprecation (#150) (c613a78)

v2.17.0 (2025-07-23)

Feature

  • Add DUT filter and DUT serial number fields in test plans models (#151) (d6b9d68)

v2.16.0 (2025-06-13)

Feature

v2.15.0 (2025-06-11)

Feature

v2.14.0 (2025-05-30)

Feature

  • Add link files API route in Asset Management Client (#141) (f791138)

v2.13.0 (2025-05-28)

Feature

  • Add Client for Workorders service Test plans and Test plan template APIs (#137) (953686c)

v2.12.0 (2025-05-27)

Feature

  • 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)

v2.11.0 (2025-05-15)

Feature

  • Add retry handling to DataFrameClient (#116) (5f8e096)

v2.10.0 (2025-05-05)

Feature

Fix

  • Correct missing None default value for spec condition_type (#133) (be48c7d)

v2.9.1 (2025-04-30)

Fix

  • 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)

v2.9.0 (2025-04-22)

Feature

  • Make TLS/SSL certificate verification optional (#126) (f8063f9)

Fix

v2.8.0 (2025-03-26)

Feature

  • Update TestMonitorClient, ProductClient, and SpecsClient with retry handling (#124) (4714ec1)

Fix

  • Make condition type optional while querying specs (#123) (9d0d923)

v2.7.4 (2025-03-25)

Fix

  • Handle none values and column grouping in results/steps dataframe utility (#119) (9eb2087)

v2.7.3 (2025-03-24)

Fix

  • Make testmonitor step examples show up in docs and fix update_results example (#120) (dacfdfb)

v2.7.2 (2025-03-21)

Fix

  • Error in converting results/steps to dataframe when status is none (#115) (e67d935)

v2.7.1 (2025-03-19)

Fix

v2.7.0 (2025-03-18)

Feature

  • Add client for Notebook & Notebook Execution APIs (#105) (9e2d348)

v2.6.0 (2025-03-14)

Feature

v2.5.1 (2025-03-13)

Fix

  • Delete product created during result client test fixture (#104) (86b0759)

v2.5.0 (2025-03-13)

Feature

v2.4.0 (2025-03-11)

Feature

v2.3.0 (2025-03-07)

Feature

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

v2.2.0 (2025-03-07)

Feature

v2.1.0 (2025-03-06)

Feature

  • Add client for SystemLink results API (#82) (53f1188)

Fix

  • Enable null value for results properties (#99) (cba5106)

v2.0.0 (2025-03-05)

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 (2025-02-13)

Feature

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

v1.9.0 (2025-02-06)

Feature

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

v1.8.1 (2025-02-05)

Fix

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

v1.8.0 (2024-11-08)

Feature

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

v1.7.2 (2024-11-05)

Fix

v1.7.1 (2024-11-04)

Fix

  • Remove SL Cloud from readme and add SLE (#78) (ae12825)

v1.7.0 (2024-10-25)

Feature

  • Add workspace field to httpconfiguration (#64) (b81c84a)

v1.6.0 (2024-09-17)

Feature

v1.5.0 (2024-09-09)

Feature

v1.4.3 (2024-08-08)

Fix

  • Make SpecClient() work with default values for optional args (#68) (fb60801)

v1.4.2 (2024-07-15)

Fix

  • Bump setuptools from 67.6.0 to 70.0.0 (#67) (39b13f0)

v1.4.1 (2024-07-08)

Fix

  • Bump certifi from 2023.7.22 to 2024.7.4 (#66) (0fc4ff7)

v1.4.0 (2024-06-18)

Feature

  • Make DataFrame and Spec clients compatible with SystemLink Client http configuration (#61) (7954e14)

v1.3.1 (2024-05-21)

Fix

  • Bump requests from 2.31.0 to 2.32.0 (#60) (fe9060b)

v1.3.0 (2024-04-19)

Feature

  • Test monitor API information routes client (#57) (4b9cc61)

v1.2.1 (2024-04-12)

Fix

v1.2.0 (2024-04-04)

Feature

  • Add spec client, examples, and docs (#53) (7c88535)

v1.1.2 (2023-10-03)

Fix

  • Bump urllib3 from 1.26.15 to 1.26.17 (#49) (8d86216)

v1.1.1 (2023-09-22)

Fix

  • Bump certifi from 2022.12.7 to 2023.7.22 (#47) (79f6aad)

v1.1.0 (2023-04-06)

Feature

  • Add CSV export capability to DataFrameClient (#45) (5cc2d01)

v1.0.2 (2023-03-08)

Fix

  • Correct spelling for model class TableMetadataModification (#44) (30c760c)

v1.0.1 (2023-01-26)

Fix

  • Fix various documentation issues (#42) (872e9ac)

v1.0.0 (2022-12-15)

Breaking

  • Preparation for 1.0.0 release. (c61925c)

Documentation

  • Add examples and update getting started (#40) (1d76480)

v0.9.0 (2022-12-06)

Feature

v0.8.0 (2022-12-05)

Feature

v0.7.0 (2022-12-02)

Feature

v0.6.0 (2022-12-01)

Feature

  • Table multi-delete + refactoring core libs (#34) (ebe9ce3)

v0.5.0 (2022-11-30)

Feature

v0.4.0 (2022-11-28)

Feature

v0.3.0 (2022-11-19)

Feature

  • Implement create/get/delete/list table metadata methods (#28) (7cbf7e8)