Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2019-12-python.md #833

Merged
merged 3 commits into from
Dec 10, 2019
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions releases/2019-12/2019-12-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ If you have a bug or feature request for one of the libraries, please post an is

Detailed change logs are linked to in the Quick Links below. Here are some critical call outs.

### Identity

- Released version 1.1.0 with usability improvements and fixes for user-reported issues

### App Configuration

- Added sync-token support
Expand All @@ -57,6 +61,7 @@ Detailed change logs are linked to in the Quick Links below. Here are some criti
- `EventHubProducerClient.send` has been renamed to `send_batch` which will only accept `EventDataBatch` object as input.
- Receive event callback parameter has been renamed to `on_event` and now operates on a single event rather than a list of events.


## Quick Links

{% assign packages = site.data.releases.latest.python-packages %}
Expand Down