Skip to content

Commit

Permalink
v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Mar 26, 2024
1 parent e0a39fe commit c5c5635
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20240208_111236_regis_infinite_course_cache.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20240222_101904_regis_fix_nightly_patches.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20240315_163331_dawoud.sheraz_tutor_997.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 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
Expand Down

0 comments on commit c5c5635

Please sign in to comment.