Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

Better handle errors by retrying

06 Nov 19:22
333b586

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fix noneerror when we make a chunked request but dont read any data from it

30 Oct 15:09
7d0e3ba

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fixes Expected 1 but got 0 bytes issue

29 Oct 18:36
a2ec2a9

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fix send failure clean up

24 Sep 18:37
46007a6

Choose a tag to compare

  • Fix issue leaving sockets open after failing to send the HTTP request

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

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

Read the docs for info on how to use it.

Fix for use on CircuitPython 5.3.1

22 Sep 18:19
9aaf781

Choose a tag to compare

  • Fix issue with find not available on bytearray by providing Python implementation to fall back to.
  • Fix issue with json not passed stream object by passing in whole string on OSError.

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

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

Read the docs for info on how to use it.

1.7.0 - Added HTTP1.1 support and socket reuse

17 Sep 20:39
2a2c20e

Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.6.0 - Added basic tests

31 Aug 16:34
e49a815

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Updated Cellular Examples for Adafruit FONA (3G/GSM)

21 Jul 17:06
43017e3

Choose a tag to compare

Updated Cellular Examples for Adafruit FONA (3G/GSM). Thanks @brentru.

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

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

Read the docs for info on how to use it.

1.4.3 - Fixed discord invite link

09 Jul 20:47

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Add Cellular Usage Examples

07 May 13:45
41de8b3

Choose a tag to compare

This release adds:

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

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

Read the docs for info on how to use it.