Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

1.12.0 - Handle Multiple set-cookie Headers

18 Apr 15:23
2e6b3f9
Compare
Choose a tag to compare

This release handles multiple set-cookie headers by appending all values into a comma separated string. Thank you @MarkTsengTW !

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.11.2 - Use typing_extensions.Protocol if needed

04 Apr 17:19
7ac2df5
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.11.1 - Reformatted via black

27 Mar 16:28
d127a50
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.11.0 - Remove CircuitPython < 7.x compatibility; clean up

23 Mar 03:52
a1b5050
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.7 - Now raises error indicating gzipped data

15 Feb 20:49
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.6 - Updated documentation link, python version

04 Feb 21:04
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.5 - Fix for CPython Use

12 Jan 00:04
6f999d1
Compare
Choose a tag to compare

This release contains a fix to use the library with CPython. Thank you @kevincon

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