This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.
-
[Improvement] get rid of of
dockerize
. (by @ghassanmas) -
💥[Feature] Switch from the legacy
cs_comments_service
Ruby app to the new forum v2 Python app. In addition, forum data is now stored in MySQL, and not in MongoDb. This considerably simplifies this plugin. Change should be transparent for most users, unless the forum backend has been customised in some way. This is considered a breaking change because the legacy forum will no longer be supported by this plugin. Users who want to keep runningcs_comments_service
will have to create their own plugin. (by @regisb) -
💥[Feature] Upgrade to Sumac (by @ghassanmas)
-
💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @DawoudSheraz)
-
💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
- Rename master to release, as this branch runs the latest official Open edX release tag.
- Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
- [Bugfix] Fix when cs_comments_service src is not mounted
-
💥[Feature] upgrade to Ruby 3.3 (by @ghassanmas).
-
[Bugfix] Fix mounting
cs_comments_service
repository at build- and runtime. (by @regisb)
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
- [Improvement] ignore TLS certificates on dockerize wait (by @gabor-boros)
- 💥[Feature] Upgrade to Redwood (by @DawoudSheraz)
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on
pkg_resources
. (by @regisb)
- 💥[Feature] Upgrade to Quince. (by @ghassanmas)
- [Improvement] Support arm64 architecture. (by @ghassanmas)
- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)
-
[Improvement] Add a scriv-compliant changelog. (by @regisb)
-
[Improvement] Introduces the
FORUM_ENV
filter to which any additional forum which simplifies management of environment variables for the forum service. Additional environment variables can be added to this filter, and existing values can be removed as needed by plugins. These are rendered into the newforum-k8s-env
andforum-local-env
patches for the kubernetes and docker configs respectively. (by @xitij2000) -
[Improvement] Add support for get subscribers of a thread openedx/cs_comments_service#415. (by @Ian2012)