Skip to content

Releases: Azure/azure-functions-python-worker

Release 1.1.12

18 Feb 23:40

Choose a tag to compare

  • Implemented capability to isolate worker dependencies (#794)
    • New Experiment feature flag introduced - PYTHON_ISOLATE_WORKER_DEPENDENCIES (default: False)
  • Setting PTPTC to None for Py3.9 only (#791)
    • More info on PYTHON_THREADPOOL_THREAD_COUNT in the docs page
  • Update Python SDK Version to 1.6.0 (#812)
  • Adding updates to the log messages (#805)

Release 1.1.10

24 Nov 09:31

Choose a tag to compare

  1. Add support for Python 3.9 on Windows

Release 1.1.9

18 Nov 21:34

Choose a tag to compare

  1. Reduce Linux and macOS Python worker size by enabling manylinux2010 wheel in Python worker. (#782)

Release 1.1.8

10 Nov 21:10
fd0a96b

Choose a tag to compare

  1. Add support for Python 3.9 on Linux and macOS. Windows is currently under development as gRPC Wheel for Python 3.9 is missing. [#751, #766, #775]
  2. Fix an issue where PYTHON_THREADPOOL_THREAD_COUNT is not recognized in Linux Consumption SKU [#774]
  3. Reverting the support for debug logs in executed functions introduced in #745. [#780]
  4. Add support for ServiceBus trigger to handle batch messages when "cardinality" is set to "many" in function.json [Azure/azure-functions-python-library#73]

Release 1.1.6

01 Oct 02:27
72e7c3e

Choose a tag to compare

  1. Update azure-functions library to 1.4.0
  2. Add PYTHON_THREADPOOL_THREAD_COUNT app setting (#744)
  3. Adding support for debug logs in executed functions. (#745)

Release 1.1.5

09 Sep 17:33

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

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

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

Choose a tag to compare

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

Release 1.1.1

03 May 05:07
5ac0afe

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)