Skip to content
Merged
Changes from 1 commit
Commits
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
update history again
  • Loading branch information
chlowell committed Aug 5, 2019
commit 5504fbd342f2f60c18fda85b5200c88009537f79
16 changes: 9 additions & 7 deletions sdk/identity/azure-identity/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Release History

## 1.0.0b2 (2019-08-05)
Breaking changes:
- Removed `Configuration` from the public API in prepration for entirely
kwargs-based configuration. Static `create_config` methods have been renamed
`_create_config`, and will be removed entirely in a future release.
### Breaking changes:
- Removed `azure.core.Configuration` from the public API in preparation for a
revamped configuration API. Static `create_config` methods have been renamed
`_create_config`, and will be removed in a future release.

Dependency changes:
- Adopted [`azure-core`](https://pypi.org/project/azure-core/) 1.0.0b2
### Dependency changes:
- Adopted [azure-core](https://pypi.org/project/azure-core/) 1.0.0b2
- If you later want to revert to azure-identity 1.0.0b1, or another Azure SDK
library requiring azure-core 1.0.0b1, you'll need to `pip uninstall azure-core`
- Adopted [MSAL](https://pypi.org/project/msal/) 0.4.1
- New dependency for Python 2.7: [mock](https://pypi.org/project/mock/)

New credentials:
### New features:
- Added credentials for authenticating users:
[`DeviceCodeCredential`](https://azure.github.io/azure-sdk-for-python/ref/azure.identity.html#azure.identity.DeviceCodeCredential),
[`InteractiveBrowserCredential`](https://azure.github.io/azure-sdk-for-python/ref/azure.identity.html#azure.identity.InteractiveBrowserCredential),
Expand Down