mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add minitimal changelog
This commit is contained in:
parent
f72acb6c0e
commit
0304f006e6
20
docs/source/2023-news.rst
Normal file
20
docs/source/2023-news.rst
Normal file
@ -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.
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user