Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v2.2.5

- The [task][fluid.scheduler.task] decorator accepts an `env` mapping of extra
environment variables, injected into the subprocess for CPU-bound tasks and
forwarded to the container for tasks dispatched as Kubernetes Jobs.
([#90](https://github.com/quantmind/aio-fluid/pull/90))

## v2.2.4

Bug-fix release for the task scheduler.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aio-fluid"
version = "2.2.4"
version = "2.2.5"
description = "Tools for backend python services"
authors = [
{ name = "Luca Sbardella", email = "luca@quantmind.com" },
Expand Down
3 changes: 2 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading