Skip to content

Latest commit

 

History

History
115 lines (81 loc) · 1.63 KB

File metadata and controls

115 lines (81 loc) · 1.63 KB

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.

v1.1.1

  • Run sync views in a threadpoolexecutor.

v1.1.0

  • Support for before_request.

v1.0.4

  • Potential bufix for cookies.

v1.0.3

  • Bugfix for redirects.

v1.0.2

  • Improvement for static file hosting.

v1.0.1

  • Improve cors configuration settings.

v1.0.0

  • Move GraphQL support into a built-in plugin.

v0.3.3

  • Improved exceptions.
  • CORS support.

v0.3.2

  • Subtle improvements.

v0.3.1

  • Packaging fix.

v0.3.0

  • Interactive Documentation endpoint.
  • Minor improvements.

v0.2.3

  • Overall improvements.

v0.2.2

  • Show traceback info when background tasks raise exceptions.

v0.2.1

  • api.requests.

v0.2.0

  • WebSocket support.

v0.1.6

  • 500 support.

v0.1.5

  • Improvements to sequential media reading.
  • File upload support.

v0.1.4

  • Stability.

v0.1.3

  • Sessions support.

v0.1.2

  • Cookies support.

v0.1.1

  • Default routes.

v0.1.0

  • Prototype of static application support.

v0.0.10

  • Bugfix for async class-based views.

v0.0.9

  • Bugfix for async class-based views.

v0.0.8

  • GraphiQL Support.
  • Improvement to route selection.

v0.0.7

  • Immutable Request object.

v0.0.6:

  • Ability to mount WSGI apps.
  • Supply content-type when serving up the schema.

v0.0.5:

  • OpenAPI Schema support.
  • Safe load/dump yaml.

v0.0.4:

  • Asynchronous support for data uploads.
  • Bug fixes.

v0.0.3:

  • Bug fixes.

v0.0.2

  • Switch to ASGI/Starlette.

v0.0.1

  • Conception!