From 2e1117d10e3647a0598f2dd2e83ecc758df66291 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 18 Nov 2025 07:19:37 +0000 Subject: [PATCH] chore(main): release 0.61.1 --- CHANGELOG.md | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ff7ed53..a73bcf450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [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 and improve constant naming ([#1142](https://github.com/instill-ai/pipeline-backend/issues/1142)) ([bd4e10e](https://github.com/instill-ai/pipeline-backend/commit/bd4e10e5b8c3582f74b6b17d5c0697b145fa17ab)) + + +### Bug Fixes + +* **document:** resolve audio/video format conversion and HTML-to-PDF issues ([#1141](https://github.com/instill-ai/pipeline-backend/issues/1141)) ([683de3a](https://github.com/instill-ai/pipeline-backend/commit/683de3a3f25c536130b1ee0cbbf2de7c6bccff46)) +* **worker:** prevent concurrent map access race condition ([#1143](https://github.com/instill-ai/pipeline-backend/issues/1143)) ([e24a0b6](https://github.com/instill-ai/pipeline-backend/commit/e24a0b676ee7f4ad124b68f73450dad93aad7af7)) + ## [0.61.0](https://github.com/instill-ai/pipeline-backend/compare/v0.60.0...v0.61.0) (2025-10-07) diff --git a/release-please/manifest.json b/release-please/manifest.json index c11d4bc22..2ad97f6e6 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.61.0" + ".": "0.61.1" }