Skip to content

Releases: iotile/python_iotile_cloud

v0.8.13

Choose a tag to compare

@dkarchmer dkarchmer released this 28 Mar 20:30
a9b52a1
  • Add support for project='' when using IOTileStreamSlug. e.g. s----0000-0000-000-1234--5001

v0.8.12

Choose a tag to compare

@dkarchmer dkarchmer released this 08 Mar 00:04
84eb402
  • Fix typo in IOTileProjectSlug preventing p--0000-0000 from been accepted as valid.
  • Allow delete() to accept data

v0.8.11

Choose a tag to compare

@dkarchmer dkarchmer released this 04 Mar 23:04
b9eca57
  • 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

Choose a tag to compare

@dkarchmer dkarchmer released this 03 Mar 20:21
1e27f54
  • Fix IOTileFleetSlug bug and add missing tests

v0.8.9

Choose a tag to compare

@dkarchmer dkarchmer released this 03 Mar 19:14
10fdd5b
  • Explicitly check for upper limits for the different IOTileCloudSlug IDs

v0.8.8

Choose a tag to compare

@dkarchmer dkarchmer released this 03 Mar 18:35
c657bde
  • Better testing of IOTileCloudSlug corner cases
  • Add future package to make utils.gid python2 friendly

v0.8.7

Choose a tag to compare

@dkarchmer dkarchmer released this 02 Mar 22:10
  • Ensure IOTileDeviceSlug only considers 48 bits when converting formatted ids

v0.8.6

Choose a tag to compare

@dkarchmer dkarchmer released this 27 Feb 21:36
86cb07c
  • Allow params to be passed to POST, PATCH, PUT and DELETE

v0.8.3

Choose a tag to compare

@dkarchmer dkarchmer released this 07 Feb 16:32
d0883e7
  • Add support for api/v1/data/?filter= and api/v1/df/?filter= APIs.
  • Build IOTileProjectSlug if needed when constructing an IOTileVariableSlug

v0.7.3

Choose a tag to compare

@dkarchmer dkarchmer released this 30 Nov 06:48
89149fc
  • Add utils.mdo.MdoHelper class to help with raw stream data conversions