Azure/azure-sdk-for-python (azure-identity)
### [`v1.18.0`](https://redirect.github.com/Azure/azure-sdk-for-python/releases/tag/azure-core_1.18.0)
[Compare Source](https://redirect.github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.17.1...azure-identity_1.18.0)
#### 1.18.0 (2021-09-02)
##### Features Added
- `azure.core.serialization.AzureJSONEncoder` (introduced in 1.17.0) serializes `datetime.datetime` objects in ISO 8601 format, conforming to RFC 3339's specification. [#20190](https://redirect.github.com/Azure/azure-sdk-for-python/issues/20190)
- We now use `azure.core.serialization.AzureJSONEncoder` to serialize `json` input to `azure.core.rest.HttpRequest`.
##### Breaking Changes in the Provisional `azure.core.rest` package
- The `text` property on `azure.core.rest.HttpResponse` and `azure.core.rest.AsyncHttpResponse` has changed to a method, which also takes
an `encoding` parameter.
- Removed `iter_text` and `iter_lines` from `azure.core.rest.HttpResponse` and `azure.core.rest.AsyncHttpResponse`
##### Bugs Fixed
- The behaviour of the headers returned in `azure.core.rest` responses now aligns across sync and async. Items can now be checked case-insensitively and without raising an error for format.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.17.1
->==1.18.0
Release Notes
Azure/azure-sdk-for-python (azure-identity)
### [`v1.18.0`](https://redirect.github.com/Azure/azure-sdk-for-python/releases/tag/azure-core_1.18.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.17.1...azure-identity_1.18.0) #### 1.18.0 (2021-09-02) ##### Features Added - `azure.core.serialization.AzureJSONEncoder` (introduced in 1.17.0) serializes `datetime.datetime` objects in ISO 8601 format, conforming to RFC 3339's specification. [#20190](https://redirect.github.com/Azure/azure-sdk-for-python/issues/20190) - We now use `azure.core.serialization.AzureJSONEncoder` to serialize `json` input to `azure.core.rest.HttpRequest`. ##### Breaking Changes in the Provisional `azure.core.rest` package - The `text` property on `azure.core.rest.HttpResponse` and `azure.core.rest.AsyncHttpResponse` has changed to a method, which also takes an `encoding` parameter. - Removed `iter_text` and `iter_lines` from `azure.core.rest.HttpResponse` and `azure.core.rest.AsyncHttpResponse` ##### Bugs Fixed - The behaviour of the headers returned in `azure.core.rest` responses now aligns across sync and async. Items can now be checked case-insensitively and without raising an error for format.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.