Skip to content

Releases: instill-ai/pipeline-backend

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

v0.47.0-beta

20 Nov 08:47
c1d26f8
Compare
Choose a tag to compare
v0.47.0-beta Pre-release
Pre-release

0.47.0-beta (2024-11-20)

Features

  • component: add support for event specifications (#837) (47a61cd)
  • component: implement run-on-event for Slack and GitHub component (#842) (1b6a569)
  • convert pdf to image concurrently (#818) (4c0ad97)
  • improve markdown chunking (#822) (af1a36a)
  • json: Support Rename Fields for JSON operator (#813) (093714e)
  • recipe: refactor run-on-event recipe structure (#835) (78ea418)
  • recipe: rename instill-format to format (#798) (80a9fc9)
  • service: implement PipelineErrorUpdated streaming event for pipeline errors (#846) (3156a5f)
  • vdp: integrate blob storage to vdp (#834) (5311549)
  • web: add input schema to improve web operator (#819) (f7e1fe9)

Bug Fixes

  • data: refactor numberData to support both float and integer types (#832) (cf27452)
  • document: fix bug about convert to image (#848) (a381c27)
  • fix bug about unit type (#826) (a89fdf7)
  • integration-test: maximize build space on image build & push (#823) (a439d22)
  • run: set pipeline run status as failed when component fails (#836) (70a5c52)
  • service: add MIME type detection in the backend binaryFetcher (#854) (f434b2b)
  • service: add missing nil check in includeIteratorComponentDetail() (#831) (9cb5e9e)
  • service: skip empty component definition in API response (#847) (d61b55e)
  • unit tests (#820) (717200c)
  • vdp: item does not contain the instill format, so we insert it (#858) (2d25401)
  • workflow: allow integration usage within iterator (#833) (c9bd169)

v0.46.0-beta

05 Nov 17:30
7e5d3de
Compare
Choose a tag to compare
v0.46.0-beta Pre-release
Pre-release

0.46.0-beta (2024-11-05)

Features

  • add condition field support for iterator (#803) (04b1252)
  • add markdowns per pages (#792) (3ee428e)
  • add resolution field (#808) (f15f6bf)
  • add task sync (#793) (41a1eeb)
  • component,audio: add TASK_DETECT_ACTIVITY and TASK_SEGMENT (#762) (9e92a31)
  • component,http: refactor restapi component to http component (#797) (c2b1862)
  • component: add error handling for missing conversation (#806) (54cc616)
  • component: inject global secrets as environment variables (#786) (8d842a6)
  • convert time type to string (#809) (7de8465)
  • googledrive: add the tasks for google drive (#725) (b6fe968)
  • integration: identify supported OAuth integrations through global secrets (#791) (5a96453)
  • minio: import updated minio package and add tag on file upload (#779) (ef86318)
  • revamp Instill Format (#774) (24153e2)
  • support length attribute for array data (#810) (fb4f4f7)
  • web: refactor the web operator (#772) (ae4e3c2)

Bug Fixes

  • component,image: fix missing show score draw (#801) (a405bf7)
  • fix bug not to return error if there is no app or conversation (#816) (a946cfd)
  • fix iterator upstream check (#794) (671971f)
  • run: add metadata retention handler (#800) (25ec0c2)
  • run: add namespace id in response (#811) (8d29ffb)
  • run: rename pipeline run columns and fix tests (#776) (98f1e00)
  • slack: correct link to OAuth config in documentation (#805) (aa0752d)

v0.45.3-beta

31 Oct 09:24
55f1b5d
Compare
Choose a tag to compare
v0.45.3-beta Pre-release
Pre-release
fix: fix iterator upstream check

v0.45.2-beta

29 Oct 04:19
97b677b
Compare
Choose a tag to compare
v0.45.2-beta Pre-release
Pre-release

0.45.2-beta (2024-10-29)

Features

Miscellaneous Chores

v0.45.1-beta

25 Oct 14:43
9bc6998
Compare
Choose a tag to compare
v0.45.1-beta Pre-release
Pre-release

0.45.1-beta (2024-10-25)

Features

  • component, video: implemented fractional fps value - fps as number, and added some debugging flags for ffmpeg (#765) (8a93442)
  • component: add support for streaming in the Anthropic and Mistral components (#781) (66f15fe)

Miscellaneous Chores

v0.45.0-beta

24 Oct 03:31
3c22e66
Compare
Choose a tag to compare
v0.45.0-beta Pre-release
Pre-release

0.45.0-beta (2024-10-23)

Features

  • run: add requester id in list pipeline run response (#770) (a89a03d)

v0.44.0-beta

22 Oct 07:25
b496f2a
Compare
Choose a tag to compare
v0.44.0-beta Pre-release
Pre-release

0.44.0-beta (2024-10-22)

Features

  • collection: add concat (#748) (04d1467)
  • compogen: improve Title Case capitalization (#757) (f956ead)
  • component: update documentation URL to component ID (#749) (d4083c2)
  • instillmodel: implement instill model embedding (#727) (17d88bc)
  • run: run logging data list by requester API (#730) (e1e844b)
  • slack: enable OAuth 2.0 integration (#758) (8043dc5)
  • standardize the tag naming convention (#767) (fd0500f)
  • web: refactor web operator (#753) (700805f)

Bug Fixes

  • groq: use credential-supported model in example (#752) (fc90435)
  • run: not return minio error in list pipeline run (#744) (4d0afa1)
  • whatsapp: fix dir name (#763) (029aef9)

v0.43.2-beta

16 Oct 02:23
710e4a1
Compare
Choose a tag to compare
v0.43.2-beta Pre-release
Pre-release

0.43.2-beta (2024-10-16)

Bug Fixes