Releases: Azure/azure-functions-python-worker
Releases · Azure/azure-functions-python-worker
Release 1.0.4
In this release:
- Update azure-functions library to 1.1.0
- Fix an issue where iothub metadata are missing in the EventHub trigger azure-functions #42
- Fix an issue where cardinality is not handled correctly in EventHub when setting
cardinality = 'many'
- Fix an issue where current working directory is not pointing to project root in Linux Consumption apps #613
- Add WSGI support azure-functions #45
Release 1.0.3
Release 1.0.2
In this release:
- Ensure that
EventHub
trigger/bindings accepts enumerable parameter annotations. - Update E2E tests for
EventHub
trigger.
Release 1.0.1
In this release:
- Pass bytes from invocation request metadata
- Generate platform-specific NuGet for packing with Azure Functions Host
- Add Azure-environment startup code to worker with separate path for local development
Release 1.0.0
In this release:
- Handle EventHub cardinality setting
- Reload
google
module to account for user dependencies
Release 1.0.0b11
In this release:
- Remove worker from azure namespace
- E2E testing starter code
Release 1.0.0b10
In this release:
- Point fix to allow
azure
namespace resolution for user code - Separation of unit and E2E tests
Release 1.0.0b9
In this release:
- Support for generic bindings
- Generic table binding support
- Marshall import exceptions for better readability
Release 1.0.0b8
In this release:
- Allow raw body bytes to be sent to the worker from the Functions Host.
- Clear environment for placeholder startup
- Revert worker.py compatibility fix
- Remove grpc tools from worker run environment
Release 1.0.0b7
In this release:
- Adding support for reloading environment variables
- Remove obsolete disabled property