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

Commit

Permalink
chore(main): release 0.10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jan 13, 2024
1 parent c236741 commit de66119
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.10.0-beta](https://github.com/instill-ai/connector/compare/v0.9.0-beta...v0.10.0-beta) (2024-01-13)


### Features

* add end-user messages to HTTP errors ([#92](https://github.com/instill-ai/connector/issues/92)) ([d597648](https://github.com/instill-ai/connector/commit/d597648972b4eda8216948f24eaa4b09f490c7df))
* Extend Pinecone tasks with namespace and threshold ([#106](https://github.com/instill-ai/connector/issues/106)) ([17c1fc8](https://github.com/instill-ai/connector/commit/17c1fc86cdab8b76fb973fb0c1e3e02d26908a7c))
* **instill:** adopt latest Instill Model task format ([#95](https://github.com/instill-ai/connector/issues/95)) ([84778a7](https://github.com/instill-ai/connector/commit/84778a7c209383b897cd73fe3a4d67354dd04eb9))
* **instill:** enforces chat_history order pattern ([#99](https://github.com/instill-ai/connector/issues/99)) ([9bc4048](https://github.com/instill-ai/connector/commit/9bc404800d3e60abcf0f7786146ad26014bb0d49))
* **instill:** generate enumeration for `model_name` automatically ([#100](https://github.com/instill-ai/connector/issues/100)) ([dabfc19](https://github.com/instill-ai/connector/commit/dabfc199fa3f45f8ddb33d58146bf756a656ba61))
* **instill:** unify the chat_history format across different LLM tasks ([#96](https://github.com/instill-ai/connector/issues/96)) ([b09e7dd](https://github.com/instill-ai/connector/commit/b09e7ddab1d176006f27157ca6c9ec552fdb36fe))
* **instill:** use grpc client for all request ([#108](https://github.com/instill-ai/connector/issues/108)) ([c236741](https://github.com/instill-ai/connector/commit/c23674123df37f80405b2212c6c6dd75e0e6eba0))
* **restapi:** inject the `output_body_schema` into component OpenAPI schema ([#101](https://github.com/instill-ai/connector/issues/101)) ([bd68d14](https://github.com/instill-ai/connector/commit/bd68d14da5ce613a66d9a75da0f52594abb73c75))
* **restapi:** remove base_url in restapi connector ([#102](https://github.com/instill-ai/connector/issues/102)) ([34d1a20](https://github.com/instill-ai/connector/commit/34d1a20784b4069fbdf7681622426d3f5db57a07))
* **website:** add `https` protocol to the url automatically ([#97](https://github.com/instill-ai/connector/issues/97)) ([62eb7e2](https://github.com/instill-ai/connector/commit/62eb7e216c20f95df111d3b69e58685286e05729))


### Bug Fixes

* **googlesearch,website:** fix potential memory leak by disabling http keep-alive ([#103](https://github.com/instill-ai/connector/issues/103)) ([7613561](https://github.com/instill-ai/connector/commit/76135615c56ec1b6d554cc1102b27d2f16a066bd))
* **instill:** fix wrong required field in json-schema ([#98](https://github.com/instill-ai/connector/issues/98)) ([2d04474](https://github.com/instill-ai/connector/commit/2d0447433b17e9ab25e6a273398c18c72138259f))
* **stabilityai:** add the missing datauri prefix in image-to-image task ([#105](https://github.com/instill-ai/connector/issues/105)) ([e89f7ec](https://github.com/instill-ai/connector/commit/e89f7ec3b5424eb30a00fd8e283437f4f056bc45))

## [0.9.0-beta](https://github.com/instill-ai/connector/compare/v0.8.1-beta...v0.9.0-beta) (2024-01-01)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0-beta"
".": "0.10.0-beta"
}

0 comments on commit de66119

Please sign in to comment.