From 0304f006e61d0a398b25d314292b4fdd16de83a6 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 17 Jul 2023 21:36:31 +0200 Subject: [PATCH] add minitimal changelog --- docs/source/2023-news.rst | 20 ++++++++++++++++++++ docs/source/news.rst | 17 +++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 docs/source/2023-news.rst diff --git a/docs/source/2023-news.rst b/docs/source/2023-news.rst new file mode 100644 index 00000000..7b4e963a --- /dev/null +++ b/docs/source/2023-news.rst @@ -0,0 +1,20 @@ +================ +Changelog - 2023 +================ + +21.0.0 - 2023-07-17 +=================== + +- support python 3.11 +- fix gevent and eventlet workers +- fix threads support (gththread): improve performance and unblock requests +- SSL: noaw use SSLContext object +- HTTP parser: miscellaneous fixes +- remove unecessary setuid calls +- fix testing +- improve logging +- miscellaneous fixes to core engine + +*** RELEASE NOTE *** + +We made this release major to start our new release cycle. More info will be provided on our discussion forum. diff --git a/docs/source/news.rst b/docs/source/news.rst index 0f018345..14eae72d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -2,10 +2,22 @@ Changelog ========= -21.0.0 - 2023-07-11 +21.0.0 - 2023-07-17 =================== -- TBD +- support python 3.11 +- fix gevent and eventlet workers +- fix threads support (gththread): improve performance and unblock requests +- SSL: noaw use SSLContext object +- HTTP parser: miscellaneous fixes +- remove unecessary setuid calls +- fix testing +- improve logging +- miscellaneous fixes to core engine + +*** RELEASE NOTE *** + +We made this release major to start our new release cycle. More info will be provided on our discussion forum. History ======= @@ -13,6 +25,7 @@ History .. toctree:: :titlesonly: + 2023-news 2021-news 2020-news 2019-news