mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 15:51:00 +00:00
v17.0.2
This commit is contained in:
parent
e0a39fe45d
commit
c5c563523d
10
CHANGELOG.md
10
CHANGELOG.md
@ -20,6 +20,16 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-17.0.3'></a>
|
||||
## v17.0.3 (2024-03-26)
|
||||
|
||||
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
|
||||
- Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
|
||||
- Make sure that course structure cache keys have an actual timeout.
|
||||
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
|
||||
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
|
||||
- [Bugfix] Ensure mounted installable packages are installed as expected upon initialization. (by @dawoudsheraz)
|
||||
|
||||
<a id='changelog-17.0.2'></a>
|
||||
## v17.0.2 (2024-02-09)
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
|
||||
- Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
|
||||
- Make sure that course structure cache keys have an actual timeout.
|
||||
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
|
@ -1 +0,0 @@
|
||||
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
|
@ -1 +0,0 @@
|
||||
- [BugFix] Ensure mounted installable packages are installed as expected upon initialization. (by @dawoudsheraz)
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "17.0.2"
|
||||
__version__ = "17.0.3"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
Reference in New Issue
Block a user