Skip to content

Releases: instill-ai/pipeline-backend

v0.57.0

16 Jul 01:09
a11dd42
Compare
Choose a tag to compare

0.57.0 (2025-07-16)

Features

  • artifact: add file UID param in retrieval task (#1046) (df241f5)
  • component: retire openai.v1 and universal-ai component (#1042) (d332bbe)
  • external: support new blob-url path in artifactBinaryFetcher (#1037) (11a5d16)
  • otel: integrate OTEL using gRPC interceptor (#1050) (70edddd)

Bug Fixes

  • external: use URLEncoding to decode blob URL (#1047) (893cf5b)
  • init: remove components from the database if they no longer exist in the definition list (#1049) (82fe19d)

Miscellaneous

Refactor

v0.56.0

02 Jul 01:11
dfe3d0c
Compare
Choose a tag to compare

0.56.0 (2025-07-01)

Features

Bug Fixes

  • component,document: fix the wrong python script output parsing (#1031) (b306708)
  • Dockerfile: correct serviceVersion injection (#1036) (61573ac)
  • document: make Python scripts fail silently on document-to-markdown conversion (#1032) (8b97006)

Miscellaneous

v0.55.2

23 Jun 15:06
v0.55.2
67cdb9e
Compare
Choose a tag to compare
v0.55.2 Pre-release
Pre-release

fix(document): make Python scripts fail silently on document-to-markdown conversion

Full Changelog: v0.55.1...v0.55.2

v0.55.1

21 Jun 14:17
a52b13b
Compare
Choose a tag to compare
v0.55.1 Pre-release
Pre-release
fix(component,document): fix the wrong python script output parsing

v0.55.0

18 Jun 01:07
88e0fb4
Compare
Choose a tag to compare

0.55.0 (2025-06-18)

Bug Fixes

  • component,http: fix incorrect marshaling in the request body (#1022) (1f19681)
  • component,openai: resize the image before sending to OpenAI (#1020) (0a65d6b)

Miscellaneous

Documentation

v0.54.0-rc

06 Jun 09:46
5254cbe
Compare
Choose a tag to compare
v0.54.0-rc Pre-release
Pre-release

0.54.0-rc (2025-06-06)

Features

  • iterator: execute elements in iterator concurrently (#1014) (25b3a35)

v0.53.0-beta

03 Jun 07:23
4f5aa58
Compare
Choose a tag to compare
v0.53.0-beta Pre-release
Pre-release

0.53.0-beta (2025-06-03)

Features

  • temporal: propagate request metadata to Temporal headers (#1009) (0e90a99)

Bug Fixes

  • worker: catch the error when creating Temporal session failed (#1011) (d238d3b)

v0.52.5-beta

20 May 12:12
00b1e34
Compare
Choose a tag to compare
v0.52.5-beta Pre-release
Pre-release

0.52.5-beta (2025-05-14)

Bug Fixes

  • component-run: set component status when execution failed (#1008) (2addf5b)
  • component,audio: fix wrong instill type (#1005) (b999cf4)

v0.52.4-beta

24 Apr 14:29
e3ce49a
Compare
Choose a tag to compare
v0.52.4-beta Pre-release
Pre-release

0.52.4-beta (2025-04-24)

Bug Fixes

  • component,openai: remove response format check (#1003) (c6d02eb)

v0.52.3-beta

24 Apr 07:19
af62681
Compare
Choose a tag to compare
v0.52.3-beta Pre-release
Pre-release

0.52.3-beta (2025-04-24)

Bug Fixes

  • component,artifact: remove duplicated connection close (#1001) (6e98c0e)