Skip to content

Releases: kennethreitz/responder

v2.0.7

27 Oct 17:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

27 Oct 17:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

27 Oct 17:18
109937a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

27 Oct 17:18
Compare
Choose a tag to compare

What's Changed

  • Async templates require enable_async in jinja2 Environment by @vbarbaresi in #399
  • fix issues related to using static=true in api.add_route() and static_route in responder.API() by @daphil19 in #406

New Contributors

Full Changelog: v2.0.2...v2.0.4

v2.0.2

27 Oct 17:17
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

27 Oct 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Oct 11:21
b8aea89
Compare
Choose a tag to compare

New Router and Schema.

v1.3.2

15 Aug 20:59
d820f02
Compare
Choose a tag to compare

ASGI 3 Support !

v1.3.0

22 Feb 10:39
Compare
Choose a tag to compare

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.