Skip to content

Releases: ibm-watson-iot/iot-python

wiotp-sdk-0.10.1

03 Dec 13:19
Compare
Choose a tag to compare
wiotp-sdk-0.10.1 Pre-release
Pre-release

Resolves issue with Status class name conflict in application.client

wiotp-sdk-0.10.0

26 Nov 22:50
Compare
Choose a tag to compare
wiotp-sdk-0.10.0 Pre-release
Pre-release

Primary update is the addition of support for the new DB2 data score connector feature

wiotp-sdk-0.9.5

13 Aug 11:01
548d2f6
Compare
Choose a tag to compare
wiotp-sdk-0.9.5 Pre-release
Pre-release
Merge pull request #169 from ibm-watson-iot/destinationRetention

Add dsc connector type and destination retention time

wiotp-sdk-0.9.2

23 May 15:05
e05677b
Compare
Choose a tag to compare
wiotp-sdk-0.9.2 Pre-release
Pre-release
Merge pull request #147 from ibm-watson-iot/deviceFactorySample

Add publish event sample to docs

wiotp-sdk-0.9.1

07 May 13:09
c650313
Compare
Choose a tag to compare
wiotp-sdk-0.9.1 Pre-release
Pre-release
Merge pull request #140 from ibm-watson-iot/dockertest

Dockertest

ibmiotf-0.4.0

08 Aug 22:36
Compare
Choose a tag to compare
ibmiotf-0.4.0 Pre-release
Pre-release
Merge branch 'master' of https://github.com/ibm-watson-iot/iot-python

ibmiotf-0.3.6

08 Aug 22:33
Compare
Choose a tag to compare
ibmiotf-0.3.6 Pre-release
Pre-release
Fix up messageLock logic for pub callback handling

https://github.com/ibm-watson-iot/iot-python/issues/122

ibmiotf-0.3.5

06 Aug 14:26
Compare
Choose a tag to compare
ibmiotf-0.3.5 Pre-release
Pre-release
Prepare for 0.4.0 release

Hopefully a proper 1.0 release isn't too far off now ...

ibmiotf-0.3.4

25 Feb 21:44
Compare
Choose a tag to compare
ibmiotf-0.3.4 Pre-release
Pre-release
added sample thing config

ibmiotf-0.3.3

02 Feb 14:27
Compare
Choose a tag to compare
ibmiotf-0.3.3 Pre-release
Pre-release
  • Fixed issue when using configuration files and not specifying the port explicitly
  • Compatability warning: gateway subscribe commands now return the mid for the subscription instead of True|False
  • New: Assign a callback function to ibmiotf.gateway.Client.subscriptionCallback to register a subscription callback that will be invoked with the message ID (mid) and granted QoS level for your subscription (use in conjunction with the mid value returned by the subscribe methods)