Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from annatisch/rc1
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
annatisch authored Jul 6, 2018
2 parents fed848c + e174bd7 commit 91b630c
Show file tree
Hide file tree
Showing 52 changed files with 2,317 additions and 1,215 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ ENV/
.mypy_cache/
.pytest_cache/v/cache/lastfailed
.pytest_cache/v/cache/nodeids

# EventHub
azure/mgmt/
azure/common/
azure/profiles/
features/steps/mgmt_settings_real.py
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.pythonPath": "${workspaceFolder}/env36/bin/python",
"python.linting.enabled": false
}
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Release History
===============

0.2.0rc1 (2018-07-06)
+++++++++++++++++++++

- **Breaking change** Restructured library to support Python 3.7. Submodule `async` has been renamed and all classes from
this module can now be imported from azure.eventhub directly.
- **Breaking change** Removed optional `callback` argument from `Receiver.receive` and `AsyncReceiver.receive`.
- **Breaking change** `EventData.properties` has been renamed to `EventData.application_properties`.
This removes the potential for messages to be processed via callback for not yet returned
in the batch.
- Updated uAMQP dependency to v0.1.0
- Added support for constructing IoTHub connections.
- Fixed memory leak in receive operations.
- Dropped Python 2.7 wheel support.


0.2.0b2 (2018-05-29)
++++++++++++++++++++

Expand Down
Loading

0 comments on commit 91b630c

Please sign in to comment.