Releases: Azure/autorest.python
Releases · Azure/autorest.python
Autorest for Python v5.1.0-preview.6
Release version of Autorest for Python v5
2020-08-04 - 5.1.0-preview.6
Autorest Core version: 3.0.6287
Modelerfour version: 4.15.378
New Features
- Add support for
x-ms-text
XML extension #722 - Allow users to pass the name of the key header for
AzureKeyCredentialPolicy
during generation. To use, pass in
AzureKeyCredentialPolicy
with the--credential-default-policy-type
flag, and pass in the key header name using
the--credential-key-header-name
flag #736
Bug Fixes
Autorest for Python v5.1.0-preview.5
Release version of Autorest for Python v5
2020-06-23 - 5.1.0-preview.5
Autorest Core version: 3.0.6287
Modelerfour version: 4.15.378
Bug Fixes
- Correctly have default behavior of csv for array query parameters when collection format is not specified in the swagger
(taken from m4 update - perks PR #118) - Fix bug when generating parameters with client default value and constant schema #707
- Make operation mixin signatures for multiapi default to default api version #715
- Fix name in setup.py to default to
package-name
if set #721 - Allow different custom base url host templates across API versions #719
Autorest for Python v5.1.0-preview.4
Release version of Autorest for Python v5
2020-07-07 - 5.1.0-preview.4
Modelerfour version: 4.15.378
New Features
Autorest for Python v5.1.0-preview.3
Release version of Autorest for Python v5
2020-06-24 - 5.1.0-preview.3
Modelerfour version: 4.13.351
New Features
- Supports a function that is both LRO and paging #689
- We have added a
--credential-default-policy-type
flag. Its default value isBearerTokenCredentialPolicy
, but it can also accept
AzureKeyCredentialPolicy
. The value passed in will be the default authentication policy in the client's config, so users using the
generated library will use that auth policy unless they pass in a separate one through kwargs #686 - Added support for a data plane multiapi client #693
Bug Fixes
- Fix typing for discriminator values in models, so Python 3.5 can import py3 file for models #691
Autorest for Python v5.1.0-preview.2
Release version of Autorest for Python v5
Autorest for Python v5.1.0-preview.1
Release version of Autorest for Python v5
Autorest for Python v5.0.0-preview.8
Release version of Autorest for Python v5
Autorest for Python v5.0.0-preview.7
Autorest for Python v5.0.0-preview.6
Release version of Autorest for Python v5
2020-05-13 - 5.0.0-preview.6
Modelerfour version: 4.13.351
Bug Fixes
Autorest for Python v5.0.0-preview.5
Release version of Autorest for Python v5
2020-05-08 - 5.0.0-preview.5
Modelerfour version: 4.13.351
Bug Fixes