falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

chore: remove deprecated api_helpers module and the deprecated body attrs #2090

Closed kgriffs closed 2 years ago

kgriffs commented 2 years ago

Summary of Changes

Removed deprecated api helpers module and body attibutes.

Related Issues

Supersedes #1986

Pull Request Checklist

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once; it will save you a few review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing to do.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

PR template inspired by the attrs project.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2090 (98d37be) into master (492087f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #2090   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        62    -1     
  Lines         6752      6747    -5     
  Branches      1254      1255    +1     
=========================================
- Hits          6752      6747    -5     
Impacted Files Coverage Δ
falcon/__init__.py 100.00% <ø> (ø)
falcon/asgi/response.py 100.00% <ø> (ø)
falcon/util/sync.py 100.00% <ø> (ø)
falcon/http_status.py 100.00% <100.00%> (ø)
falcon/response.py 100.00% <100.00%> (ø)
falcon/util/__init__.py 100.00% <100.00%> (ø)
falcon/util/deprecation.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.