Skip to content

Releases: instill-ai/pipeline-backend

v0.61.0

07 Oct 15:12
3344938

Choose a tag to compare

0.61.0 (2025-10-07)

Features

  • component,ai,gemini: add image generation support (#1122) (d986614)
  • component,ai,gemini: add multimedia support with unified format… (#1114) (291b379)
  • component,ai,gemini: add text embeddings task support (#1129) (d7ca6cf)
  • component,ai,gemini: enhance streaming to output all fields (#1106) (dfb6b24)
  • component,ai,gemini: implement automatic format conversion for unsupported media types (#1128) (f767b8a)
  • component,ai,gemini: implement File API support for large files… (#1118) (b51c8f4)
  • data: add comprehensive AVIF image format support (#1135) (76d6941)
  • data: add HEIC/HEIF image support and normalize MIME types (#1127) (2dfa254)
  • data: enhance unmarshaler with JSON string to struct conversion (#1116) (9e06b7c)
  • data: implement time types support with pattern validation (#1115) (79630c0)

Bug Fixes

  • compogen: escape curly braces for readme.com compatibility (#1124) (904992d)
  • component,ai,gemini: add operation validation for cache task (#1130) (9e19255)
  • component,ai,gemini: correct text-based documents logic (#1103) (ed5a111)
  • component,ai,gemini: unify InlineData processing and enable images in streaming responses (#1125) (3117046)
  • component,document: fix incorrect expected value in the unit test (#1138) (189dbd6)
  • data: remove duplicate dot in generated filenames (#1136) (0a74a00)
  • external: fix Content-Disposition header parsing for filename extraction (#1132) (869b081)
  • service: handle null JSON metadata in pipeline conversion (#1134) (b244784)
  • text: correct positions on duplicate markdown chunks (#1120) (1b4cd1f)
  • usage: add missing error filtering for users/admin (#1119) (cd1bd55)

Miscellaneous

Refactor

  • component,ai,gemini: merge usage and usage-metadata fields into single usage field (#1126) (a6046cd)
  • component,ai.gemini: standardize file api timeout and use native embedding type (#1133) (174f7d6)
  • component,generic,http: move test functions to test files and improve code legibility (#1131) (1153a09)
  • component,generic,http: replace env-based URL validation with constructor injection (#1121) (f1f7d2f)

Tests

  • component,generic,http: replace external httpbin.org dependency with local test server (#1101) (a82d155)

v0.60.0

18 Sep 16:09
7309494

Choose a tag to compare

0.60.0 (2025-09-18)

Features

  • artifact: expose chunk file reference in search task (#1085) (39bbe95)
  • component,ai: add Gemini integration (#1088) (cea127a)
  • component,cohere: add rerank indexes in the response (#1087) (fe6366a)

Bug Fixes

  • compogen: remove redundant escape characters (#1089) (9d21061)
  • component,ai,instillmodel: fix outdated data struct (#1095) (c81f59c)
  • component,ai,instillmodel: resolve panics and test failures (#1100) (34fc930)
  • recipe: support nil, null, undefined for condition field (#1091) (a249070)
  • usage: treat input rendering error as fatal (#1098) (06c8025)

Miscellaneous

Documentation

Refactor

  • component,ai,gemini: enhance document processing with text … (#1097) (38639c6)

Tests

v0.59.2

09 Sep 08:40
d45c8b0

Choose a tag to compare

0.59.2 (2025-09-09)

Miscellaneous

  • component-run: make input and output blob paths consistent (#1079) (58a01dc)
  • x: update x to v0.10.0-alpha (#1081) (6fae5fa)

v0.59.1

02 Sep 01:46
6ee9a77

Choose a tag to compare

0.59.1 (2025-09-02)

Bug Fixes

Documentation

v0.59.0

26 Aug 07:24
b0a0630

Choose a tag to compare

0.59.0 (2025-08-26)

Features

  • artifact: allow search and query tasks to filter by several files (#1069) (8b212fe)
  • minio: use new bucket names (#1071) (c40fbed)

Bug Fixes

v0.58.4

12 Aug 09:25
b136d10

Choose a tag to compare

0.58.4 (2025-08-08)

Features

  • component,openai: add reasoning-effort and verbosity fields (#1067) (d2f0f87)

v0.58.3

07 Aug 11:55
a1a4d2b

Choose a tag to compare

0.58.3 (2025-08-07)

Bug Fixes

  • component,googlesheets: fix the wrong cell type (#1065) (3ee8ba8)

v0.58.2

07 Aug 04:05
a51c341

Choose a tag to compare

0.58.2 (2025-08-07)

Features

  • temporal: remove Temporal namespace initialization (#1059) (c940fa0)

Bug Fixes

  • component,googlesheets: fix the wrong cell positions (#1064) (d4de9e4)

v0.58.1

04 Aug 13:17
071f6fe

Choose a tag to compare

0.58.1 (2025-08-04)

Features

  • component,perplexity: adopt latest perplexity API (#1060) (bc8a2b0)

v0.58.0

31 Jul 08:48
438f809

Choose a tag to compare

0.58.0 (2025-07-31)

Bug Fixes

  • cmd: move Temporal namespace creation to cmd/init (#1053) (11c6847)
  • component: fix missing propagation of original request header instill-artifact component (#1056) (2b9f265)

Miscellaneous