Skip to content

v0.3.0

Choose a tag to compare

@CCXLV CCXLV released this 01 Mar 17:23
· 10 commits to main since this release
d58f650

What's Changed

  • refactor: Move function calls to dispatcher by @CCXLV in #116
  • perf: Speed up executor startup by @CCXLV in #117
  • chore: Make startup logs more clear by @CCXLV in #118
  • docs: Make examples better by @CCXLV in #119
  • feat(context): Add contexts subclasses feature by @CCXLV in #114
  • docs: Fix worker installation in README by @CCXLV in #120
  • chore(deps): Bump pyo3 versions by @CCXLV in #121
  • docs: Improve client docstrings by @CCXLV in #122
  • fix: Fix tasks with the base Context class by @CCXLV in #123
  • chore: Some fixes and updates by @CCXLV in #124
  • fix(context): Disallow _Context as context name by @CCXLV in #125
  • docs(task): Improve _run_async_task docstring for clarity by @CCXLV in #126
  • Revert "fix(context): Disallow _Context as context name" by @CCXLV in #127
  • feat(worker): Add client library version check before worker initialization by @CCXLV in #128
  • fix(worker): Fix client library version check for older workers by @CCXLV in #129
  • tests: Add tests to cover the context feature by @CCXLV in #130
  • docs: Update docs for v0.3.0 by @CCXLV in #131

Full Changelog: v0.2.1...v0.3.0