Releases: pipeless-ai/pipeless
Releases · pipeless-ai/pipeless
core-v0.1.11-alpha
What's Changed
- feat(core): Load plugins before worker is ready by @miguelaeh in #34
Full Changelog: cli-v0.1.9-alpha...core-v0.1.11-alpha
cli-v0.1.10-alpha
- Update Drawing Plugin to version
0.1.1
. Fixes type error when providing a confidence threshold.
cli-v0.1.9-alpha
What's Changed
- Add YOLOv8 plugin by @miguelaeh
- Add Drawing plugin by @miguelaeh
- feat(examples): Add YOLO example by @miguelaeh in #33
Full Changelog: cli-v0.1.8-alpha...cli-v0.1.9-alpha
plugins-v0.1.1
Deprecate plugins package in favor of the plugin system
core-v0.1.10-alpha
This release adds support for the new plugin system to the core
What's Changed
- feat(plugins): Rewrite plugin system in #31
- Delete old plugin package by @miguelaeh in #32
cli-v0.1.8-alpha
This is the first version using the new plugin system
What's Changed
- feat(plugins): Rewrite plugin system by @miguelaeh in #31
- Delete old plugin package by @miguelaeh in #32
core-v0.1.9-alpha
What's Changed
- feat(core,cli): Replace context by class variables by @miguelaeh in #30
Full Changelog: core-v0.1.8-alpha...core-v0.1.9-alpha
cli-v0.1.7-alpha
What's Changed
- feat(core,cli): Replace context by class variables by @miguelaeh in #30
core-v0.1.8-alpha
What's Changed
- fix(core): Do not require out address if output is disabled by @miguelaeh in 41e7ea2
- feat(core): Allow to disable video output by @miguelaeh in #27
plugins-v0.1.0
feat(workflows): Add plugins publishing workflow Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>