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.7.0-alpha (#56)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.7.0-alpha](v0.6.0-alpha...v0.7.0-alpha)
(2023-11-28)


### Features

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


### Bug Fixes

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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Nov 28, 2023
1 parent 2b3d993 commit 8646e17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.0-alpha](https://github.com/instill-ai/connector/compare/v0.6.0-alpha...v0.7.0-alpha) (2023-11-28)


### Features

* **openai:** support text to speech task ([#52](https://github.com/instill-ai/connector/issues/52)) ([7c3caf7](https://github.com/instill-ai/connector/commit/7c3caf76db144e6ee074f4d5f106b905fc3f68b5))
* **redis,openai:** support redis as LLM chat memory store ([#53](https://github.com/instill-ai/connector/issues/53)) ([bf5dea7](https://github.com/instill-ai/connector/commit/bf5dea7cf81d09637b638b3b11be003c08dd2da1))
* **redis:** add SSL/TLS support for Redis ([#62](https://github.com/instill-ai/connector/issues/62)) ([450b60d](https://github.com/instill-ai/connector/commit/450b60d30c7cd376cbd7e5ef81d6bedf278faf56))
* **restapi:** add REST API connector ([#54](https://github.com/instill-ai/connector/issues/54)) ([a795462](https://github.com/instill-ai/connector/commit/a795462922c7525d46ba3ae509447b29a8733226))
* **website,googlesearch:** add website connector and improve webpage text parsing ([#64](https://github.com/instill-ai/connector/issues/64)) ([879904f](https://github.com/instill-ai/connector/commit/879904f5e39d60cf487e1cea078a32b617042bc6))


### Bug Fixes

* **stability-ai:** add default weight for stable-diffusion-xl-1024-v1-0 ([#61](https://github.com/instill-ai/connector/issues/61)) ([7c18737](https://github.com/instill-ai/connector/commit/7c18737c606bb62e3a2b0bd3ee7e2d00047c849d))

## [0.6.0-alpha](https://github.com/instill-ai/connector/compare/v0.5.0-alpha...v0.6.0-alpha) (2023-11-11)


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.6.0-alpha"
".": "0.7.0-alpha"
}

0 comments on commit 8646e17

Please sign in to comment.