Skip to content

Releases: Azure/azure-functions-python-library

Release 1.11.3b2

30 Jun 17:46
15d679d
Compare
Choose a tag to compare
Release 1.11.3b2 Pre-release
Pre-release

Highlights

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

16 May 15:29
Compare
Choose a tag to compare
Release 1.11.3b1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.11.2...1.11.3b1

Release 1.11.2

11 May 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.1...1.11.2

Release 1.11.1

09 May 20:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...1.11.1

Release 1.11.0

26 Apr 22:08
Compare
Choose a tag to compare

Highlights

  • Adding missing timer objects (#110)
  • Add generic binding decorators (#108)

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

Full Changelog: 1.10.1...1.11.0

Release 1.10.1

16 Mar 22:35
Compare
Choose a tag to compare

Highlights

  • Enabling New Programming Model (#99, #105)

What's Changed (Detailed)

New Contributors

Full Changelog: 1.9.0...1.10.0

1.9.0

15 Mar 18:31
818d832
Compare
Choose a tag to compare
  • Adding Kafka Headers to Bindings #100
  • Exclude azure from package build #97

Release 1.8.0

13 Nov 01:08
Compare
Choose a tag to compare
  • Added trace and retry context properties
  • Add missing date/time formats for Servicebus

Release 1.7.2

03 Jun 18:27
Compare
Choose a tag to compare
  • Fix a module registration issue where the azure.functions._thirdparty is not recognized as a submodule of azure.functions

Release 1.7.1

02 Jun 19:21
Compare
Choose a tag to compare
  • Implements an ASGI middleware wrapper compatible with ASGI 2.1 (#86)