Skip to content

Releases: instill-ai/pipeline-backend

v0.43.0-beta

15 Oct 13:38
fe48e9e
Compare
Choose a tag to compare
v0.43.0-beta Pre-release
Pre-release

0.43.0-beta (2024-10-15)

Features

  • component: implement instill app features (#670) (6def4ac)
  • slack: allow posting messages as user or bot (#728) (7f35ca5)

Bug Fixes

  • hide preset pipelines in GET /pipelines endpoint (#733) (baa8919)
  • remove redundant message in streaming (#739) (50ce029)
  • text: filter out the empty chunk (#734) (4037ba6)
  • the InstillAcceptFormats doesn't works with collection component (#732) (3d1c053)

v0.42.2-beta

08 Oct 20:36
9702da4
Compare
Choose a tag to compare
v0.42.2-beta Pre-release
Pre-release

0.42.2-beta (2024-10-08)

Bug Fixes

  • fix he pipeline output streaming was not functioning properly (#723) (6ca5060)

v0.42.1-beta

08 Oct 17:37
f1cdbae
Compare
Choose a tag to compare
v0.42.1-beta Pre-release
Pre-release

0.42.1-beta (2024-10-08)

Bug Fixes

  • fix event for iterator input updates was not being sent (#721) (046d532)

v0.42.0-beta

08 Oct 13:24
2c29c7f
Compare
Choose a tag to compare
v0.42.0-beta Pre-release
Pre-release

0.42.0-beta (2024-10-08)

Features

  • document: repair pdf with libreoffice (#683) (b6a738f)
  • integration: add identity to OAuth connections (#699) (e2e9237)
  • merge worker into main process and optimize graceful shutdown mechanism (#713) (69b64a0)
  • universalai: add instill credit function for universal ai component (#680) (9ce10b5)
  • use explicit parameter for target namespace when cloning pipeline (#711) (ab2e3a6)
  • web: fix bug and add mock users' behaviours by chromedp (#701) (ca312fe)

Bug Fixes

  • component: use kebab-case for icon name (#703) (cd587e2)
  • document: catch the error if the bbox is out of boundary (#718) (4fe03e6)
  • fix the component render error was not being returned (#707) (931f067)
  • fix the wrong target namespace when cloning pipeline (#706) (75a757b)
  • integration: update GitHub scopes to read/write repository issues (#709) (c1cf4ce)
  • text: fix the bug about the list position (#712) (49aed28)

v0.41.3-beta

05 Oct 02:02
6a8ce63
Compare
Choose a tag to compare
v0.41.3-beta Pre-release
Pre-release
chore: adjust GODEBUG setting in Dockerfile

v0.41.2-beta

04 Oct 18:21
1516e52
Compare
Choose a tag to compare
v0.41.2-beta Pre-release
Pre-release
fix(component): use kebab-case for icon name (#703)

This commit

- use kebab-case for icon name

v0.41.1-beta

04 Oct 17:52
a578b4f
Compare
Choose a tag to compare
v0.41.1-beta Pre-release
Pre-release
feat(web): fix bug and add mock users' behaviours by chromedp (#701)

Because

- there is a handshake error
- the page we target to scrape is dynamic

This commit

- before full investigation about why there is a handshake issue, we use
curl to fetch the static content
- we add mock users' behaviours with scrolling down as a default

---------

Co-authored-by: Chang, Hui-Tang <[email protected]>

v0.41.0-beta

03 Oct 13:34
12e1102
Compare
Choose a tag to compare
v0.41.0-beta Pre-release
Pre-release

0.41.0-beta (2024-10-03)

Features

  • add range support for iterator implementation (#693) (47fafdd)
  • Add assignees and labels support for create issue task in GitHub component (#686) (c1c2517)
  • component: add scopes to OAuth integrations (#696) (8fd9149)
  • component: update contribution guidelines (#685) (6c42b71)
  • support map representation for range in iterator (#695) (956b1d1)

Bug Fixes

  • component: update source URL in component definition (#694) (90ad5ce)
  • the fallback mechanism for handling Instill Format with subtypes (#697) (9844756)

v0.40.0-beta

02 Oct 02:23
0ebaad8
Compare
Choose a tag to compare
v0.40.0-beta Pre-release
Pre-release

0.40.0-beta (2024-10-01)

Features

v0.39.1-beta

30 Sep 03:39
3c99a96
Compare
Choose a tag to compare
v0.39.1-beta Pre-release
Pre-release

0.39.1-beta (2024-09-30)

Features

  • integration: load only connections present in the recipe and just once (#671) (99fdbaf)

Bug Fixes

  • document: change code for component dependency (#676) (1f52488)
  • proto: remove protoc-gen-validate dependencies (#679) (5e51349)
  • streaming: close connection and purge workflow memory at the end of the trigger workflow (#672) (127a68e)
  • the output schema is incorrect when there is an indeterministic instillFormat (#677) (b4d5be4)

Miscellaneous Chores