Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

Fix send failure clean up

24 Sep 18:37
46007a6
Compare
Choose a tag to compare
  • 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

22 Sep 18:19
9aaf781
Compare
Choose a tag to compare
  • Fix issue with find not available on bytearray 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

17 Sep 20:39
2a2c20e
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.6.0 - Added basic tests

31 Aug 16:34
e49a815
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.

Updated Cellular Examples for Adafruit FONA (3G/GSM)

21 Jul 17:06
43017e3
Compare
Choose a tag to compare

Updated Cellular Examples for Adafruit FONA (3G/GSM). Thanks @brentru.

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.4.3 - Fixed discord invite link

09 Jul 20:47
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.

Add Cellular Usage Examples

07 May 13:45
41de8b3
Compare
Choose a tag to compare

This release adds:

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.4.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:18
1637d66
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.4.0 - Upgrade to latest Pylint, implement Black formatting, added ethernet simpletest

20 Mar 15:27
85c92ec
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

  • Additionally, a simpletest using the ethernet library was added

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.

If data is bytearray do not encode as utf-8

04 Mar 20:54
c052e15
Compare
Choose a tag to compare

Thanks to @jimbobbennett for the update!

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.