Skip to content

Commit

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


##
[0.43.0-beta](v0.42.2-beta...v0.43.0-beta)
(2024-10-15)


### Features

* **component:** implement instill app features
([#670](#670))
([6def4ac](6def4ac))
* **slack:** allow posting messages as user or bot
([#728](#728))
([7f35ca5](7f35ca5))


### Bug Fixes

* hide preset pipelines in GET /pipelines endpoint
([#733](#733))
([baa8919](baa8919))
* remove redundant message in streaming
([#739](#739))
([50ce029](50ce029))
* **text:** filter out the empty chunk
([#734](#734))
([4037ba6](4037ba6))
* the InstillAcceptFormats doesn't works with collection component
([#732](#732))
([3d1c053](3d1c053))

---
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 Oct 15, 2024
1 parent e9e353e commit fe48e9e
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.43.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.42.2-beta...v0.43.0-beta) (2024-10-15)


### Features

* **component:** implement instill app features ([#670](https://github.com/instill-ai/pipeline-backend/issues/670)) ([6def4ac](https://github.com/instill-ai/pipeline-backend/commit/6def4acac0148f5dfd873f477a05e70337389559))
* **slack:** allow posting messages as user or bot ([#728](https://github.com/instill-ai/pipeline-backend/issues/728)) ([7f35ca5](https://github.com/instill-ai/pipeline-backend/commit/7f35ca5b3afd3f2ad6186eb0bbc2d214ec41572c))


### Bug Fixes

* hide preset pipelines in GET /pipelines endpoint ([#733](https://github.com/instill-ai/pipeline-backend/issues/733)) ([baa8919](https://github.com/instill-ai/pipeline-backend/commit/baa891931771a351280c19d430b0d7f6fd2d4b76))
* remove redundant message in streaming ([#739](https://github.com/instill-ai/pipeline-backend/issues/739)) ([50ce029](https://github.com/instill-ai/pipeline-backend/commit/50ce0293d5805da1365a0fafa7e39f257ae83028))
* **text:** filter out the empty chunk ([#734](https://github.com/instill-ai/pipeline-backend/issues/734)) ([4037ba6](https://github.com/instill-ai/pipeline-backend/commit/4037ba6657975bed24601a60457aa80661396198))
* the InstillAcceptFormats doesn't works with collection component ([#732](https://github.com/instill-ai/pipeline-backend/issues/732)) ([3d1c053](https://github.com/instill-ai/pipeline-backend/commit/3d1c053685ba10ea50b61d5674547134482d11c7))

## [0.42.2-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.42.1-beta...v0.42.2-beta) (2024-10-08)


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.42.2-beta"
".": "0.43.0-beta"
}

0 comments on commit fe48e9e

Please sign in to comment.