This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.
- [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)