Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a changelog entry for #935 #938

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Other changes:

* Test against Python 3.12.

* Async location loading now supports loader functions which are not themselves
async, but which return an awaitable result. This means that users who are
already handling awaitable objects can return them from non-async loaders and
expect ``webargs`` to ``await`` them. This allows some async interactions
with supported frameworks, where the ``webargs``-provided parser returns a
framework object and the framework can be set to return awaitables, e.g.,
the Falcon parser. Thanks :user:`j0k2r` for the PR! (:pr:`935`)

8.4.0 (2024-01-07)
******************

Expand Down