Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Releases: instill-ai/connector

v0.14.0-beta

12 Mar 09:15
4bb39ae
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release

0.14.0-beta (2024-03-12)

Features

  • add description field to connectors (#133) (00178f4)
  • adopt the new GetConnectorDefinition function interface (#135) (140fe8f)
  • huggingface: mark "model" field as required (#136) (f6c0087)

v0.13.0-beta

29 Feb 05:36
46c16b3
Compare
Choose a tag to compare
v0.13.0-beta Pre-release
Pre-release

0.13.0-beta (2024-02-29)

Features

  • openai: change default value for response_format (#132) (ef305c9)

Bug Fixes

  • add missing array: instillFormat in connector output (#129) (7837a98)

v0.12.0-beta

16 Feb 05:57
45e9869
Compare
Choose a tag to compare
v0.12.0-beta Pre-release
Pre-release

0.12.0-beta (2024-02-16)

Features

  • restapi: use instillFormat: semi-structured/json for request and response body (#126) (53606c1)
  • set component versions to 0.1.0-alpha (#123) (81af1d5)
  • store icons next to the component definition (#122) (c67fc89)

Bug Fixes

  • instill: fix auth issue (#128) (9908b3a)
  • pinecone: fix issue that pinecone's icon padding is too big (#127) (d27697e)

v0.11.0-beta

30 Jan 16:08
7059b5b
Compare
Choose a tag to compare
v0.11.0-beta Pre-release
Pre-release

0.11.0-beta (2024-01-30)

Features

  • accept videos in Archetype upload task (#115) (9b6fdb7)
  • add Archetype AI connector (#113) (d12b6f8)
  • add task title and description (#116) (7688b0f)
  • numbers: use only Capture registration API to streamline the process (#117) (f6d6896)
  • openai: update OpenAI schema to support latest models (#121) (7b64a70)
  • redis: update task name (#120) (48fa414)

v0.10.0-beta

15 Jan 16:15
c1f68ef
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

0.10.0-beta (2024-01-15)

Features

  • add end-user messages to HTTP errors (#92) (d597648)
  • Extend Pinecone tasks with namespace and threshold (#106) (17c1fc8)
  • instill: adopt latest Instill Model task format (#95) (84778a7)
  • instill: enforces chat_history order pattern (#99) (9bc4048)
  • instill: generate enumeration for model_name automatically (#100) (dabfc19)
  • instill: mark prompt_images as required in TASK_VISUAL_QUESTION_ANSWERING (#110) (b0c21bf)
  • instill: unify the chat_history format across different LLM tasks (#96) (b09e7dd)
  • instill: use grpc client for all request (#108) (548a78d)
  • restapi: inject the output_body_schema into component OpenAPI schema (#101) (bd68d14)
  • restapi: remove base_url in restapi connector (#102) (34d1a20)
  • website: add https protocol to the url automatically (#97) (62eb7e2)

Bug Fixes

  • googlesearch,website: fix potential memory leak by disabling http keep-alive (#103) (7613561)
  • instill: accumulate the pagination when getting models (#112) (cd077b0)
  • instill: fix wrong required field in json-schema (#98) (2d04474)
  • stabilityai: add the missing datauri prefix in image-to-image task (#105) (e89f7ec)

v0.9.0-beta

02 Jan 11:59
82269df
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

0.9.0-beta (2024-01-01)

Features

  • airbyte: wrap all Airbyte connectors into one (#79) (30fe290)
  • numbers: migrate to Capture API (#89) (e976854)
  • support metadata in Pinecone connector (#87) (3734773)

Bug Fixes

  • instill: fix wrong Airbyte image_name (#91) (52e8409)

v0.8.1-beta

22 Dec 03:41
3288445
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

0.8.1-beta (2023-12-22)

Features

Miscellaneous Chores

v0.8.0-beta

15 Dec 16:45
be4243a
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

0.8.0-beta (2023-12-15)

Features

Bug Fixes

  • instill: add mime prefix to image output (959a69d)
  • redis: fix message retrieval and improve system message support (#83) (0c19492)
  • website: correct the field json mappings (#72) (ed45f6f)

Miscellaneous Chores

v0.7.0-alpha

28 Nov 15:09
8646e17
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

0.7.0-alpha (2023-11-28)

Features

  • openai: support text to speech task (#52) (7c3caf7)
  • redis,openai: support redis as LLM chat memory store (#53) (bf5dea7)
  • redis: add SSL/TLS support for Redis (#62) (450b60d)
  • restapi: add REST API connector (#54) (a795462)
  • website,googlesearch: add website connector and improve webpage text parsing (#64) (879904f)

Bug Fixes

  • stability-ai: add default weight for stable-diffusion-xl-1024-v1-0 (#61) (7c18737)

v0.6.0-alpha

11 Nov 07:46
2dc5ed0
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

0.6.0-alpha (2023-11-11)

Features

  • ai-openai: support OpenAI gpt-4-turbo and dall-e-3 (#43) (38c451e)
  • google-search: support google search connector (#41) (950510e)

Bug Fixes

  • google-search: fix google search nil pointer (#48) (d681159)
  • openai: fix the message order in the chat completion request (#36) (7ef3177)