Releases: Azure/azure-functions-python-library
Releases · Azure/azure-functions-python-library
Release 1.11.3b2
Highlights
- Blueprint interfaces implementation by @YunchuWang in #116
What's Changed
- added decorators for Table storage. by @pdthummar in #123
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #134
- Increase http test code coverage. by @pdthummar in #128
- Increase eventhub and cosmosdb test code coverage to above 90%. by @pdthummar in #133
- Increase queue test code coverage to above 90% by @pdthummar in #132
- Blueprint interfaces implementation by @YunchuWang in #116
- Increase kafka, servicebus and durable-functions test code coverage. by @pdthummar in #136
- Performance tweaks for to_camel_case by @pamelafox in #131
- Optimize functions decorator by @tonybaloney in #129
New Contributors
- @microsoft-github-policy-service made their first contribution in #134
- @pamelafox made their first contribution in #131
Full Changelog: 1.11.3b1...1.11.3b2
Release 1.11.3b1
Release 1.11.2
What's Changed
- Revert "Add SQL Binding support (#124)" by @YunchuWang in #126
Full Changelog: 1.11.1...1.11.2
Release 1.11.1
What's Changed
- replace abstractclassmethod with abstract/class method by @YunchuWang in #121
- Add SQL Binding support by @Charles-Gagnon in #124
- GH#107: Skip setting multi Set-Cookie headers for python 3.7 by @YunchuWang in #125
- added decorators for EventGrid. by @pdthummar in #122
New Contributors
- @Charles-Gagnon made their first contribution in #124
Full Changelog: 1.11.0...1.11.1
Release 1.11.0
Highlights
What's Changed
- Add missing fields in the timer object. by @pdthummar in #110
- remove internal cosmos DB keys filtering by @YunchuWang in #119
- Address PySpec feedback for the new programming model by @YunchuWang in #112
- Add generic binding decorators/Modify existing decorators to enable decorator extensibility under the new programming model by @YunchuWang in #108
- Fix for GH#107: Enable support for multiple Set-Cookie response headers (native & WSGI/ASGI) by @YunchuWang in #115
- Refactored tests for decorators by @pdthummar in #117
New Contributors
- @pdthummar made their first contribution in #110
Full Changelog: 1.10.1...1.11.0
Release 1.10.1
Highlights
What's Changed (Detailed)
- Correcting codecov check for Python by @vrdmr in #104
- New programming model lib change by @YunchuWang in #99
- Add type hints to
HttpResponse
by @michelole in #94 - WSGI middleware should unquote path_info by @mcuckson in #89
- Fixing the mypy failures and fixing CI workflow by @vrdmr in #106
- ASGI worker: Yield a
http.disconnect
on any additional receive calls by @tonybaloney in #98 - Added decorator for storage blobs by @gavin-aguiar in #105
New Contributors
- @YunchuWang made their first contribution in #99
- @michelole made their first contribution in #94
- @mcuckson made their first contribution in #89
Full Changelog: 1.9.0...1.10.0
1.9.0
Release 1.8.0
- Added trace and retry context properties
- Add missing date/time formats for Servicebus
Release 1.7.2
- Fix a module registration issue where the azure.functions._thirdparty is not recognized as a submodule of azure.functions
Release 1.7.1
- Implements an ASGI middleware wrapper compatible with ASGI 2.1 (#86)