Skip to content

Releases: CCXLV/fluxqueue

v0.3.2

27 Apr 20:24
0102120

Choose a tag to compare

What's Changed

  • docs: Remove benchmarks from README by @CCXLV in #137
  • docs: Update worker installation guides by @CCXLV in #138
  • docs: Fix typo and improve notes in docs by @CCXLV in #139
  • chore: Bump dependency versions by @CCXLV in #141

Full Changelog: v0.3.1...v0.3.2

worker-v0.3.2

27 Apr 20:33
0102120

Choose a tag to compare

chore: Bump dependency versions (#141)

* chore: Bump dependency versions

* Update uv.lock

* Bump versions

v0.3.1

05 Mar 20:49
c55a658

Choose a tag to compare

What's Changed

  • docs(release-notes): Update release notes by @CCXLV in #132
  • docs: Add Context API reference docs by @CCXLV in #133
  • chore(python): Improve type imports and task consistency by @CCXLV in #134
  • release: Version 0.3.1 by @CCXLV in #135

Full Changelog: v0.3.0...v0.3.1

worker-v0.3.1

05 Mar 20:45
c55a658

Choose a tag to compare

release: Version 0.3.1 (#135)

v0.3.0

01 Mar 17:23
d58f650

Choose a tag to compare

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

worker-v0.3.0

01 Mar 17:22
d58f650

Choose a tag to compare

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: worker-v0.2.1...worker-v0.3.0

v0.2.1

21 Feb 09:51
8cd20cd

Choose a tag to compare

What's Changed

  • docs: Move examples to docs by @CCXLV in #110
  • refactor: Move core to crates by @CCXLV in #111
  • refactor: Rename Rust core module by @CCXLV in #112
  • refactor(task): Improve task decorator type inference by @CCXLV in #113
  • release: v0.2.1 by @CCXLV in #115

Full Changelog: v0.2.0...v0.2.1

worker-v0.2.1

21 Feb 09:58
8cd20cd

Choose a tag to compare

release: v0.2.1 (#115)

v0.2.0

17 Feb 12:11
1bd4a54

Choose a tag to compare

What's Changed

  • Update get_functions.py script now it raises exception on duplication by @CCXLV in #78
  • Worker v0.2.0-beta.2 by @CCXLV in #79
  • Add logs after task finishes by @CCXLV in #80
  • Worker v0.2.0-beta.3 by @CCXLV in #81
  • Fix executors heartbeat flaw on startup by @CCXLV in #82
  • Update way of running async task functions by @CCXLV in #83
  • Add python version badges in README and add classisifers, keywords in pyproject.toml by @CCXLV in #84
  • Make some text more clear in README by @CCXLV in #85
  • docs: refine README by @CCXLV in #86
  • docs: fix typo in README by @CCXLV in #87
  • docs: Add how it works documentation by @CCXLV in #88
  • revert: how it works documentation by @CCXLV in #89
  • tests: Add unit and integration tests by @CCXLV in #90
  • tests: Add pnpm installation in tests workflow by @CCXLV in #91
  • docs: Add tests status in readme by @CCXLV in #92
  • tests: Fix test_path_to_module_path to test on windows by @CCXLV in #93
  • support: Add support for windows and macos by @CCXLV in #94
  • chore: Bump worker version to 0.2.0-beta.4 by @CCXLV in #95
  • fix: release-worker.yml by @CCXLV in #96
  • fix: if checks inrelease-workflow.yml by @CCXLV in #97
  • fix: yet another release-workflow file fix by @CCXLV in #98
  • fix: Fix workflows by @CCXLV in #99
  • fix: release-worker target passing by @CCXLV in #100
  • fix: build-worker workflow file by @CCXLV in #101
  • fix: pypi publish workflow by @CCXLV in #102
  • release: Version 0.2.0 by @CCXLV in #103
  • chore: Remove todo from the worker by @CCXLV in #104
  • fix: Publish to PyPI workflow by @CCXLV in #105
  • fix: publish.yml by @CCXLV in #106
  • fix: License name in pyproject.toml by @CCXLV in #107
  • chore: Update pyproject description by @CCXLV in #108
  • fix: pyproject classifiers by @CCXLV in #109

Full Changelog: v0.2.0b1...v0.2.0

worker-v0.2.0

17 Feb 10:54
5bd98fc

Choose a tag to compare

What's Changed

  • Fix executors heartbeat flaw on startup by @CCXLV in #82
  • Update way of running async task functions by @CCXLV in #83
  • Add python version badges in README and add classisifers, keywords in pyproject.toml by @CCXLV in #84
  • Make some text more clear in README by @CCXLV in #85
  • docs: refine README by @CCXLV in #86
  • docs: fix typo in README by @CCXLV in #87
  • docs: Add how it works documentation by @CCXLV in #88
  • revert: how it works documentation by @CCXLV in #89
  • tests: Add unit and integration tests by @CCXLV in #90
  • tests: Add pnpm installation in tests workflow by @CCXLV in #91
  • docs: Add tests status in readme by @CCXLV in #92
  • tests: Fix test_path_to_module_path to test on windows by @CCXLV in #93
  • support: Add support for windows and macos by @CCXLV in #94
  • chore: Bump worker version to 0.2.0-beta.4 by @CCXLV in #95
  • fix: release-worker.yml by @CCXLV in #96
  • fix: if checks inrelease-workflow.yml by @CCXLV in #97
  • fix: yet another release-workflow file fix by @CCXLV in #98
  • fix: Fix workflows by @CCXLV in #99
  • fix: release-worker target passing by @CCXLV in #100
  • fix: build-worker workflow file by @CCXLV in #101
  • fix: pypi publish workflow by @CCXLV in #102
  • release: Version 0.2.0 by @CCXLV in #103
  • chore: Remove todo from the worker by @CCXLV in #104

Full Changelog: worker-v0.2.0-beta.3...worker-v0.2.0