Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 2.61 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v18.1.1 (2024-09-03)

  • [Bugfix] Fix when cs_comments_service src is not mounted

v18.1.0 (2024-08-21)

  • 💥[Feature] upgrade to Ruby 3.3 (by @ghassanmas).

  • [Bugfix] Fix mounting cs_comments_service repository at build- and runtime. (by @regisb)

v18.0.1 (2024-07-26)

  • [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
  • [Improvement] ignore TLS certificates on dockerize wait (by @gabor-boros)

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to Redwood (by @DawoudSheraz)

v17.0.1 (2024-06-13)

  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

v17.0.0 (2023-12-09)

  • 💥[Feature] Upgrade to Quince. (by @ghassanmas)

v16.0.2 (2023-12-08)

  • [Improvement] Support arm64 architecture. (by @ghassanmas)
  • [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)

v16.0.1 (2023-10-02)

  • [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 new forum-k8s-env and forum-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)