2021-09-28 16:38:22 +00:00
# Changelog (nightly branch)
2022-05-01 12:37:43 +00:00
<!--
2022-05-06 14:14:26 +00:00
This changelog is for tracking changes made to the nightly branch (see:
2022-05-01 12:37:43 +00:00
https://docs.tutor.overhang.io/tutorials/nightly.html). The format of this file is identical
2022-05-06 14:14:26 +00:00
to the CHANGELOG.md file, except that there are no release or "Unrelased" sections. Entries
2022-05-01 12:37:43 +00:00
will be backported to the master branch at every major release.
When backporting changes to master, we should keep only the entries that correspond to user-
facing changes.
-->
2021-10-14 10:47:23 +00:00
2022-07-21 19:51:42 +00:00
- 💥[Improvement] Remove the implementation of tutor dev runserver. (by @Carlos -Muniz)
2022-06-30 15:23:01 +00:00
- [Bugfix] Fix MongoDB replica set connection error resulting from edx-platform's pymongo (3.10.1 -> 3.12.3) upgrade ([edx-platform#30569](https://github.com/openedx/edx-platform/pull/30569)). (by @ormsbee )
2022-04-06 14:29:09 +00:00
- [Improvement] For Tutor Nightly (and only Nightly), official plugins are now installed from their nightly branches on GitHub instead of a version range on PyPI. This will allow Nightly users to install all official plugins by running ``pip install -e ".[full]"``.
2022-03-28 08:54:03 +00:00
- [Bugfix] Remove edX references from bulk emails ([issue](https://github.com/openedx/build-test-release-wg/issues/100)).
2022-03-18 14:17:20 +00:00
- [Bugfix] Update ``celery`` invocations for lms-worker and cms-worker to be compatible with Celery 5 CLI.
2022-01-11 15:40:18 +00:00
- [Improvement] Point CMS at its config file using ``CMS_CFG`` environment variable instead of deprecated ``STUDIO_CFG``.
2021-12-15 19:33:48 +00:00
- [Bugfix] Start MongoDB when running migrations, because a new data migration fails if MongoDB is not running
2022-05-06 14:14:26 +00:00