Skip to content

v0.42.0 - Replacing event source with web sockets

Latest

Choose a tag to compare

@neph1 neph1 released this 29 Nov 15:34
90fab26

As part of a modernization of the user experience, the legacy event source api has been replaced by web sockets. This is a "breaking change", as in requiring updating requirements.

There is a new wizard command, !restart_story, which I guess doesn't need any further explanation (run with --wizard to enable commands).

The command prompt in the web ui will now be disabled while waiting for the server to respond.

There is now a dungeon underneath The Prancing Llama. Something I have envisioned since the start of development.

Consider the new API a bit experimental. If you encounter problems, roll back to v0.41.1 (and please report the issue).

What's Changed

  • Add WebSocket support to browser IO using FastAPI by @Copilot in #126
  • Add !reset_story wizard command to restart story without server restart by @Copilot in #128
  • Remove EventSource-based WSGI API from IF mode by @Copilot in #131
  • update v0.42.0 by @neph1 in #129

Full Changelog: v0.41.1...v0.42.0