This release focused on:
- a new & improved replacement for
schedule_job
. - better code-gen via CLI, generating more of the contextual code automatically if so desired.
The older schedule_job
implementation has been rebased on top of the new job
, and marked as deprecated.
It will be likely removed with v0.3.1
. Before that, all tests and examples will need to be ported over the new interface.
In terms of features, aside from making jobs easier to handle, it exposes the interface to directly send and received blobs instead of just using filenames.
This is to ensure any upstream or downstream code can easily change the raw images with libraries like sharp
, without having to embed it as a forced dependency of comfybun .