Skip to content

Releases: instill-ai/pipeline-backend

v0.34.2-beta

05 Aug 02:07
0234781
Compare
Choose a tag to compare
v0.34.2-beta Pre-release
Pre-release
feat: use pdf2md in document operator

Because:

- The `pdf2md` provide a better result for PDF to Markdown conversion.

This commit:

- Includes `pdf2md` in Dockerfile.
- Updates component package.

v0.34.1-beta

31 Jul 17:34
29cb813
Compare
Choose a tag to compare
v0.34.1-beta Pre-release
Pre-release

0.34.1-beta (2024-07-31)

Bug Fixes

  • fix pipeline profile image (9641b3c)

Miscellaneous Chores

v0.34.0-beta

31 Jul 09:39
05b05e7
Compare
Choose a tag to compare
v0.34.0-beta Pre-release
Pre-release

0.34.0-beta (2024-07-31)

Features

  • add ffmpeg for audio operator (#558) (e1536fc)
  • add ffmpeg-go package for video operator (#560) (db98471)
  • add requester information to pipeline metrics (#556) (7c3cc3c)
  • implement fuzzy search for namespace and pipeline ID (#563) (9cf8fa5)
  • implement namespace endpoints (#561) (5920f69)
  • support run-on-event/schedule pipeline (#571) (19730cf)
  • text: add libreoffice to container (#555) (2410b4b)
  • use explicit user_id and organization_id in mgmt request (#559) (2b273b4)

Bug Fixes

v0.33.0-beta

19 Jul 08:41
8815463
Compare
Choose a tag to compare
v0.33.0-beta Pre-release
Pre-release

0.33.0-beta (2024-07-19)

Bug Fixes

  • parse end-user errors on stream trigger endpoint (#551) (3ae2432)

Miscellaneous Chores

v0.32.1-beta

17 Jul 13:14
f03bf2a
Compare
Choose a tag to compare
v0.32.1-beta Pre-release
Pre-release

0.32.1-beta (2024-07-17)

Bug Fixes

  • fix pageToken not working when ordering by certain fields (#552) (c7821e5)

v0.32.0-beta

16 Jul 10:11
d4903eb
Compare
Choose a tag to compare
v0.32.0-beta Pre-release
Pre-release

0.32.0-beta (2024-07-16)

Features

  • add profile_image and several profile fields for pipeline (#544) (f628efd)
  • inject single usage handler creator in components (#541) (ccfdfbe)
  • Intermediate Result Streaming for User Pipelines (#534) (c8be9a0)
  • prevent users from tagging pipelines with a reserved tag (#545) (29cdaed)
  • users can create and update tags by updating pipeline (#497) (54aded8)

Bug Fixes

  • return end-user error on component execution failure (#543) (a4afad0)

Miscellaneous Chores

v0.31.0-beta

02 Jul 16:20
fbabc1c
Compare
Choose a tag to compare
v0.31.0-beta Pre-release
Pre-release

0.31.0-beta (2024-07-02)

Features

  • allow user to store recipe in YAML format (#524) (41bed7f)
  • check trigger permissions when impersonating an organization (#527) (8da41fe)
  • download preset pipelines from Instill Cloud (#531) (0ec3026)
  • refactor pipeline clone endpoints (#529) (97d78b0)
  • support case-insensitive search for pipelines and components (#536) (23cb39d)

Bug Fixes

  • block user saving secret fields as plaintext in pipeline (#537) (1e16d7f)
  • prevent a crash in Console caused by an empty map in iterator (#533) (3a645d4)

v0.30.1-beta

21 Jun 00:31
990aa82
Compare
Choose a tag to compare
v0.30.1-beta Pre-release
Pre-release

0.30.1-beta (2024-06-21)

Miscellaneous Chores

v0.30.0-beta

19 Jun 06:47
ff58c58
Compare
Choose a tag to compare
v0.30.0-beta Pre-release
Pre-release

0.30.0-beta (2024-06-19)

Features

  • endpoints: use camelCase for filter and orderBy query strings (#517) (116467e)
  • render secret value when using dynamic definition (#509) (44eaacb)
  • store recipe as YAML (#515) (4690835)
  • use camelCase for HTTP body (#512) (7cdce38)

Bug Fixes

  • improve pipeline usage error messages (#513) (ff4b631)
  • resolve the issue with the component condition not working (#518) (fa27de1)

Miscellaneous Chores

v0.29.2-beta

12 Jun 02:05
f9a1d47
Compare
Choose a tag to compare
v0.29.2-beta Pre-release
Pre-release

0.29.2-beta (2024-06-12)

Features

  • return dynamic component definition in definition endpoints (#510) (1483148)

Miscellaneous Chores