Releases: ndustrialio/contxt-sdk-python
Releases · ndustrialio/contxt-sdk-python
v6.2.0
Features
- peek messages on a channel subscription (#354) (641431d)
v6.1.2
Bug Fixes
- add job to ci that wraps all tests for single branch protection check (408f139)
v6.1.1
Bug Fixes
- add field descriptor to provision failed log statement (6f052df)
- function naming, replace return with click exception (d17d99e)
v6.1.0
Features
- add get categories command, add automation for groupings -> categories from input file (eba21ca)
Bug Fixes
- handle blank category in provisioning file (94c5ee6)
- properly slugify field grouping to match feeds API (6232448)
- update List type in iot FieldCategory data class (bb696e9)
v6.0.1
Bug Fixes
- Remove baseline from EMS model because EMS API no longer returns this (4bf747d)
v6.0.0
⚠ BREAKING CHANGES
IotService
, EventsService
, NgestService
, and SpecializedNgestService
now require org_id
to be instantiated. This is needed for hitting the tenant-specific APIs.
As such, these services, as well as EmsService
now point to
https://$TENANT.api.ndustrial.io/rest/$SERVICE/v1.
Features
v5.1.0
Features
- add user-agent HTTP header (9a354ac)
v5.0.0
⚠ BREAKING CHANGES
Bug Fixes