Releases: CCXLV/fluxqueue
Releases · CCXLV/fluxqueue
v0.3.2
worker-v0.3.2
chore: Bump dependency versions (#141) * chore: Bump dependency versions * Update uv.lock * Bump versions
v0.3.1
worker-v0.3.1
release: Version 0.3.1 (#135)
v0.3.0
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
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
worker-v0.2.1
release: v0.2.1 (#115)
v0.2.0
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
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