Releases: iotile/python_iotile_cloud
Releases · iotile/python_iotile_cloud
v0.8.13
- Add support for project='' when using IOTileStreamSlug. e.g.
s----0000-0000-000-1234--5001
v0.8.12
- Fix typo in IOTileProjectSlug preventing
p--0000-0000
from been accepted as valid.
- Allow delete() to accept data
v0.8.11
- 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
- Fix IOTileFleetSlug bug and add missing tests
v0.8.9
- Explicitly check for upper limits for the different IOTileCloudSlug IDs
v0.8.8
- Better testing of IOTileCloudSlug corner cases
- Add
future
package to make utils.gid python2 friendly
v0.8.7
- Ensure IOTileDeviceSlug only considers 48 bits when converting formatted ids
v0.8.6
- Allow params to be passed to POST, PATCH, PUT and DELETE
v0.8.3
- Add support for
api/v1/data/?filter=
and api/v1/df/?filter=
APIs.
- Build IOTileProjectSlug if needed when constructing an IOTileVariableSlug
v0.7.3
- Add utils.mdo.MdoHelper class to help with raw stream data conversions