Releases: Azure/azure-functions-python-worker
Release 4.41.0
Release Summary
This release includes small bug fixes, improvements, and updates in SDK / runtime versions.
What's Changed
- Improvements:
- fix: log sub-exceptions by @hallvictoria in #1786
- Bug Fixes:
- fix: Py3.13 grpc size limit fix by @gavin-aguiar in #1805
- fix: 3.13 debug logging, error message typo, remove unhelpful warning log by @hallvictoria in #1799
- fix: 3.13 AppInsights logging by @hallvictoria in #1791
- Maintenance:
- build: update version to 1.1.0b2 by @hallvictoria in #1804
- build: update version to 1.1.0b3 by @hallvictoria in #1802
- build: allow for downloading artifact from partially successful pipelines by @hallvictoria in #1803
- build: update Python SDK Version to 1.25.0b2 by @hallvictoria in #1798
- fix: update typing inspect get_origin check by @hallvictoria in #1691
Runtime Version
- 4.1046
- azure-functions-runtime==1.1.0b3
- azure-functions-runtime-v1==1.1.0b2
- azure-functions==1.25.0b2
Full Changelog: 4.40.2...4.41.0
azure-functions-runtime-v1 1.1.0b2
Release Summary
This release includes fixes for debug logging and error message typos and removes unhelpful logs.
What's Changed
- Bug Fixes:
- fix: log sub-exceptions by @hallvictoria in #1786
- fix: 3.13 AppInsights logging by @hallvictoria in #1791
- fix: 3.13 debug logging, error message typo, remove unhelpful warning log by @hallvictoria in #1799
Full Changelog: runtimes/v2-1.1.0b1...runtimes/v1-1.1.0b2
azure-functions-runtime 1.1.0b3
Release Summary
This release includes fixes for debug logging and error message typos, and removes unhelpful logs.
What's Changed
- Bug Fixes:
- fix: 3.13 AppInsights logging by @hallvictoria in #1791
- fix: 3.13 debug logging, error message typo, remove unhelpful warning log by @hallvictoria in #1799
Full Changelog: runtimes/v2-1.1.0b2...runtimes/v2-1.1.0b3
azure-functions-runtime 1.1.0b2
Release Summary
This release includes improved logging for sub-exceptions.
What's Changed
-
Bug Fixes:
- fix: log sub-exceptions by @hallvictoria in #1786
-
Maintenance:
- build: update version to 1.1.0b2 by @hallvictoria in #1788
Full Changelog: runtimes/v2-1.1.0b1...runtimes/v2-1.1.0b2
Release 4.40.2
Release Summary
This release uses the official grpcio build for Python 3.14.
What's Changed
- Maintenance:
- build: use official grpc for python 3.14 by @hallvictoria in #1780
- build: update version to 4.40.2 by @hallvictoria in #1781
Runtime Version
- 4.1044
- azure-functions-runtime==1.1.0b1
- azure-functions-runtime-v1==1.1.0b1
- azure-functions==1.24.0b4
Full Changelog: 4.40.1...4.40.2
Release 4.40.1
Release Summary
This release fixes Python 3.14 preview support and OpenTelemetry bugs in Python 3.13.
What's Changed
-
Bug Fixes:
- fix: set_otel_libs_available() typo fix by @hallvictoria in #1773
- build: worker.py changes for 3.14 by @hallvictoria in #1776
-
Maintenance:
- build: update version to 1.1.0b1 by @hallvictoria in #1774
- build: update version to 4.40.1 by @hallvictoria in #1777
Runtime Version
- 4.1044
- azure-functions-runtime==1.1.0b1
- azure-functions-runtime-v1==1.1.0b1
- azure-functions==1.24.0b4
Full Changelog: 4.40.0...4.40.1
azure-functions-runtime 1.1.0b1
Release Summary
This release adds support for Service Bus message settlement and fixes a bug with OpenTelemetry.
What's Changed
-
New Features:
- feat: support sb settlement client by @hallvictoria in #1763
-
Maintenance:
- chore: add EOL log by @hallvictoria in #1747
-
Bug Fixes:
- fix: set_otel_libs_available() typo fix by @hallvictoria in #1773
Full Changelog: azure_functions_worker_v2-1.0.0b2...runtimes/v2-1.1.0b1
Release 4.40.0
Release Summary
This release introduces Python 3.14 preview support and adds support for Service Bus message settlement.
What's Changed
-
New Features:
- feat: support python 3.14 by @hallvictoria in #1766
- feat: support sb settlement client by @hallvictoria in #1763
-
Build & Testing (internal):
- chore: validate artifact by @hallvictoria in #1756
- build: update azurefunctions-extensions-bindings-blob version to 1.1.1 by @hallvictoria in #1762
- build: update azurefunctions-extensions-base version to 1.1.0 by @hallvictoria in #1765
- build: update azurefunctions-extensions-bindings-servicebus version to 1.0.0b2 by @hallvictoria in #1767
- test: add ServiceBus SDK tests by @hallvictoria in #1678
Runtime Version
- 4.1044
- azure-functions-runtime==1.0.0
- azure-functions-runtime-v1==1.0.0
- azure-functions==1.24.0b4
Full Changelog: 4.39.2...4.40.0
Release 4.39.2
What's Changed
- build: refactor afw & proxy into workers/ by @hallvictoria in #1702
- test: CosmosDB emulator tests by @hallvictoria in #1713
- feat: V2 library worker by @hallvictoria in #1706
- build: update azurefunctions-extensions-bindings-blob to 1.1.0 by @hallvictoria in #1727
- build: Update FastApi version to 1.0.1 by @hallvictoria in #1721
- feat: V1 library worker by @hallvictoria in #1719
- build: Release V1 as 1.0.0b1 by @hallvictoria in #1729
- fix: Consumption tests fixes by @gavin-aguiar in #1717
- build: update version to 1.0.0b1 by @hallvictoria in #1734
- fix: fix protobuf import for V2 by @hallvictoria in #1736
- build: update version to 1.0.0b2 by @hallvictoria in #1737
- build: update Python Runtime Version to 1.0.0b2 by @hallvictoria in #1738
- refactor: Library worker renaming by @gavin-aguiar in #1733
- feat: allow event loop to be uvloop by @EvanR-Dev in #1697
- fix: Logging fix for python 3.13 by @gavin-aguiar in #1745
- refactor: Moving threadpool configs to the library worker by @gavin-aguiar in #1741
- fix: improve function error messages by @hallvictoria in #1743
- chore: add EOL log by @hallvictoria in #1747
- fix: linux-arm64 3.13 build fix, misc test fixes by @hallvictoria in #1750
- build: update Python SDK Version to 1.24.0b4 by @hallvictoria in #1755
- fix: run tests in official build by @hallvictoria in #1757
Runtime Version
- 4.1043
Full Changelog: 4.38.0...4.39.2
Release azure-functions-runtime 1.0.0b2
What's Changed
- fix: fix protobuf import for V2 by @hallvictoria in #1736
- build: update version to 1.0.0b2 by @hallvictoria in #1737
Full Changelog: azure_functions_worker_v2-1.0.0b1...azure_functions_worker_v2-1.0.0b2