Skip to content

Releases: instill-ai/pipeline-backend

v0.49.1-beta

23 Dec 14:13
2ffa39a
Compare
Choose a tag to compare
v0.49.1-beta Pre-release
Pre-release

0.49.1-beta (2024-12-23)

Features

  • component,video: add task to embed audio to video (#939) (1aa40c2)

Bug Fixes

  • component,github: fix data structs (#944) (804e56a)
  • mod: update golang.org/x/net module to fix vulnerability issue (a2db7de)

Miscellaneous Chores

v0.49.0-beta

17 Dec 10:21
97307f8
Compare
Choose a tag to compare
v0.49.0-beta Pre-release
Pre-release

0.49.0-beta (2024-12-17)

Features

  • pipeline: add blob expiration time to run logs (#938) (fa7ef0e)

v0.48.5-beta

11 Dec 15:00
eb84ce3
Compare
Choose a tag to compare
v0.48.5-beta Pre-release
Pre-release

0.48.5-beta (2024-12-11)

Features

Bug Fixes

  • trigger: add component intermediate data in the trigger stream/response (#932) (2077ae7)
  • trigger: resolve issue where default value for number cannot be an integer (#933) (134032a)

Miscellaneous Chores

v0.48.4-beta

09 Dec 15:24
e4e36d8
Compare
Choose a tag to compare
v0.48.4-beta Pre-release
Pre-release

0.48.4-beta (2024-12-09)

Features

  • pinecone: Add rerank task for Pinecone component (#773) (e1fd611)
  • vdp: upload raw inputs for run log (#904) (960f4c2)

Bug Fixes

  • component,http: fix the request body marshalling (#928) (b47cc71)

Miscellaneous Chores

v0.48.3-beta

04 Dec 07:11
b9298e5
Compare
Choose a tag to compare
v0.48.3-beta Pre-release
Pre-release

0.48.3-beta (2024-12-04)

Bug Fixes

v0.48.2-beta

04 Dec 05:53
56c2d38
Compare
Choose a tag to compare
v0.48.2-beta Pre-release
Pre-release

0.48.2-beta (2024-12-04)

Features

Miscellaneous Chores

v0.48.1-beta

03 Dec 15:40
46f71b5
Compare
Choose a tag to compare
v0.48.1-beta Pre-release
Pre-release

0.48.1-beta (2024-12-03)

Features

  • compogen: add {{}} case for compogen (#913) (b976387)

Bug Fixes

  • workflow: fix wrong component id in SchedulePipelineWorkflow (#916) (934dc3d)

Miscellaneous Chores

v0.48.0-beta

03 Dec 09:46
78d11c8
Compare
Choose a tag to compare
v0.48.0-beta Pre-release
Pre-release

0.48.0-beta (2024-12-03)

Features

  • component,data,base: enhance component features (#885) (68b396f)
  • component,googlesheet: implement the Google Sheet component (#878) (8a0ab93)
  • component,instillapp: remove instill-app component (#911) (4a7c970)
  • component,openai: support streaming for o1-mini and o1-preview models (#882) (367e957)
  • component,schedule: introduce the schedule component (#900) (9582942)
  • connection: add lookup connection endpoint (#888) (86bffe8)
  • data: add support for default value in instill Go tag (#891) (b9c2d05)
  • leadiq: implement leadiq component (#874) (78c2ec7)
  • perplexity: add perplexity component (#861) (1fc7dbe)
  • recipe: separate the template and the rendered value for input and setup (#886) (3ec3dd6)
  • recipe: support required attribute for variable (#901) (da7f0e9)
  • service: add the file extension to the output filename (#873) (22b92b0)
  • service: trigger latest release version for pipeline with run-on-event setting (#896) (0b1c071)
  • smartlead: implement smartlead (#879) (f6baf2a)
  • text: improve markdown chunking (#889) (d48b3ec)
  • trigger: accept connection references in the pipeline trigger data (#883) (937bd01)
  • trigger: enable optional values for variables (#884) (187f5fd)
  • vdp: skip google drive for cloud version (#899) (5089397)

Bug Fixes

  • ci: use xk6-sql driver and pin down versions (#876) (1f64d6c)
  • component,openai: enable the use of system messages with chat history (#905) (ef3e66f)
  • leadiq, smartlead: change field to optional (#892) (9bd995d)
  • web: fix url and markdown position (#893) (af8f412)

v0.47.3-beta

26 Nov 02:00
20bab6f
Compare
Choose a tag to compare
v0.47.3-beta Pre-release
Pre-release
feat(service): add file extension in output filename

v0.47.2-beta

21 Nov 18:11
5086140
Compare
Choose a tag to compare
v0.47.2-beta Pre-release
Pre-release

0.47.2-beta (2024-11-21)

Bug Fixes

  • github: fix time format bug (#866) (94edc7c)
  • migration: add array index check for migration 36 (03bbf91)

Miscellaneous Chores