diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e0a37..c4a7dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.10.2](https://github.com/instill-ai/python-sdk/compare/v0.10.1...v0.10.2) (2024-07-23) + + +### Features + +* **client:** adopt latest api spec ([#168](https://github.com/instill-ai/python-sdk/issues/168)) ([d33c050](https://github.com/instill-ai/python-sdk/commit/d33c050526e753a5e6d6d116889dff3351cc16af)) +* **ray:** separate sdk installation into another layer ([#176](https://github.com/instill-ai/python-sdk/issues/176)) ([5847721](https://github.com/instill-ai/python-sdk/commit/584772132c41bfc40f281fdd57e5886fc8de970f)) +* **ray:** support protobuf struct for input/output ([#174](https://github.com/instill-ai/python-sdk/issues/174)) ([bc14981](https://github.com/instill-ai/python-sdk/commit/bc1498108da44dcfb2de4dbeb8326912d7a01169)) + + +### Bug Fixes + +* **proto:** align proto package name ([f5c0d0e](https://github.com/instill-ai/python-sdk/commit/f5c0d0e3de9e7f438c65e41798220e974027544d)) +* **proto:** parse proto message field name to lowerCamelCase ([ffba765](https://github.com/instill-ai/python-sdk/commit/ffba765e1e10928ef25b4e05594d0e93859a204b)) +* **ray:** avoid protogen module name collision with model.py ([#175](https://github.com/instill-ai/python-sdk/issues/175)) ([8345d17](https://github.com/instill-ai/python-sdk/commit/8345d176b5ec3c2afce20253c078b2af3889a06d)) +* **ray:** fix messageToDict implicit type conversion ([33dc3e5](https://github.com/instill-ai/python-sdk/commit/33dc3e50033ffb03b4d20bc4c784f26d90e48ca9)) +* **ray:** revert path injection and rename model file instead ([#177](https://github.com/instill-ai/python-sdk/issues/177)) ([88dba63](https://github.com/instill-ai/python-sdk/commit/88dba63eb33be7909b0789dcf833cfb740935b9e)) +* **ray:** update proto and fix wrong vision input type ([#179](https://github.com/instill-ai/python-sdk/issues/179)) ([8f88e85](https://github.com/instill-ai/python-sdk/commit/8f88e851dff8b6500ecd3deeed3869d7affb3fe3)) +* **ray:** use dict instead of protobuf message ([#178](https://github.com/instill-ai/python-sdk/issues/178)) ([3277488](https://github.com/instill-ai/python-sdk/commit/3277488f93795389d2d969e689e4b17e237feca5)) + + +### Miscellaneous Chores + +* **release:** release v0.10.2 ([f15a1a9](https://github.com/instill-ai/python-sdk/commit/f15a1a945659b6960664ed6ac9b71637bfd6dfab)) + ## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29) diff --git a/pyproject.toml b/pyproject.toml index 9e2fccf..d166d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.10.1" +version = "0.10.2" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 30b6d45..582db2f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" }