Skip to content

Releases: Azure/azure-functions-python-worker

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

Release 1.0.0b4

21 Feb 19:25

Choose a tag to compare

In this release:

  1. Fix binding for multiple out params
  2. DateTime parsing fix
  3. Add function app top-level directory as __app__
  4. Use rawHttp body

Release 1.0.0b1

27 Nov 00:18
1.0.0b1

Choose a tag to compare

Improvements

Fixes

Release 1.0.0a6

03 Oct 17:04
1.0.0a6

Choose a tag to compare

Release 1.0.0a6 Pre-release
Pre-release

Improvements

  • Add support for ServiceBus bindings
    (in 09a3e3f for #133)

  • Add support for Python 3.7
    (in 44d32e5 for #166)

  • Add HttpRequest.route_params property to access parsed route arguments
    (in eb48048 for #198)

  • Allow returning multiple messages in a queue binding
    (in 5d62e62 for #192)

Release 1.0.0a4

28 Aug 00:13

Choose a tag to compare

Release 1.0.0a4 Pre-release
Pre-release
Updating README (#188)