Main new features:
Define and use pipeline parameters to adapt the behavior of a pipeline at runtime without redeployment.
Create Delta Configuration Packages to reduce the upload time for small changes in the Pipeline Package.
Streamline the entrypoint of the pipeline with the new entrypoint interface signature.
Use input type Object to receive Vision Connector payload via high-performance ZMQ connection.
Deprecated features:
none
Fixed issues:
Local pipeline does not fail anymore if a component has no requirements.txt.
deployment.convert_package() returns now with pathlib.Path instead of a string representation of the generated zip path.
deployment.Component.add_dependencies() does not duplicate packages in requirements.txt with different letter cases.
More consistent wording and formatting in project templates.