Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.61.0"
".": "0.61.1"
}
Loading