Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

1.10.4 - Fix type hint import

28 Dec 13:23
26b2411
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.10.3 - Added type hints

27 Dec 21:58
2c5c93a
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.10.2 - Updated pylint version, linted

15 Nov 19:43
900b28c
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.10.1 - Removed last arg from .socket() call

25 Oct 20:01
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.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.