Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
0.3.0
  • Loading branch information
lmazuel committed Mar 9, 2019
commit 8e2b980068109dccf5bcc3d48c37db356b04503a
17 changes: 16 additions & 1 deletion azure-cognitiveservices-vision-computervision/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Release History
===============

0.3.0 (2019-03-11)
++++++++++++++++++

**Features**

- Model ImageAnalysis has a new parameter brands
- Model ImageAnalysis has a new parameter objects
- Model Word has a new parameter confidence

**Breaking changes**

- Client ComputerVisionAPI has been renamed ComputerVisionClient
- Parameter text of model Word is now required
- Parameter bounding_box of model Word is now required

0.2.0 (2018-06-22)
++++++++++++++++++

Expand Down Expand Up @@ -38,7 +53,7 @@ This version uses a next-generation code generator that *might* introduce breaki

- Return type changes from `msrestazure.azure_operation.AzureOperationPoller` to `msrest.polling.LROPoller`. External API is the same.
- Return type is now **always** a `msrest.polling.LROPoller`, regardless of the optional parameters used.
- The behavior has changed when using `raw=True`. Instead of returning the initial call result as `ClientRawResponse`,
- The behavior has changed when using `raw=True`. Instead of returning the initial call result as `ClientRawResponse`,
without polling, now this returns an LROPoller. After polling, the final resource will be returned as a `ClientRawResponse`.
- New `polling` parameter. The default behavior is `Polling=True` which will poll using ARM algorithm. When `Polling=False`,
the response of the initial call will be returned without polling.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "2.0"
VERSION = "0.3.0"