Skip to content

Releases: Azure/azure-functions-python-worker

Release 1.1.5

09 Sep 17:33
Compare
Choose a tag to compare
  1. Update azure-functions library to 1.3.1
    • Fix an issue where EnqueuedTimeUtc is returning None in EventHub trigger.
    • Fix an issue where Blob trigger throws an exception when the blob does not exist in storage account. Will return None instead.
  2. Append /home/site/wwwroot to sys.path to support import statement without __app__ namespace prefix (#726)

Release 1.1.4

14 Jul 22:52
Compare
Choose a tag to compare
  1. Fix the 'EnumTypeWrapper' object has no attribute 'System' issue for customers who use protobuf < 3.8.0 package. (#725)
  2. Fix an issue where EventHubEvent.metadata and ServiceBusMessage.metadata are not accessible from Python functions.

Release 1.1.3

07 Jul 01:33
80b5f4e
Compare
Choose a tag to compare
  • [Hotfix] Fix an issue where the dispatcher cannot be found ("no currently running Dispatcher is found") due to asyncio event loop collision with third-party libraries.

Release 1.1.2

25 Jun 00:00
3d9f808
Compare
Choose a tag to compare

[#703] Hotfix - issue found which prevent workload > 4MB.

Release 1.1.1

03 May 05:07
5ac0afe
Compare
Choose a tag to compare
  • Update azure-functions library to 1.2.1 with support for EventGrid output binding.
  • Minor fixes
    • Drop GRPC message size limitation (#632)
    • Improve logging in python worker (#637)
    • Move implicit output bindings serialization logic to Python library (#643)
    • Adding better troubleshooting messaging (#665)

Release 1.1.0

28 Feb 23:03
Compare
Choose a tag to compare

In this release:

  1. Update azure-functions library to 1.2.0
  2. Fix an issue where worker fails to load failover azure.functions library when customer's code is not importing the library properly.
  3. Add Python Durable Functions support #227

Release 1.0.4

21 Feb 02:27
9b3b422
Compare
Choose a tag to compare

In this release:

  1. Update azure-functions library to 1.1.0
  2. Fix an issue where iothub metadata are missing in the EventHub trigger azure-functions #42
  3. Fix an issue where cardinality is not handled correctly in EventHub when setting cardinality = 'many'
  4. Fix an issue where current working directory is not pointing to project root in Linux Consumption apps #613
  5. Add WSGI support azure-functions #45

Release 1.0.3

30 Jan 19:23
3869532
Compare
Choose a tag to compare

In this release:

  1. Update azure-functions version to 1.0.8
  2. Fix an issue where the user event loop fails to emit logs (#602)
  3. Adding TraceContext to allow Python user getting App Insight information (#554)

Release 1.0.2

13 Dec 20:37
bf728b1
Compare
Choose a tag to compare

In this release:

  1. Ensure that EventHub trigger/bindings accepts enumerable parameter annotations.
  2. Update E2E tests for EventHub trigger.

Release 1.0.1

01 Nov 20:20
08f69da
Compare
Choose a tag to compare

In this release:

  1. Pass bytes from invocation request metadata
  2. Generate platform-specific NuGet for packing with Azure Functions Host
  3. Add Azure-environment startup code to worker with separate path for local development