Skip to content

Releases: PADAS/smart-integrate-sdk

Make env file location configurable.

07 Aug 18:52
Compare
Choose a tag to compare

Optionally specify env file location using env variable CDIP_SDK_ENVFILE.

Updates for Camera Trap Integration

03 Aug 16:28
Compare
Choose a tag to compare
Pre-release

SDK updates for camera trap integration
SDK updates for inbound integration to include provider

Updates for Kafka implementation

16 Jul 19:51
Compare
Choose a tag to compare
v0.7.1

Update version

Update Position schema

11 Jun 23:54
Compare
Choose a tag to compare
  • Fix data type for Position.recorded_at to datetime, with cleaning to ensure it is timezone aware.

Add item_callback hook.

05 Jun 00:21
Compare
Choose a tag to compare

A sub-class of AbstractConnector may provide item_callback(item: Position) for any reason. For example to keep track of the latest timestamp for each device and populate the Integration's device state list.

Add PortalAPI.ensure_device()

20 May 19:07
Compare
Choose a tag to compare
v0.6.3

Add portal_api.ensure_device.

Bug fixes

14 May 22:23
Compare
Choose a tag to compare

Fixed a coding error in previous release where the PortalAPI failed to calculate the right URL for fetching device states.

Bug fixes

07 May 19:44
Compare
Choose a tag to compare
v0.5.7

Merge branch 'main' of github.com:PADAS/smart-integrate-sdk into main

Adding Bridge methods

07 May 19:32
95f9c43
Compare
Choose a tag to compare
Merge pull request #10 from PADAS/v0.5.x

Adding get_bridge function

Add messages.

29 Apr 21:18
ead5b36
Compare
Choose a tag to compare

Add Message.
Change integration_id to be optional in payload (otherwise provided by API Consumer).