Skip to content

Commit

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


##
[0.48.5-beta](v0.48.4-beta...v0.48.5-beta)
(2024-12-11)


### Features

* **pinecone:** pinecone batch upsert
([#927](#927))
([398adf9](398adf9))
* **vdp:** upload component input output data
([#923](#923))
([8b6caab](8b6caab))


### Bug Fixes

* **trigger:** add component intermediate data in the trigger
stream/response
([#932](#932))
([2077ae7](2077ae7))
* **trigger:** resolve issue where default value for number cannot be an
integer
([#933](#933))
([134032a](134032a))


### Miscellaneous Chores

* release v0.48.5-beta
([043788d](043788d))

---
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 Dec 11, 2024
1 parent 043788d commit eb84ce3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.48.5-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.4-beta...v0.48.5-beta) (2024-12-11)


### Features

* **pinecone:** pinecone batch upsert ([#927](https://github.com/instill-ai/pipeline-backend/issues/927)) ([398adf9](https://github.com/instill-ai/pipeline-backend/commit/398adf90954ad4df27bf9228e97bdc106dd25464))
* **vdp:** upload component input output data ([#923](https://github.com/instill-ai/pipeline-backend/issues/923)) ([8b6caab](https://github.com/instill-ai/pipeline-backend/commit/8b6caab5b9add954cc56e1a400839a0e29ff2446))


### Bug Fixes

* **trigger:** add component intermediate data in the trigger stream/response ([#932](https://github.com/instill-ai/pipeline-backend/issues/932)) ([2077ae7](https://github.com/instill-ai/pipeline-backend/commit/2077ae7167eb0d4e1f06dfe8f599104eee37a206))
* **trigger:** resolve issue where default value for number cannot be an integer ([#933](https://github.com/instill-ai/pipeline-backend/issues/933)) ([134032a](https://github.com/instill-ai/pipeline-backend/commit/134032a26174e033b2b30983949b2e5858017eeb))


### Miscellaneous Chores

* release v0.48.5-beta ([043788d](https://github.com/instill-ai/pipeline-backend/commit/043788d091a758a97fc6be453c3211fe1cbfb26d))

## [0.48.4-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.3-beta...v0.48.4-beta) (2024-12-09)


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.48.4-beta"
".": "0.48.5-beta"
}

0 comments on commit eb84ce3

Please sign in to comment.