Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit d66c8be

Browse files
chore: release 2.2.0
1 parent 4a2e2cf commit d66c8be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://pypi.org/project/google-cloud-automl/#history
66

7+
## [2.2.0](https://www.github.com/googleapis/python-automl/compare/v2.1.0...v2.2.0) (2020-12-28)
8+
9+
10+
### Features
11+
12+
* add support for common resource paths and expose the client transport ([#93](https://www.github.com/googleapis/python-automl/issues/93)) ([4c910d3](https://www.github.com/googleapis/python-automl/commit/4c910d37dd882d8d4248c1b3716213e9aacbf5df))
13+
14+
15+
### Bug Fixes
16+
17+
* Pass the 'params' parameter to the underlying 'BatchPredictRequest' object in 'batch_predict()' method ([#110](https://www.github.com/googleapis/python-automl/issues/110)) ([b89fb00](https://www.github.com/googleapis/python-automl/commit/b89fb0070fd4eeb0306d8f584e31da9d8b3fa52c))
18+
* remove gRPC send/recv limits; add enums to `types/__init__.py` ([#108](https://www.github.com/googleapis/python-automl/issues/108)) ([4a2e2cf](https://www.github.com/googleapis/python-automl/commit/4a2e2cf997fa0eaa87177a8e3ccbaded549b683e))
19+
720
## [2.1.0](https://www.github.com/googleapis/python-automl/compare/v2.0.0...v2.1.0) (2020-10-27)
821

922

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "google-cloud-automl"
2121
description = "Cloud AutoML API client library"
22-
version = "2.1.0"
22+
version = "2.2.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",

0 commit comments

Comments
 (0)