-------------------
Changes
~~~~~~~
- Add internal error codes (245) [Rick Riensche]
* add error codes to ride alongside human-readable messages
* Allow rename or suppression of flask_error_code in error responses
- Rename swagger_path to spec_path (214) [Matthew Janes, Rick Riensche]
* https://github.com/plangrid/flask-rebar/issues/98
* Continuation of work started here: https://github.com/plangrid/flask-rebar/pull/209
* Use deprecation util to make this more forgiving
- Remove previously deprecated things that have passed EOL (246) [Rick
Riensche]
* remove deprecated 'marshal_schema' alias for 'response_body_schema'
* remove deprecated (and already broken) converters parameter to ``AuthenticatorConverterRegistry``
- Add support for marshmallow-objects (243) [Rick Riensche]
- Add support for flask 2.0 (239) [Eugene Kim]
- Store "rebar" in app.extensions on rebar.init_app (230) [twosigmajab]
* Include handler_registries so that it's possible to enumerate all the Rebar APIs a Flask app provides given only a reference to the app object.
Fix
~~~
- Update list of versions for automated tests + fix broken test (238)
[Eugene Kim]
- Remove deprecated method and update docs (216) [Rick Riensche]
* fix: remove deprecated authenticator converter methods and update docs
- Issue 90: Fix for self-referential nested fields (226) [Pratik
Pramanik, Rick Riensche]
- Fix bug that prevents returning `Flask.Response`s. (153)
[twosigmajab]
Other
~~~~~
- Remove unused imports via Deepsource (222) [Matthew Janes,
deepsource-autofix[bot]]
- Remove old ref to TravisCI. [Rick Riensche]
- Drop Python 3.5 (fixes 220) (221) [twosigmajab]
- Bump version to RC2. [Brock Haywood]
- Dropping Marshallow_v2 support (195) [Ali Scott, Matthew Janes, Rick
Riensche]
- Enabling hidden APIs in flask-rebar (191) [Ali Scott]
- Rename create_handler_registry's "swagger_path" param (209) [Ali
Scott]
- Removing Actually from class names (207) [Ali Scott]
- Fix trigger for auto-release on tag (203) [Rick Riensche]
- Remove pyyaml pin since it is not needed anymore (192) [Daniel
Wallace]
* We have dropped support for python3.4, which is why pyyaml was pinned.
- Doc: Fix code typos in recipes examples (190) [Krismix1]
- Fix minor typos in swagger_generation.rst (188) [Matthew Janes]