Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

1.10.0 - Added simple support for redirects

22 Jul 13:45
03f5442
Compare
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.9.9 - Fixed issue with iface not being set correctly

08 Apr 17:54
c55425e
Compare
Choose a tag to compare

Thanks for the fix @askpatrickw

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.9.8 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:03
Compare
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.9.7 - Close reusable sockets when Out of sockets

18 Feb 04:49
f08e339
Compare
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.9.6 - Added requests_https_circuitpython.py example, hardcoded Black and REUSE version

11 Feb 18:58
Compare
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.9.5 - Plug socket leaks

08 Feb 19:58
622856f
Compare
Choose a tag to compare
  • Catch OSError in recv-into to avoid socket leak
  • Catch OSError in _send_request to avoid socket leak

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.9.4 - Fix for ESPN

28 Jan 19:15
f658b39
Compare
Choose a tag to compare

ESPN's chunk header sometimes has two spaces after the : so we strip the right side of the header so we properly handle the chunked response.

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.9.3 - Moved to pre-commit, added licensing info

20 Jan 22:37
91c4c83
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.9.2 - Fix examples for ESP32SPI and SSL socket

30 Dec 21:40
7cce618
Compare
Choose a tag to compare

This release:

  • #58 Addresses #57 and fixes RuntimeError: Cannot access content after getting text or json error in examples/requests_advanced.py

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.9.1 - Now using _buffer_split0() to split bytestring

21 Dec 22:41
c070f6e
Compare
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.