Skip to content

Releases: ibm-watson-iot/iot-python

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)

ibmiotf-0.3.2

25 Jan 11:24
Compare
Choose a tag to compare
ibmiotf-0.3.2 Pre-release
Pre-release
  • Compatability warning:
    ibmiotf.application.subscribeToDeviceEvents() now returns the mid for the subscription instead of True|False
  • Compatability warning:
    ibmiotf.application.subscribeToDeviceStatus() now returns the mid for the subscription instead of True|False
  • Compatability warning:
    ibmiotf.application.subscribeToDeviceCommands() now returns the mid for the subscription instead of True|False
  • New: Assign a callback function to ibmiotf.application.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)

ibmiotf-0.3.1

25 Oct 15:06
Compare
Choose a tag to compare
ibmiotf-0.3.1 Pre-release
Pre-release
Prepare 0.3.1 release

ibmiotf-0.3.0

14 Sep 18:29
Compare
Choose a tag to compare
ibmiotf-0.3.0 Pre-release
Pre-release
  • Code Consistency:
    • Renamed ibmiotf.gateway.ManagedGateway to ibmiotf.gateway.ManagedClient
    • Renamed ibmiotf.gateway.Client.apiClient to ibmiotf.gateway.Client.api
  • Removed unnecessary api.addGatewayDeviceType() method. Use addDeviceType(typeId, classId="Gateway") which this was a duplicate of
  • Removed unnecessary api.registerDeviceUnderGateway() method. Use addDevice(typeId, deviceId) where typeId is the ID of a Gateway type
  • Removed api.getDevicesConnectedThroughGateway() method. It returns a list of gateways of the specified type.
    • Use api.getDevicesForType() or api.getDevice(), which this method was a duplicate of depending on the options provided to it.

ibmiotf-0.2.8

10 Apr 13:41
Compare
Choose a tag to compare
ibmiotf-0.2.8 Pre-release
Pre-release
  • Compatability warning: Version 0.2.8 makes device.httpClient.publishEvent(event, data, format) syntax consistent with device.client.publishEvent(event, format, data) ... both now use event, format, data order
  • Fix compatability issues with new version of paho-mqtt
  • Remove workaround for paho-mqtt < 1.1 bug (>= 1.1 is required)
  • Fix bug for port override support
  • Fix bug on connect timeout
  • Fix bug with device bulk registration response code handling

ibmiotf-0.2.7

04 Mar 17:27
Compare
Choose a tag to compare
ibmiotf-0.2.7 Pre-release
Pre-release
Handle NoneType status.reason (and other fields)

Fixes #56

status.reason can be None for a disconnect message

ibmiotf-0.2.6

25 Oct 16:19
Compare
Choose a tag to compare
ibmiotf-0.2.6 Pre-release
Pre-release
  • Support for "play" organization
  • Independent HttpClient for application and device
  • Switch to new URL for HTTP messaging API
  • Clean up lingering references to sunset historian service in samples

ibmiotf-0.2.5

16 Oct 18:50
Compare
Choose a tag to compare
ibmiotf-0.2.5 Pre-release
Pre-release
Set a default ID when none is set in the config file

ibmiotf-0.2.4

29 Jun 15:38
Compare
Choose a tag to compare
ibmiotf-0.2.4 Pre-release
Pre-release
Merge pull request #29 from Lokesh-K-Haralakatta/master

Add keepAlive Methods and fix unit test issues due to update to Domain Name