Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ See the fragment files in the [changelog.d/ directory](./changelog.d).

<!-- scriv-insert-here -->

<a id='changelog-20.2.0'></a>
## 20.2.0 — 2026-01-27

### Fixed

- Ensure that the `utf8mb4` charset is used when connecting to MySQL.
- Do not proxy SCORM assets directly through the LMS. This restores the previous
behaviour for versions prior to v19.0.3 of openedx-scorm-xblock.

<a id='changelog-20.1.1'></a>
## 20.1.1 — 2025-12-04

Expand Down
1 change: 1 addition & 0 deletions changelog.d/scriv/entry_title.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% if version %}{{ version }} — {% endif %}{{ date.strftime('%Y-%m-%d') }}
15 changes: 15 additions & 0 deletions changelog.d/scriv/new_fragment.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
A new scriv changelog fragment.

Uncomment the section that is right (remove the HTML comment wrapper).
For top level release notes, leave all the headers commented out.
-->

{% for cat in config.categories -%}
<!--
### {{ cat }}

- A bullet item for the {{ cat }} category.

-->
{% endfor -%}
2 changes: 2 additions & 0 deletions drydock/patches/openedx-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ LOGGING["loggers"].pop("tracking")
LOGGING["loggers"][""]["handlers"] = ["console"]

FORUM_MONGODB_DATABASE = "{{ FORUM_MONGODB_DATABASE }}"

DATABASES["default"]["OPTIONS"]["charset"] = "utf8mb4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tutor-contrib-drydock"
version = "20.1.1"
version = "20.2.0"
description = "A Tutor plugin to manage our opinionated Open edX operations"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.