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 methods, attributes and classes #2282

Closed vytas7 closed 1 week ago

vytas7 commented 1 month ago

Closes #1853.

@maxking: ~Note that the proposed removal of support for positional arguments in HTTPUnauthorized breaks Mailman.~ ~I have opened MR #1267 on Mailman's side, let's see if it can get merged soon. Otherwise maybe we can make an undocumented exception for HTTPUnauthorized?~ The MR has been merged on Mailman's side. All clear :+1:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (afe6c9f) to head (9a7f2fe). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2282 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7604 7507 -97 Branches 1285 1238 -47 ========================================= - Hits 7604 7507 -97 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.