From 4a08a540a707fb7be96692fdca379cb4bb57ea12 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:19:30 +0530 Subject: [PATCH] chore(main): release 0.47.0-beta --- CHANGELOG.md | 25 +++++++++++++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa97f72e..121d3ba05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.47.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.46.0-beta...v0.47.0-beta) (2024-11-18) + + +### Features + +* **component:** add support for event specifications ([#837](https://github.com/instill-ai/pipeline-backend/issues/837)) ([47a61cd](https://github.com/instill-ai/pipeline-backend/commit/47a61cd2173a7038a662d8cd9458b51de4f124e8)) +* **component:** implement run-on-event for Slack and GitHub component ([#842](https://github.com/instill-ai/pipeline-backend/issues/842)) ([1b6a569](https://github.com/instill-ai/pipeline-backend/commit/1b6a5696e4b33d79d0c92bb1aff8a357020cc44f)) +* convert pdf to image concurrently ([#818](https://github.com/instill-ai/pipeline-backend/issues/818)) ([4c0ad97](https://github.com/instill-ai/pipeline-backend/commit/4c0ad97673a6e2935cd8bc9608b57d2ad72b89b3)) +* improve markdown chunking ([#822](https://github.com/instill-ai/pipeline-backend/issues/822)) ([af1a36a](https://github.com/instill-ai/pipeline-backend/commit/af1a36a60d1ae36b02d5cd422b357feccaaf233a)) +* **json:** Support Rename Fields for JSON operator ([#813](https://github.com/instill-ai/pipeline-backend/issues/813)) ([093714e](https://github.com/instill-ai/pipeline-backend/commit/093714e34ac0846be8e10e0be61534a339e632c5)) +* **recipe:** refactor run-on-event recipe structure ([#835](https://github.com/instill-ai/pipeline-backend/issues/835)) ([78ea418](https://github.com/instill-ai/pipeline-backend/commit/78ea4183cf236b7533ca4b890cbfcae836df3158)) +* **recipe:** rename `instill-format` to `format` ([#798](https://github.com/instill-ai/pipeline-backend/issues/798)) ([80a9fc9](https://github.com/instill-ai/pipeline-backend/commit/80a9fc90a472b48c6ad97c45887da7e3be7709e0)) +* **vdp:** integrate blob storage to vdp ([#834](https://github.com/instill-ai/pipeline-backend/issues/834)) ([5311549](https://github.com/instill-ai/pipeline-backend/commit/53115493edbebfe2be8bee5218808faea7bded36)) + + +### Bug Fixes + +* **data:** refactor numberData to support both float and integer types ([#832](https://github.com/instill-ai/pipeline-backend/issues/832)) ([cf27452](https://github.com/instill-ai/pipeline-backend/commit/cf27452e529779fab314e843540afd732e6382d0)) +* fix bug about unit type ([#826](https://github.com/instill-ai/pipeline-backend/issues/826)) ([a89fdf7](https://github.com/instill-ai/pipeline-backend/commit/a89fdf7db08a76a579a561abe2c88a892e2f8bde)) +* **integration-test:** maximize build space on image build & push ([#823](https://github.com/instill-ai/pipeline-backend/issues/823)) ([a439d22](https://github.com/instill-ai/pipeline-backend/commit/a439d22849911ecde600057e4e8fc487b12354bd)) +* **run:** set pipeline run status as failed when component fails ([#836](https://github.com/instill-ai/pipeline-backend/issues/836)) ([70a5c52](https://github.com/instill-ai/pipeline-backend/commit/70a5c526630393b163575987914d132d28704dca)) +* **service:** add missing nil check in includeIteratorComponentDetail() ([#831](https://github.com/instill-ai/pipeline-backend/issues/831)) ([9cb5e9e](https://github.com/instill-ai/pipeline-backend/commit/9cb5e9e45f9070c84055c20966f50a5025db0e52)) +* unit tests ([#820](https://github.com/instill-ai/pipeline-backend/issues/820)) ([717200c](https://github.com/instill-ai/pipeline-backend/commit/717200cc96518435f1e89b506090c94785fa54ed)) +* **workflow:** allow integration usage within iterator ([#833](https://github.com/instill-ai/pipeline-backend/issues/833)) ([c9bd169](https://github.com/instill-ai/pipeline-backend/commit/c9bd169e05479f2b69f7694ee95e7c8209862a41)) + ## [0.46.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.45.2-beta...v0.46.0-beta) (2024-11-05) diff --git a/release-please/manifest.json b/release-please/manifest.json index 2d81ed2d9..f0a6ea645 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0-beta" + ".": "0.47.0-beta" }