Releases: instill-ai/pipeline-backend
Releases · instill-ai/pipeline-backend
v0.43.0-beta
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
v0.42.2-beta
0.42.2-beta (2024-10-08)
Bug Fixes
v0.42.1-beta
0.42.1-beta (2024-10-08)
Bug Fixes
v0.42.0-beta
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
chore: adjust GODEBUG setting in Dockerfile
v0.41.2-beta
fix(component): use kebab-case for icon name (#703) This commit - use kebab-case for icon name
v0.41.1-beta
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
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
v0.40.0-beta
v0.39.1-beta
0.39.1-beta (2024-09-30)
Features
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
- release v0.39.1-beta (86507bb)