Releases: adafruit/Adafruit_CircuitPython_Requests
1.9.0 - Retry with new socket
#54 Reduces likelihood of RuntimeError: Unable to read HTTP response
error by retrying with new socket.
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.8.1 - Fix CircuitPython compatibility
Fixes issue with bytearray.split()
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.8.0 - Added support for chunk extensions
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.
Better handle errors by retrying
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
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
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
- 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
- Fix issue with
find
not available onbytearray
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
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
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.