Skip to content

Releases: iotile/python_iotile_cloud

v0.8.13

28 Mar 20:30
a9b52a1
Compare
Choose a tag to compare
  • Add support for project='' when using IOTileStreamSlug. e.g. s----0000-0000-000-1234--5001

v0.8.12

08 Mar 00:04
84eb402
Compare
Choose a tag to compare
  • Fix typo in IOTileProjectSlug preventing p--0000-0000 from been accepted as valid.
  • Allow delete() to accept data

v0.8.11

04 Mar 23:04
b9eca57
Compare
Choose a tag to compare
  • Change IOTileDeviceSlug back to accepting 64bits by default, but add a new allow_64bits option to be turned off if required to enforce 48bit checks

v0.8.10

03 Mar 20:21
1e27f54
Compare
Choose a tag to compare
  • Fix IOTileFleetSlug bug and add missing tests

v0.8.9

03 Mar 19:14
10fdd5b
Compare
Choose a tag to compare
  • Explicitly check for upper limits for the different IOTileCloudSlug IDs

v0.8.8

03 Mar 18:35
c657bde
Compare
Choose a tag to compare
  • Better testing of IOTileCloudSlug corner cases
  • Add future package to make utils.gid python2 friendly

v0.8.7

02 Mar 22:10
Compare
Choose a tag to compare
  • Ensure IOTileDeviceSlug only considers 48 bits when converting formatted ids

v0.8.6

27 Feb 21:36
86cb07c
Compare
Choose a tag to compare
  • Allow params to be passed to POST, PATCH, PUT and DELETE

v0.8.3

07 Feb 16:32
d0883e7
Compare
Choose a tag to compare
  • Add support for api/v1/data/?filter= and api/v1/df/?filter= APIs.
  • Build IOTileProjectSlug if needed when constructing an IOTileVariableSlug

v0.7.3

30 Nov 06:48
89149fc
Compare
Choose a tag to compare
  • Add utils.mdo.MdoHelper class to help with raw stream data conversions