Skip to content

Commit

Permalink
1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Sep 15, 2022
1 parent 3156a70 commit a305672
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

[1.19.0]

- add support for multiple responses documentation by @seladb.
- add `media_type` to `ResponseContainer`.
- add `RateLimitMiddleware`.
- add support for multiple cookies in `create_test_request`.

[1.18.1]

- fix `ResponseHeader` not being correctly encoded.
- Update `SQLAlchemyPlugin` for v2.0 compatibility.
- update `SQLAlchemyPlugin` for v2.0 compatibility.

[1.18.0]

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ nav:
- usage/7-middleware/3-builtin-middlewares/3-csrf-middleware.md
- usage/7-middleware/3-builtin-middlewares/4-compression-middleware.md
- usage/7-middleware/3-builtin-middlewares/5-session-middleware.md
- usage/7-middleware/3-builtin-middlewares/6-rate-limit-middleware.md
- Authentication:
- usage/8-authentication/0-intro.md
- usage/8-authentication/1-abstract-authentication-middleware.md
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.18.1"
version = "1.19.0"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit a305672

Please sign in to comment.