This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Releases: RunestoneInteractive/RunestoneServer
Releases · RunestoneInteractive/RunestoneServer
6.0.2
RunestoneServer 6.0.1
Big Changes to the 6.x series
- The main function of the RunestoneServer is as the Instructor Interface
- Version 6.x requires runestone > 6.x
- Version 6.x is designed to run in tandem with bookserver which now handles APIs from the books
- Version 6.x requires Docker - use docker-tools to build a container and docker compose to launch.
- All book apis in ajax.py are deprecated. All of books.py is deprecated. Database migrations are now handled by alembic in bookserver
- The RunestoneServer can be built in 3 modes
- --single - good for a single course production setup
- --single-dev - good for development work
- --multi - Good for running multiple Containers with a single database server and a load balancer
Timed Exam Rewrite
Lots of internals have been re-rewitten on the components side. This release requires runestone>=5.5.3
- AB Testing using the new select question
- Many selectquestion bug fixes
- Timed Exams now save student work as they navigate from question to question.
5.0.0
Sync this release with 4.1.0 of Runestone Components
Tag a release at 4.1.0 before we do a big code formatting run. After this release code formatting will be handled by the black tool.