Skip to content

Releases: iotile/python_archfx_cloud

v0.17.0

Choose a tag to compare

@haroal haroal released this 18 Sep 15:55
v0.17.0
8d334d0

What's Changed

  • Make ArchFxVariableID hashable and usable in a mapping as a key by @haroal in #15

Full Changelog: v0.16.0...v0.17.0

v0.16.0

Choose a tag to compare

@nikegp nikegp released this 16 Feb 10:52
454b624

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

Choose a tag to compare

@Pixel-Jack Pixel-Jack released this 06 Apr 10:10
193704b

What's Changed

  • [AFX-5268] Use auth/user-info to get user account information by @Pixel-Jack in #12

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0 - login with token via config file

Choose a tag to compare

@haroal haroal released this 01 Aug 11:26
98a957e

What's Changed

  • Fix login with token via config file by @haroal in #11

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0 - remove pytz dependency

Choose a tag to compare

@dmaone dmaone released this 11 Oct 16:36
0630f8d
Remove pytz dependency (#10)

* Remove pytz dependency

`datetime.timezone.utc` exists since at least 3.5, so guaranteed to be in 3.7

Also removed `dateutil.parser` from tests in favor of direct datetime creation (tried to remove whole dateutil, but `datetime.fromisoformat` isn't good enough, and dragging in `ciso8601` is a bit of overkill.

v0.12.0 - ArchFXFlexibleDictionaryReport self-upload

Choose a tag to compare

@dmaone dmaone released this 03 Aug 20:30
52f1963

ArchFXFlexibleDictionaryReport self-upload capability

v0.11.0 - SimpleJWT cloud authentication support

Choose a tag to compare

@dmaone dmaone released this 16 Jul 22:36
1ddec9b
Merge pull request #7 from iotile/simple-jwt

Add SimpleJWT authentication support, cleanups

v0.10.3 - fix slug expansion

Choose a tag to compare

@dmaone dmaone released this 02 Jul 22:09
107ea1f
Merge pull request #6 from iotile/fix-malformed-slugs

Fix slug expansion