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

feat(add_error_handler): deprecate the Falcon 1.x signature shim #2197

Closed vytas7 closed 9 months ago

vytas7 commented 9 months ago

We should have added this warning already in 2.0, but the invocation of that shim is still silent :slightly_frowning_face: This PR aims to rectify that, and warn users about using an support call signature.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (241205e) 100.00% compared to head (a69dd9e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2197 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 62 62 Lines 6871 6873 +2 Branches 1098 1098 ========================================= + Hits 6871 6873 +2 ```

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