Skip to content

Releases: overhangio/tutor-forum

v19.0.0

16 Dec 19:41
965220b
Compare
Choose a tag to compare
  • [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 running cs_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.

v18.1.1

03 Sep 09:46
Compare
Choose a tag to compare
  • [Bugfix] Fix when cs_comments_service src is not mounted

v18.1.0

21 Aug 13:50
Compare
Choose a tag to compare
  • 💥[Feature] upgrade to Ruby 3.3 (by @ghassanmas).

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

v18.0.0

19 Jun 23:47
Compare
Choose a tag to compare

v17.0.1

13 Jun 08:35
Compare
Choose a tag to compare
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)

v17.0.0

11 Dec 20:45
Compare
Choose a tag to compare

v16.0.2

08 Dec 10:43
Compare
Choose a tag to compare
  • [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

02 Oct 15:12
Compare
Choose a tag to compare
  • [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)