Skip to content

@instill-ai/toolkit: v0.110.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@droplet-bot droplet-bot released this 05 Nov 17:34
ae051d1

0.110.0 (2024-11-05)

Features

  • catalog: add notification while file is being deleted (#1584) (43d1d2e)
  • catalog: add Requester UID to example code in Ask and Retrieve pages (#1574) (4f7b837)
  • catalog: migrate API calls to sdk CatalogClient (#1572) (a305c98)
  • integration: add google-drive integration (#1569) (09eee30)
  • make the sdk e2e test mark every queryParam as required (#1577) (99c16a2)
  • remove vdp-sdk and rename it to sdk-helper (#1568) (cfcd5ae)
  • replace vdp-sdk/model with instill-sdk (#1566) (014f3ae)
  • replace vdp-sdk/organization with instill-sdk (#1564) (2742cc7)
  • retire name parameter in the pipeline related endpoint (#1575) (533e757)
  • retire name parameter of token related endpoints (#1582) (0de03b3)
  • retire name parameter on credit related endpoint (#1580) (d1e29b9)
  • retire name parameter on integration related endpoint (#1581) (4b9c21a)
  • revamp catalog sdk and its react-query (#1578) (a8901bd)
  • support document format for pipeline input and output (#1586) (8f5c581)

Bug Fixes

  • artifact: fix Artifact File details markdown format (#1570) (d67e6c0)
  • catalog: disable clone button if namespace is full (#1592) (e8e33b3)
  • catalog: fix remove floating tooltip from card (#1573) (0824467)
  • catalog: start file upload progress tracking immediately after uploading files (#1587) (0f57e88)
  • fix and adapt new dashboard endpoint (#1594) (e043500)
  • fix cant clone pipeline from pipeline list page (#1567) (d9945a9)
  • fix list pipeline's query key is not present, and catalog fileUid issue (#1588) (8cae285)
  • fix pipeline is new flag not present issue (#1583) (fb4ebc1)
  • fix pipeline preview is wrong when reference the component in the same iterator (#1589) (48cde51)

Miscellaneous