3.13.3 — kwargs passthrough introduced (factories required to pass all kwargs on).
3.13.4 — rolled back passing name and context (when None) to avoid breaking backwards compatibility with 3.13.3, while still passing on other arbitrary keyword arguments Python. name is no longer passed to task factories, and context isn't passed when it's None.
3.14 — all kwargs are now passed on, and the eager_start parameter works with eager task factories Python.
3.13.3 — kwargs passthrough introduced (factories required to pass all kwargs on).
3.13.4 — rolled back passing name and context (when None) to avoid breaking backwards compatibility with 3.13.3, while still passing on other arbitrary keyword arguments Python. name is no longer passed to task factories, and context isn't passed when it's None.
3.14 — all kwargs are now passed on, and the eager_start parameter works with eager task factories Python.