v16.1.3
github-actions
released this
10 Oct 10:32
·
302 commits
to master
since this release
Install this version from pip with:
pip install "tutor[full]==16.1.3"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v16.1.3/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
See the installation docs for more installation options and instructions.
Changes
- [Improvement] Adds
connect=False
to the LMS and CMS' MongoDB connection to preventServerSelectionError
after a cluster failover. (by @open-craft) - [Bugfix] Override
CMS_BASE
setting in Studio for the development environment. Without this, parts of Studio will try to use the devstack default of localhost:8010 instead. (by @ormsbee) - [Bugfix] Fix build error caused by py2neo package that was abruptly pulled from pypi and GitHub. (by @regisb)