Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 1743629

Browse files
committed
Add Version file
1 parent 7e2f40b commit 1743629

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

VERSION

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
RunestoneServer-6.0.1
2+
3+
Changes in this release, tagged 6.0.1
4+
5+
- Create the access_token in several places if it does not exist to avoid the problem of being logged in to web2py but not FastAPI.
6+
- Add a tickets interface which in conjunction with scripts/tickets2db collects tracebacks from all workers into the database
7+
- Updates dependencies
8+
- Fixes bugs associated with using questions from a different base course in an assignment.
9+
10+
Big Changes to the 6.x series
11+
12+
0. The main function of the RunestoneServer is as the Instructor Interface
13+
1. Version 6.x requires runestone > 6.x
14+
2. Version 6.x is designed to run in tandem with bookserver which now handles APIs from the books
15+
3. Version 6.x requires Docker - use docker-tools to build a container and docker compose to launch.
16+
4. All book apis in ajax.py are deprecated. All of books.py is deprecated
17+
5. The RunestoneServer can be built in 3 modes
18+
- --single - good for a single course production setup
19+
- --single-dev - good for development work
20+
- --multi - Good for running multiple Containers with a single database server and a load balancer

0 commit comments

Comments
 (0)