Skip to content

Commit c5c5635

Browse files
committed
v17.0.2
1 parent e0a39fe commit c5c5635

5 files changed

+11
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-17.0.3'></a>
24+
## v17.0.3 (2024-03-26)
25+
26+
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
27+
- 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.
28+
- Make sure that course structure cache keys have an actual timeout.
29+
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
30+
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
31+
- [Bugfix] Ensure mounted installable packages are installed as expected upon initialization. (by @dawoudsheraz)
32+
2333
<a id='changelog-17.0.2'></a>
2434
## v17.0.2 (2024-02-09)
2535

changelog.d/20240208_111236_regis_infinite_course_cache.md

-4
This file was deleted.

changelog.d/20240222_101904_regis_fix_nightly_patches.md

-1
This file was deleted.

changelog.d/20240315_163331_dawoud.sheraz_tutor_997.md

-1
This file was deleted.

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "17.0.2"
5+
__version__ = "17.0.3"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)