Skip to content

Releases: adafruit/Adafruit_CircuitPython_AzureIoT

1.0.3 - Changed CI from Travis to GitHub Actions

22 Jan 01:30

Choose a tag to compare

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

31 May 22:22
939974e

Choose a tag to compare

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

23 May 23:43
a4f452f

Choose a tag to compare

  • 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.