Releases: iotile/python_archfx_cloud
Releases · iotile/python_archfx_cloud
v0.16.0
v0.15.0
What's Changed
- [AFX-5268] Use auth/user-info to get user account information by @Pixel-Jack in #12
New Contributors
- @Pixel-Jack made their first contribution in #12
Full Changelog: v0.14.0...v0.15.0
v0.14.0 - login with token via config file
v0.13.0 - remove pytz dependency
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
ArchFXFlexibleDictionaryReport self-upload capability
v0.11.0 - SimpleJWT cloud authentication support
Merge pull request #7 from iotile/simple-jwt Add SimpleJWT authentication support, cleanups
v0.10.3 - fix slug expansion
Merge pull request #6 from iotile/fix-malformed-slugs Fix slug expansion