Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

1.3.0 - Traceback Module Fallback

08 Jan 17:30
7469b5f

Choose a tag to compare

This release includes a fallback implementation of traceback module for devices that do not have it built-in. Thank you @imnotjames

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.

1.2.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:41

Choose a tag to compare

Changes: 1.2.1...1.2.2

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.

Move CancelledError and InvalidStateError to tasks

17 Nov 01:00
45f7149

Choose a tag to compare

What's Changed

  • chore: move CancelledError and InvalidStateError to tasks by @imnotjames in #55

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0 - replace .show() in examples; no other code changes

03 Nov 13:16
da943a7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0 - include changes from MicroPython v1.20

12 Oct 22:10
c277db5

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0 - make compatible with 8.x.x and 9.0.0

12 Oct 21:56
723b428

Choose a tag to compare

Also give this a proper >0.x.x release number, since it's past being "experimental".

What's Changed

  • update asyncio from MicroPython v1.19.1 by @dhalbert in #47

Full Changelog: 0.5.24...1.0.0

0.5.24 - Fix RTD Theme Issue

25 Sep 15:56

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.

0.5.23 - Fix for new_event_loop

17 Jul 16:12
18a411e

Choose a tag to compare

This release contains a fix for releasing unused resources to consume less RAM. Thank you @furbrain

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.

0.5.22 - Updated .pylintrc, fixed jQuery

26 May 16:15

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.

0.5.21 - Fixed releases

22 May 17:25
4e4b198

Choose a tag to compare

Fixed an issue where the release assets were not packaging all intended files. No functional changes were made since the last release. Thanks @Neradoc!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-asyncio.

Read the docs for info on how to use it.