Skip to content

Commit

Permalink
Release google-cloud-vision 0.33.0 (#3280)
Browse files Browse the repository at this point in the history
* Add ImageAnnotatorClient#batch_annotate_files
  * Add AnnotateFileRequest
  * Add BatchAnnotateFilesRequest
  * Add BatchAnnotateFilesResponse
* Add ImageAnnotatorClient#async_batch_annotate_images
  * Add AsyncBatchAnnotateImagesRequest
  * Add AsyncBatchAnnotateImagesResponse
* Add AnnotateFileResponse#total_pages
* Add InputConfig#content
* Update documentation
  • Loading branch information
blowmage committed May 2, 2019
1 parent 0431f41 commit 098e8d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

### 0.33.0 / 2019-05-02

* Add ImageAnnotatorClient#batch_annotate_files
* Add AnnotateFileRequest
* Add BatchAnnotateFilesRequest
* Add BatchAnnotateFilesResponse
* Add ImageAnnotatorClient#async_batch_annotate_images
* Add AsyncBatchAnnotateImagesRequest
* Add AsyncBatchAnnotateImagesResponse
* Add AnnotateFileResponse#total_pages
* Add InputConfig#content
* Update documentation

### 0.32.3 / 2019-04-29

* Add AUTHENTICATION.md guide.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-vision/google-cloud-vision.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |gem|
gem.name = "google-cloud-vision"
gem.version = "0.32.3"
gem.version = "0.33.0"

gem.authors = ["Google LLC"]
gem.email = "googleapis-packages@google.com"
Expand Down

0 comments on commit 098e8d3

Please sign in to comment.