Releases: adafruit/Adafruit_CircuitPython_AzureIoT
Releases · adafruit/Adafruit_CircuitPython_AzureIoT
1.0.3 - Changed CI from Travis to GitHub Actions
This release includes:
- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot.
Read the docs for info on how to use it.
Message Queue
The message queue method now returns None if no messages are in the queue, instead of returning -1.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fix Deployment
- Fixed TravisCI to deploy .mpy assets with release
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.