Skip to content

0.1 Beta Release 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathanhliu21 jonathanhliu21 released this 21 Dec 18:42

Previous version: 0.1b0

IMPORTANT: BREAKING changes from previous version:

  • Updated CLI - see CLI docs to view how the CLI now works. Previous commands may not work.
  • Updated reconnect() method; reconnects using ports provided in __init__() method rather than providing a port.

Changes from previous version:

  • Fixed #63 by making 404 handling default behavior
  • Made IO thread in BaseConnection abstract
  • Added new endpoint /connection_state, getting some properties of the Connection object, addressing #60
  • Added option to remove 0.01 second delay at end of IO thread, addressing #68
  • exception in BaseConnection and Connection objects is now DEPRECATED
  • Added disconnect handling in server (reconnects automatically, responds with 500 when disconnected)
  • Cleaned up typing in source code