Skip to content

Commit c1d26f8

Browse files
authored
chore(main): release 0.47.0-beta (#824)
🤖 I have created a release *beep* *boop* --- ## [0.47.0-beta](v0.46.0-beta...v0.47.0-beta) (2024-11-20) ### Features * **component:** add support for event specifications ([#837](#837)) ([47a61cd](47a61cd)) * **component:** implement run-on-event for Slack and GitHub component ([#842](#842)) ([1b6a569](1b6a569)) * convert pdf to image concurrently ([#818](#818)) ([4c0ad97](4c0ad97)) * improve markdown chunking ([#822](#822)) ([af1a36a](af1a36a)) * **json:** Support Rename Fields for JSON operator ([#813](#813)) ([093714e](093714e)) * **recipe:** refactor run-on-event recipe structure ([#835](#835)) ([78ea418](78ea418)) * **recipe:** rename `instill-format` to `format` ([#798](#798)) ([80a9fc9](80a9fc9)) * **service:** implement PipelineErrorUpdated streaming event for pipeline errors ([#846](#846)) ([3156a5f](3156a5f)) * **vdp:** integrate blob storage to vdp ([#834](#834)) ([5311549](5311549)) * **web:** add input schema to improve web operator ([#819](#819)) ([f7e1fe9](f7e1fe9)) ### Bug Fixes * **data:** refactor numberData to support both float and integer types ([#832](#832)) ([cf27452](cf27452)) * **document:** fix bug about convert to image ([#848](#848)) ([a381c27](a381c27)) * fix bug about unit type ([#826](#826)) ([a89fdf7](a89fdf7)) * **integration-test:** maximize build space on image build & push ([#823](#823)) ([a439d22](a439d22)) * **run:** set pipeline run status as failed when component fails ([#836](#836)) ([70a5c52](70a5c52)) * **service:** add MIME type detection in the backend binaryFetcher ([#854](#854)) ([f434b2b](f434b2b)) * **service:** add missing nil check in includeIteratorComponentDetail() ([#831](#831)) ([9cb5e9e](9cb5e9e)) * **service:** skip empty component definition in API response ([#847](#847)) ([d61b55e](d61b55e)) * unit tests ([#820](#820)) ([717200c](717200c)) * **vdp:** item does not contain the instill format, so we insert it ([#858](#858)) ([2d25401](2d25401)) * **workflow:** allow integration usage within iterator ([#833](#833)) ([c9bd169](c9bd169)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5b5c125 commit c1d26f8

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [0.47.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.46.0-beta...v0.47.0-beta) (2024-11-20)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **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))
10+
* 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))
11+
* improve markdown chunking ([#822](https://github.com/instill-ai/pipeline-backend/issues/822)) ([af1a36a](https://github.com/instill-ai/pipeline-backend/commit/af1a36a60d1ae36b02d5cd422b357feccaaf233a))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **service:** implement PipelineErrorUpdated streaming event for pipeline errors ([#846](https://github.com/instill-ai/pipeline-backend/issues/846)) ([3156a5f](https://github.com/instill-ai/pipeline-backend/commit/3156a5fc406914035a482d3aa061205caec271e3))
16+
* **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))
17+
* **web:** add input schema to improve web operator ([#819](https://github.com/instill-ai/pipeline-backend/issues/819)) ([f7e1fe9](https://github.com/instill-ai/pipeline-backend/commit/f7e1fe9dabc0affce606ee824f373e11774843c5))
18+
19+
20+
### Bug Fixes
21+
22+
* **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))
23+
* **document:** fix bug about convert to image ([#848](https://github.com/instill-ai/pipeline-backend/issues/848)) ([a381c27](https://github.com/instill-ai/pipeline-backend/commit/a381c2771dbed32bc52e7eb532a7aa5cfcc646e5))
24+
* 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))
25+
* **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))
26+
* **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))
27+
* **service:** add MIME type detection in the backend binaryFetcher ([#854](https://github.com/instill-ai/pipeline-backend/issues/854)) ([f434b2b](https://github.com/instill-ai/pipeline-backend/commit/f434b2bc46ae2472a50960e7232c66d0dac40957))
28+
* **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))
29+
* **service:** skip empty component definition in API response ([#847](https://github.com/instill-ai/pipeline-backend/issues/847)) ([d61b55e](https://github.com/instill-ai/pipeline-backend/commit/d61b55eaae8e16d50dfe347de2b608034e0860b2))
30+
* unit tests ([#820](https://github.com/instill-ai/pipeline-backend/issues/820)) ([717200c](https://github.com/instill-ai/pipeline-backend/commit/717200cc96518435f1e89b506090c94785fa54ed))
31+
* **vdp:** item does not contain the instill format, so we insert it ([#858](https://github.com/instill-ai/pipeline-backend/issues/858)) ([2d25401](https://github.com/instill-ai/pipeline-backend/commit/2d25401204bfdc2cb7ae052e0f722a5c92ea3ab9))
32+
* **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))
33+
334
## [0.46.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.45.2-beta...v0.46.0-beta) (2024-11-05)
435

536

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.46.0-beta"
2+
".": "0.47.0-beta"
33
}

0 commit comments

Comments
 (0)