Skip to content

Commit

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


##
[0.39.1-beta](v0.39.0-beta...v0.39.1-beta)
(2024-09-30)


### Features

* **integration:** load only connections present in the recipe and just
once ([#671](#671))
([99fdbaf](99fdbaf))


### Bug Fixes

* **document:** change code for component dependency
([#676](#676))
([1f52488](1f52488))
* **proto:** remove protoc-gen-validate dependencies
([#679](#679))
([5e51349](5e51349))
* **streaming:** close connection and purge workflow memory at the end
of the trigger workflow
([#672](#672))
([127a68e](127a68e))
* the output schema is incorrect when there is an indeterministic
instillFormat
([#677](#677))
([b4d5be4](b4d5be4))


### Miscellaneous Chores

* release v0.39.1-beta
([86507bb](86507bb))

---
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 Sep 30, 2024
1 parent 86507bb commit 3c99a96
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.39.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.39.0-beta...v0.39.1-beta) (2024-09-30)


### Features

* **integration:** load only connections present in the recipe and just once ([#671](https://github.com/instill-ai/pipeline-backend/issues/671)) ([99fdbaf](https://github.com/instill-ai/pipeline-backend/commit/99fdbaf313b5ba7b582d44cf858fa8c7e6be9ff1))


### Bug Fixes

* **document:** change code for component dependency ([#676](https://github.com/instill-ai/pipeline-backend/issues/676)) ([1f52488](https://github.com/instill-ai/pipeline-backend/commit/1f5248865f7fc1395037da41c3b7f684bd481d1c))
* **proto:** remove protoc-gen-validate dependencies ([#679](https://github.com/instill-ai/pipeline-backend/issues/679)) ([5e51349](https://github.com/instill-ai/pipeline-backend/commit/5e51349251ee1f8f3540d4c030edbe6ccf0a9c30))
* **streaming:** close connection and purge workflow memory at the end of the trigger workflow ([#672](https://github.com/instill-ai/pipeline-backend/issues/672)) ([127a68e](https://github.com/instill-ai/pipeline-backend/commit/127a68e00f14f305501910e466b8ff56ece03ce4))
* the output schema is incorrect when there is an indeterministic instillFormat ([#677](https://github.com/instill-ai/pipeline-backend/issues/677)) ([b4d5be4](https://github.com/instill-ai/pipeline-backend/commit/b4d5be4ee7359be21f0f1272b9c551f4642b355a))


### Miscellaneous Chores

* release v0.39.1-beta ([86507bb](https://github.com/instill-ai/pipeline-backend/commit/86507bbecafd6e2549c475e2cc4a42d31511c112))

## [0.39.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.38.4-beta...v0.39.0-beta) (2024-09-24)


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.39.0-beta"
".": "0.39.1-beta"
}

0 comments on commit 3c99a96

Please sign in to comment.