Adafruit-circuitpython-requests

Latest version: v4.0.0

Safety actively analyzes 630523 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 15

3.0.2

What's Changed
* close(): fix exception and enable fast-close by bablokb in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/156

New Contributors
* bablokb made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/156

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/3.0.1...3.0.2

3.0.1

What's Changed
* Update README.rst by tannewt in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/155
* Fix get_radio_ssl_context by justmobilize in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/158


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/3.0.0...3.0.1

3.0.0

What's Changed
* Use ConnectionManager by justmobilize in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/151 It centralizes socket connection tracking and allows sharing it with other libraries. Thanks again to justmobilize for the refactoring!

You'll need to install [Adafruit_CircuitPython_ConnectionManager](https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager/releases) to use this version of `adafruit_requests`. [`circup`](https://github.com/adafruit/circup) should install it automatically.

Top level functions `set_socket()`, `request()`, `head()`, `get()`, `post()`, `put()`, `patch()`, and `delete()` have all been removed in favor of requiring an explicit `adafruit_requests.Session()` object. See the [`examples`](https://docs.circuitpython.org/projects/requests/en/latest/examples.html) for how to initialize depending on which networking library is being used.

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/2.0.5...3.0.0

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-requests`.

Read the [docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

2.0.5

What's Changed
* Correctly handle headers of different types by justmobilize in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/152


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/2.0.4...2.0.5

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-requests`.

Read the [docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

2.0.4

This release contains a fix for an issue that resulted in duplicated user-agent headers being sent with the request.

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-requests`.

Read the [docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

What's Changed
* Fix duplicate header issue by justmobilize in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/149

New Contributors
* justmobilize made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/149

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/2.0.3...2.0.4

2.0.3

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/2.0.2...2.0.3

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-requests`.

Read the [docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

Page 3 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.