# HG changeset patch # User Milka Kuzminski # Date 2021-01-13 21:43:50 # Node ID c879f64f4f7feaefa905a48c360bb95be87872ce # Parent 5dcbb0fe32d9fffe94d1e5c078c5291a2e24ba7b docs: added 4.24.0 release diff --git a/docs/release-notes/release-notes-4.24.0.rst b/docs/release-notes/release-notes-4.24.0.rst new file mode 100644 --- /dev/null +++ b/docs/release-notes/release-notes-4.24.0.rst @@ -0,0 +1,54 @@ +|RCE| 4.23.0 |RNS| +------------------ + +Release Date +^^^^^^^^^^^^ + +- 2021-01-10 + + +New Features +^^^^^^^^^^^^ + +- Artifacts: expose additional headers, and content-disposition for downloads from artifacts exposing the real name of the file. +- Token access: allow token in headers not only in GET/URL. +- File-store: added a stream upload endpoint, it allows to upload GBs of data into artifact store efficiently. + Can be used for backups etc. +- Pull requests: expose commit versions in the pull-request commit list. + +General +^^^^^^^ + +- Deps: bumped redis to 3.5.3 +- rcextensions: improve examples +- Setup: added optional parameters to apply a default license, or skip re-creation of database at install. +- Docs: update headers for NGINX +- Beaker cache: remove no longer used beaker cache init + + +Security +^^^^^^^^ + + + +Performance +^^^^^^^^^^^ + +- Core: speed up cache loading on application startup. +- Core: allow loading all auth plugins in once place for CE/EE code. +- Application: not use config.scan(), and replace all @add_view decorator into a explicit add_view call for faster app start. + + +Fixes +^^^^^ + +- Svn: don't print exceptions in case of safe calls +- Vcsserver: use safer maxfd reporting, some linux systems get a problem with this +- Hooks-daemon: fixed problem with lost hooks value from .ini file. +- Exceptions: fixed truncated exception text + + +Upgrade notes +^^^^^^^^^^^^^ + +- Scheduled release 4.24.0 diff --git a/docs/release-notes/release-notes.rst b/docs/release-notes/release-notes.rst --- a/docs/release-notes/release-notes.rst +++ b/docs/release-notes/release-notes.rst @@ -9,6 +9,7 @@ Release Notes .. toctree:: :maxdepth: 1 + release-notes-4.24.0.rst release-notes-4.23.2.rst release-notes-4.23.1.rst release-notes-4.23.0.rst