Skip to content

v2.6.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 23 May 16:16
· 42 commits to main since this release
53d307b

Minor version changes

  • Add Sendable conformance to all relevant public symbols. PR #104

Patch version changes

  • When adding Task, don't call EventLoop.submit if already running on the event loop. PR #107

Other changes

  • Add API breaking change GH Action to run on all Pull Requests. PR #103
  • Use async tests to test async versions of interface, instead of wrapping them in a Task.
  • Add devcontainer.json to run inside docker-compose image on VSCode, with mosquitto already setup. PR #109