- [Security] Apply security patch [27394](https://github.com/openedx/edx-platform/pull/27394). - [Feature] Add patches to extend python requirements installation process in openedx and openedx-dev Dockerfiles. - [Improvement] Apply edx-platform patches during Docker image build using tutor patch 'openedx-dockerfile-git-patches-default'.
11.2.6
- [Improvement] Upgrade all services to open-release/koa.3. - [Feature] Make it possible to build the openedx Docker image with a custom openedx-i18n version with the ``--build-arg OPENEDX_I18N_VERSION=custom`` command line argument.
11.2.5
- [Bugfix] Fix edge case where `PLUGINS` entry is null in config.yml. - [Bugfix] Fix missing py2neo dependency in `images build openedx` (411).
11.2.4
- [Bugfix] Fix "Invalid Request" error during SAML authentication (thanks Ant1x!). - [Feature] Add `make pull-base-images` command to update base images. - [Improvement] Annotate types all over the Tutor code base. - [Bugfix] Fix parsing of YAML CLI arguments that include equal "=" signs. - [Bugfix] Fix minor edge case in `long_to_base64` utility function. - [Improvement] Add openedx patches to add settings during the build process.
11.2.3
- [Bugfix] Make LMS celery workers actually process LMS tasks and not CMS tasks.