Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Janek Nouvertné <[email protected]>
  • Loading branch information
provinzkraut committed Nov 4, 2023
1 parent f8bfa4a commit 580b76c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
2.x Changelog
=============

.. changelog:: 2.3.1
:date: 2023/11/04

.. change:: CLI: Fix not providing SSL certfiles breaks uvicorn command when using reload or multiple workers
:type: bugfix
:pr: 2616
:issue: 2613

Fix an issue where not providing the ``--ssl-certfile`` and ``--ssl-keyfile``
options to the ``litestar run`` command would cause a :exc:`FileNotFoundError`
in uvicorn, when used together with the ``--reload``, ``--web-concurrency``
options.


.. changelog:: 2.3.0
:date: 2023/11/02

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ maintainers = [
name = "litestar"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "2.3.0"
version = "2.3.1"

[project.urls]
Blog = "https://blog.litestar.dev"
Expand Down

0 comments on commit 580b76c

Please sign in to comment.