Skip to content

Commit 7d93cc3

Browse files
authored
feat: v18.1.4 (#1147)
1 parent 0dbb12c commit 7d93cc3

9 files changed

+18
-8
lines changed

CHANGELOG.md

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

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

23+
<a id='changelog-18.1.4'></a>
24+
## v18.1.4 (2024-10-24)
25+
26+
- [Improvement] Set `EDXAPP_TEST_MONGO_HOST` env var in the openedx-dev image so that it no longer needs to be set by hand when running edx-platform unit tests (by @kdmccormick).
27+
28+
- [Feature] Added `-c` or `--clean` option to tutor config save: For plugin developers and advanced users, this option cleans the `env/` folder before saving, ensuring a fresh environment for testing and development. (by @CodeWithEmad)
29+
30+
- [Feature] Add a `patches show my-patch-name`. This is a convenient command for the troubleshooting of plugins. (by @regisb)
31+
32+
- [Improvement] Fixes an issue which caused 502 errors by a premature closed connection by uwsgi, it also improves the handling of SIGTERM in docker and other uwsgi improvements (by @Ian2012).
33+
34+
- [Improvement] Do not run useless celery workers (lms-worker, cms-worker) in development. This should save us ~700MB memory. (by @arbrandes, @regisb).
35+
36+
- [Bugfix] Fixed an issue where the site name was not limited to 50 characters when creating a new site configuration. (by @CodeWithEmad)
37+
38+
- [Feature] Update Open edX version to redwood.3 (by @dawoudsheraz)
39+
2340
<a id='changelog-18.1.3'></a>
2441
## v18.1.3 (2024-08-13)
2542

changelog.d/20240624_105125_kyle_test_mongo_host.md

-1
This file was deleted.

changelog.d/20240629_120748_codewithemad_cleanup_flag.md

-1
This file was deleted.

changelog.d/20240816_141531_regis_patches_show.md

-1
This file was deleted.

changelog.d/20240903_140541_crisgarta8_closed_connection.md

-1
This file was deleted.

changelog.d/20241001_123236_regis_celery.md

-1
This file was deleted.

changelog.d/20241023_155157_codewithemad_long_domain.md

-1
This file was deleted.

changelog.d/20241024_111339_dawoud.sheraz_redwood_3.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__ = "18.1.3"
5+
__version__ = "18.1.4"
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)