pipeline-backend
pipeline-backend copied to clipboard
⇋ A REST/gRPC server for Instill VDP API service
Because - CI tests in https://github.com/instill-ai/pipeline-backend/pull/888 failed despite running fine locally. This commit - Addresses tests changes separately to investigate CI without blocking the 1-min to impact initiative. Part of...
Because - there are breaking change in instill model This commit - migrate the instill model component - migrate the existing pipelines Note - QA in the Linear threads -...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
:robot: I have created a release *beep* *boop* --- ## [0.61.1](https://github.com/instill-ai/pipeline-backend/compare/v0.61.0...v0.61.1) (2025-11-18) ### Features * **component,data,artifact:** update instillartifact component to latest protobuf ([#1139](https://github.com/instill-ai/pipeline-backend/issues/1139)) ([4c1f508](https://github.com/instill-ai/pipeline-backend/commit/4c1f50807b2220fc67a926f6c91ab7414ccb0ace)) * **data:** add WebM audio support...
Because - all backends should share the `x/minio` package for accessing MinIO for blob operations. This commit - refactors the codebase to adopt the `x/minio` package.