Releases: kennethreitz/responder
Releases · kennethreitz/responder
v2.0.7
What's Changed
- Add test for 3.9 by @taoufik07 in #448
- Add uvicorn[extra] by @taoufik07 in #450
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Bump bleach from 3.0.2 to 3.1.1 in /docs by @dependabot in #421
- Fixes and bump dependencies by @taoufik07 in #424
- Fix hash in pygment from piwheel to pypi. by @ucpr in #430
- bump uvicorn 0.11.* to 0.11.7 by @ryuuji in #439
- test_redirects: access '/2' and redirect to '/1' by @majiang in #445
- Call user-provided
default_response
by @majiang in #444 - Switch to github actions by @taoufik07 in #446
- Bump bleach from 3.1.1 to 3.1.4 in /docs by @dependabot in #429
- docs: fix simple typo, mashmallow -> marshmallow by @timgates42 in #447
New Contributors
- @ryuuji made their first contribution in #439
- @majiang made their first contribution in #445
- @timgates42 made their first contribution in #447
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Use OpenAPI info params on init of API by @StevenAvelino24 in #411
- Update requirements to support python3.8 by @taoufik07 in #413
- v2.0.5 by @taoufik07 in #414
New Contributors
- @StevenAvelino24 made their first contribution in #411
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Async templates require enable_async in jinja2 Environment by @vbarbaresi in #399
- fix issues related to using
static=true
inapi.add_route()
andstatic_route
inresponder.API()
by @daphil19 in #406
New Contributors
Full Changelog: v2.0.2...v2.0.4
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- v2.0.0 by @taoufik07 in #398
- add a few tests for API and remove some dead code by @vbarbaresi in #395
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.3.2
v1.3.0
Fixed
- Multiple cookies.
- Whitenoise returns not found.
- Other bugfixes.
Added
- Stream support via
resp.stream
. - Cookie directives via
resp.set_cookie
. - Add
resp.html
to send HTML. - Other improvements.