Skip to content

Releases: Azure/azure-functions-python-library

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)

Release 1.7.0

23 Mar 21:11
Compare
Choose a tag to compare
  • Exposed Python Worker Extension Interfaces for third-party libraries to integrate into Azure Functions Python Worker.
    • Third-party library vendors can now implement the abstract classes FuncExtensionBase (apply to specific trigger) and AppExtensionBase (apply to all triggers in function app) to allow Python Worker execute your lifecycle hooks.
    • Lifecycle hooks that is supported in AppExtensionBase: post_function_load_app_level, pre_invocation_app_level, post_invocation_app_level
    • Lifecycle hooks that is supported in FuncExtensionBasse: post_function_load, pre_invocation, post_invocation

Release 1.6.0

28 Jan 00:16
Compare
Choose a tag to compare
  • Exposing properties and metadata fields for blobs (#77)

Release 1.5.0

09 Nov 18:02
Compare
Choose a tag to compare

In this release:

  • Added support to ServiceBusTrigger batch processing when cardinality is set to many in function.json (#66)

Release 1.4.0

30 Sep 21:47
ddadbf9
Compare
Choose a tag to compare

In this release:

  • Added support for Entity Trigger (#68)