Skip to content

1.4.1

Compare
Choose a tag to compare
@jykob jykob released this 02 Nov 20:00
· 32 commits to main since this release

What's Changed

Tasks exceptions

Before exceptions raised inside tasks would pass silently.

Errors should never pass silently.
-- The Zen of Python

Tasks that exit with an exception will log the exception when TSBot cleans up the task
PR: #56

Better default ports

Raw connection type would require you to set port manually.
If you don't configure the port, TSBot will infer the port from the protocol.
PR: #57

Full Changelog: 1.4.0...1.4.1