Releases: cmu-sei/gamebrain
Releases · cmu-sei/gamebrain
v2.0.0
What's Changed
Includes a large number of changes to facilitate updating the code base to version 2.0.0.
- Deployment is handled very differently. Gamebrain no longer deploys Gamespaces through TopoMojo, and instead relies on being provided a mapping of teams and their Gamespaces, which are deployed externally (e.g., through Gameboard).
- Scoring is also handled externally through the Gameboard application.
- Challenges are designed to be swappable. Gamebrain will push any visible VM consoles to the players, based on the deployment data.
- Backward compatibility with previous versions of gamebrain and challenges requires special handling.
- version 2.0.0 by @sei-jvessella in #82
Full Changelog: 1.0.3...2.0.0
v1.0.3
What's Changed
- Try to complete expired gamespaces. by @sei-jvessella in #49
Gamebrain will now complete gamespaces / game sessions upon the gamespace's expiration time.
Full Changelog: 1.0.2...1.0.3
v1.0.2
What's Changed
- Move log level to settings.yaml. by @sei-jvessella in #32
- Add Uvicorn logging by @sei-jvessella in #33
Full Changelog: 1.0.1...1.0.2
1.0.1
Patch release that removes the request_client
endpoint which was used for testing.
What's Changed
- Remove request_client by @sei-jvessella in #26
Full Changelog: 1.0.0...1.0.1
v1.0.0
Initial public release
What's Changed
- Fix license formatting. by @sei-jvessella in #23
- Update CI to push to Docker Hub by @sei-mkaar in #25
- Add README to main. by @sei-jvessella in #24
New Contributors
- @sei-mkaar made their first contribution in #25
Full Changelog: 0.1.9...1.0.0
v0.1.9
What's Changed
- Fix for comm event appearing at the wrong location in certain circumstances by @sei-jvessella in #15
Full Changelog: 0.1.8...0.1.9
v0.1.8
What's Changed
- Fix for situation where task could not be advanced. by @sei-jvessella in #14
Full Changelog: 0.1.7...0.1.8
v0.1.7
What's Changed
- Fix Museum Docking Area task advancement by @sei-jvessella in #13
Full Changelog: 0.1.6...0.1.7
v0.1.6
v0.1.5
What's Changed
- Demo JSON, automatic location unlock, comm event queue. by @sei-jvessella in #11
Full Changelog: 0.1.4...0.1.5