Skip to content

Releases: Azure/azure-functions-python-worker

Release 1.0.2

13 Dec 20:37
bf728b1

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

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

Release 1.0.0

04 Sep 22:21
8c69b4e

Choose a tag to compare

In this release:

  1. Handle EventHub cardinality setting
  2. Reload google module to account for user dependencies

Release 1.0.0b11

01 Aug 22:51
150d500

Choose a tag to compare

In this release:

  1. Remove worker from azure namespace
  2. E2E testing starter code

Release 1.0.0b10

20 Jul 01:43
d5a1587

Choose a tag to compare

In this release:

  1. Point fix to allow azure namespace resolution for user code
  2. Separation of unit and E2E tests

Release 1.0.0b9

10 Jul 17:23
019260a

Choose a tag to compare

In this release:

  1. Support for generic bindings
  2. Generic table binding support
  3. Marshall import exceptions for better readability

Release 1.0.0b8

17 Jun 23:11
9c3f057

Choose a tag to compare

In this release:

  1. Allow raw body bytes to be sent to the worker from the Functions Host.
  2. Clear environment for placeholder startup
  3. Revert worker.py compatibility fix
  4. Remove grpc tools from worker run environment

Release 1.0.0b7

20 May 18:08
4aaced8

Choose a tag to compare

In this release:

  1. Adding support for reloading environment variables
  2. Remove obsolete disabled property

Release 1.0.0b6

01 May 00:53
49e6cf1

Choose a tag to compare

In this release:

  1. Support for adding out-of-tree bindings

Release 1.0.0b5

24 Apr 21:57
5526495

Choose a tag to compare

In this release:

  1. Support for raw binding data types
  2. Handle empty ServiceBus messages
  3. IOTHub metadata added to EventHub trigger metadata