Skip to content

Commit

Permalink
chore(main): release 0.2.2-alpha (#125)
Browse files Browse the repository at this point in the history
馃 I have created a release *beep* *boop*
---


## [0.2.2-alpha](v0.2.1-alpha...v0.2.2-alpha) (2022-07-20)

## Product Updates

fix bugs 馃悰馃悰馃悰 

- 鈿★笍 speed up creating model operation
- better console form handling
- improve output format for models that are not labelled with any task
- handle inference for images with RGBA channels

## VDP

### Miscellaneous Chores

* release v0.2.2-alpha ([2459ab1](2459ab1))

## Console ([0.6.0-alpha](https://github.com/instill-ai/console/releases/tag/v0.6.0-alpha))

### Console update

- Update sidebar design
- Refactor lots of types, make our codebase much more consistent
- Fix tracking and collect user usage data issue
- Fix Airbyte nested fields validation and not correct value issue

### Features

* make email field required at onboarding form ([#169](instill-ai/console#169)) ([1411de7](instill-ai/console@1411de7))
* move ga code to PageHead ([#160](instill-ai/console#160)) ([3c49122](instill-ai/console@3c49122))
* update sidebar design ([#167](instill-ai/console#167)) ([d8899f5](instill-ai/console@d8899f5))
* update TextField props and remove props that have default ([#164](instill-ai/console#164)) ([7d2a8b6](instill-ai/console@7d2a8b6))

### Bug Fixes

* fix action issue ([#172](instill-ai/console#172)) ([c02e4ad](instill-ai/console@c02e4ad))
* fix Airbyte nested form validation issue ([#171](instill-ai/console#171)) ([1101acc](instill-ai/console@1101acc))
* fix description field is duplicated when create pipeline ([#165](instill-ai/console#165)) ([7ef7b1a](instill-ai/console@7ef7b1a))

## Connector-backend ([0.4.5-alpha](https://github.com/instill-ai/connector-backend/releases/tag/v0.4.5-alpha))

### Bug Fixes

* fix airbyte emitted_at timestamp ([3eca9d6](instill-ai/connector-backend@3eca9d6))
* fix wrong state when connector check failed ([92367e1](instill-ai/connector-backend@92367e1))
* remove airbyte namespace ([bd7baa4](instill-ai/connector-backend@bd7baa4))


## Model-backend ([0.6.3-alpha](https://github.com/instill-ai/model-backend/releases/tag/v0.6.3-alpha))

### Features
* speed up creating model operation ([#115 ](https://github.com/instill-ai/model-backend/issues/115)) ([6930140](instill-ai/model-backend@6930140))
* standardize the  output of the  unspecified task([7fcd867](instill-ai/model-backend@7fcd867))

### Bug Fixes

* fix client stream server recv wrong file length interval ([#143](instill-ai/model-backend#143)) ([0e06f7c](instill-ai/model-backend@0e06f7c))
* post process for unspecified task output ([ad88068](instill-ai/model-backend@ad88068))
* trigger image with 4 channel ([#141](instill-ai/model-backend#141)) ([7445f5f](instill-ai/model-backend@7445f5f))

## Pipeline-backend ([0.6.5-alpha](https://github.com/instill-ai/pipeline-backend/releases/tag/v0.6.5-alpha))

### Bug fixes
complete trigger async binary file for REST multipart ([5003e5c](instill-ai/pipeline-backend@5003e5c))


---
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 committed Jul 20, 2022
1 parent 2459ab1 commit be0308b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2-alpha](https://github.com/instill-ai/vdp/compare/v0.2.1-alpha...v0.2.2-alpha) (2022-07-20)


### Miscellaneous Chores

* release v0.2.2-alpha ([2459ab1](https://github.com/instill-ai/vdp/commit/2459ab1a0274450ed9ae65663dceb4a4088d141e))

## [0.2.1-alpha](https://github.com/instill-ai/vdp/compare/v0.2.0-alpha...v0.2.1-alpha) (2022-07-12)


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.2.1-alpha"
".": "0.2.2-alpha"
}

0 comments on commit be0308b

Please sign in to comment.