Skip to content

Commit

Permalink
chore(main): release 0.44.0-beta (#747)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.44.0-beta](v0.43.2-beta...v0.44.0-beta)
(2024-10-22)


### Features

* **collection:** add concat
([#748](#748))
([04d1467](04d1467))
* **compogen:** improve Title Case capitalization
([#757](#757))
([f956ead](f956ead))
* **component:** update documentation URL to component ID
([#749](#749))
([d4083c2](d4083c2))
* **instillmodel:** implement instill model embedding
([#727](#727))
([17d88bc](17d88bc))
* **run:** run logging data list by requester API
([#730](#730))
([e1e844b](e1e844b))
* **slack:** enable OAuth 2.0 integration
([#758](#758))
([8043dc5](8043dc5))
* standardize the tag naming convention
([#767](#767))
([fd0500f](fd0500f))
* **web:** refactor web operator
([#753](#753))
([700805f](700805f))


### Bug Fixes

* **groq:** use credential-supported model in example
([#752](#752))
([fc90435](fc90435))
* **run:** not return minio error in list pipeline run
([#744](#744))
([4d0afa1](4d0afa1))
* **whatsapp:** fix dir name
([#763](#763))
([029aef9](029aef9))

---
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 and jvallesm committed Oct 29, 2024
1 parent fee39f4 commit 802117d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.44.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.43.2-beta...v0.44.0-beta) (2024-10-22)


### Features

* **collection:** add concat ([#748](https://github.com/instill-ai/pipeline-backend/issues/748)) ([04d1467](https://github.com/instill-ai/pipeline-backend/commit/04d1467cef580ee423651ebed86a7a5ef6e64b64))
* **compogen:** improve Title Case capitalization ([#757](https://github.com/instill-ai/pipeline-backend/issues/757)) ([f956ead](https://github.com/instill-ai/pipeline-backend/commit/f956ead548168e8cd2e1a20a99cf6bb0d03a057f))
* **component:** update documentation URL to component ID ([#749](https://github.com/instill-ai/pipeline-backend/issues/749)) ([d4083c2](https://github.com/instill-ai/pipeline-backend/commit/d4083c262801f302ad705c830db2907c1273560a))
* **instillmodel:** implement instill model embedding ([#727](https://github.com/instill-ai/pipeline-backend/issues/727)) ([17d88bc](https://github.com/instill-ai/pipeline-backend/commit/17d88bc46dbcf118dcf3e181c6886de6f309b29e))
* **run:** run logging data list by requester API ([#730](https://github.com/instill-ai/pipeline-backend/issues/730)) ([e1e844b](https://github.com/instill-ai/pipeline-backend/commit/e1e844b4f6db226a29ba2937f0f05005a5899d49))
* **slack:** enable OAuth 2.0 integration ([#758](https://github.com/instill-ai/pipeline-backend/issues/758)) ([8043dc5](https://github.com/instill-ai/pipeline-backend/commit/8043dc5b1d564cecd4f5227ad57b926189ab243f))
* standardize the tag naming convention ([#767](https://github.com/instill-ai/pipeline-backend/issues/767)) ([fd0500f](https://github.com/instill-ai/pipeline-backend/commit/fd0500f56f91c006f82a3201f435c032215a4513))
* **web:** refactor web operator ([#753](https://github.com/instill-ai/pipeline-backend/issues/753)) ([700805f](https://github.com/instill-ai/pipeline-backend/commit/700805f492652482c07472a9965ae06e1384c86c))


### Bug Fixes

* **groq:** use credential-supported model in example ([#752](https://github.com/instill-ai/pipeline-backend/issues/752)) ([fc90435](https://github.com/instill-ai/pipeline-backend/commit/fc904350c978dd5c57fbe24aaf32be8945f3b9f5))
* **run:** not return minio error in list pipeline run ([#744](https://github.com/instill-ai/pipeline-backend/issues/744)) ([4d0afa1](https://github.com/instill-ai/pipeline-backend/commit/4d0afa16baa0ddcfe29371d8d3106eb7d066574f))
* **whatsapp:** fix dir name ([#763](https://github.com/instill-ai/pipeline-backend/issues/763)) ([029aef9](https://github.com/instill-ai/pipeline-backend/commit/029aef91459feca4c1111372ba386d9272a1870c))

## [0.43.2-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.43.1-beta...v0.43.2-beta) (2024-10-16)


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.43.2-beta"
".": "0.44.0-beta"
}

0 comments on commit 802117d

Please sign in to comment.