Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

1.12.8 - Made copyright stay up to date in docs/conf.py

Choose a tag to compare

@evaherrada evaherrada released this 26 Aug 02:40

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.12.7 - Fixed version string

Choose a tag to compare

@evaherrada evaherrada released this 22 Aug 19:01

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.12.6 - Switched to pyproject.toml

Choose a tag to compare

@evaherrada evaherrada released this 09 Aug 19:30

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.12.5 - compute a byte length properly

Choose a tag to compare

@dhalbert dhalbert released this 03 Aug 15:27
6b72737

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.

What's Changed

  • When sending data get the bytes length not the string length by @Neradoc in #112

Full Changelog: 1.12.4...1.12.5

1.12.4 - clean up code in `_throw_away()`

Choose a tag to compare

@dhalbert dhalbert released this 03 Jul 23:33
b168b28

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.

What's Changed

  • clean up code in _throw_away() by @klocs in #111

Full Changelog: 1.12.3...1.12.4

1.12.3 - `_throw_away()` now handles chunked discards

Choose a tag to compare

@dhalbert dhalbert released this 03 Jul 21:01
136f130

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.

What's Changed

  • Proposed fix for issue #103. Fixes an issue with _throw_away() and large chunked redirects. by @klocs in #110

New Contributors

Full Changelog: 1.12.2...1.12.3

1.12.2 - Added cp.org link to index.rst

Choose a tag to compare

@evaherrada evaherrada released this 09 Jun 18:35

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.12.1 - Repo documentation and config updates

Choose a tag to compare

@evaherrada evaherrada released this 07 Jun 17:16

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.12.0 - Handle Multiple set-cookie Headers

Choose a tag to compare

@FoamyGuy FoamyGuy released this 18 Apr 15:23
2e6b3f9

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

Choose a tag to compare

@evaherrada evaherrada released this 04 Apr 17:19
7ac2df5

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.