Skip to content

Releases: iotile/python_archfx_cloud

v0.16.0

16 Feb 10:52
454b624
Compare
Choose a tag to compare

What's Changed

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

v0.15.0

06 Apr 10:10
193704b
Compare
Choose a tag to compare

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

01 Aug 11:26
98a957e
Compare
Choose a tag to compare

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

11 Oct 16:36
0630f8d
Compare
Choose a tag to compare
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

03 Aug 20:30
52f1963
Compare
Choose a tag to compare

ArchFXFlexibleDictionaryReport self-upload capability

v0.11.0 - SimpleJWT cloud authentication support

16 Jul 22:36
1ddec9b
Compare
Choose a tag to compare
Merge pull request #7 from iotile/simple-jwt

Add SimpleJWT authentication support, cleanups

v0.10.3 - fix slug expansion

02 Jul 22:09
107ea1f
Compare
Choose a tag to compare
Merge pull request #6 from iotile/fix-malformed-slugs

Fix slug expansion