Skip to content

Releases: Azure/azure-functions-python-worker

Release 4.9.0

17 Nov 01:37
Compare
Choose a tag to compare
  • Fill in Release Note Here

What's Changed

Full Changelog: 4.8.0...4.9.0

Release 4.8.0

11 Oct 19:45
eaa1369
Compare
Choose a tag to compare

Reliability and monitoring improvements.

What's Changed

Full Changelog: 4.7.0...4.8.0

Release 4.7.0

02 Sep 18:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...4.7.0

Release 4.6.0

23 Aug 20:13
Compare
Choose a tag to compare

Highlights

What's Changed

Full Changelog: 4.5.0...4.6.0

Release 4.5.0

17 Aug 00:47
Compare
Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: 4.3.0...4.5.0

Release 4.4.0

26 Jul 23:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

Release 4.3.0

08 Jul 21:23
Compare
Choose a tag to compare

Highlights

  • Supporting PyStein programming model in the Worker by @gavin-aguiar in #965
  • Enabled dependency isolation by default by @gavin-aguiar in #1055
  • Enable support for multiple Set-Cookie response headers (Native & wsgi/asgi) by @YunchuWang in #1004
  • Blueprint support within PyStein

What's Changed

New Contributors

Full Changelog: 4.0.0...4.3.0

4.2.0 (hotfix)

26 May 17:16
7d122f6
Compare
Choose a tag to compare

A new hotfix release for Python Worker to fix the import issue.

4.1.0 (Abandoned)

27 Apr 17:41
Compare
Choose a tag to compare
4.1.0 (Abandoned) Pre-release
Pre-release

Highlights

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

Release 3.1.3

27 Apr 17:03
4050df3
Compare
Choose a tag to compare

Highlights

  • Enabling Retry Context (#909)
  • Enabling caching for shared memory to prevent the recreation of resources (#844)
  • Update azure.functions version to 1.10.1
  • Enable dependency isolation by default for python 3.10 (#922)
  • Enable debug logging using the PYTHON_ENABLE_DEBUG_LOGGING flag (#939, #948)

What's Changed

  • Using the cache for function bindings and not deleting shared memory resources upon request to close by @gohar94 in #844
  • Add dotnet 5.0.x in CI pipeline to fix errors by @vrdmr in #901
  • Update logic to push the Python worker package to the AzureFunctionsPreRelease feed by @Francisco-Gamino in #908
  • Added Retry Context for python worker by @gavin-aguiar in #909
  • Update Python SDK Version to 1.8.0 by @vrdmr in #913
  • add sbom generator task in the pipeline by @arroyc in #918
  • remove copy file task by @arroyc in #921
  • Added e2e tests for dependency isolation by @gavin-aguiar in #919
  • Enable dependency isolation by default for python 3.10 by @gavin-aguiar in #922
  • update pipeline's agent pool as per bi operation recommendation by @arroyc in #925
  • Enable debug logging using the PYTHON_ENABLE_DEBUG_LOGGING flag by @YunchuWang in #939
  • Adding Shared Memory Diagrams by @shreyabatra4 in #942
  • Add comments to enable debug logging tests by @YunchuWang in #943
  • Make SBOM manifests packaged by @arroyc in #941
  • Enable debug logging add recommendation by @YunchuWang in #948
  • Updating UT workflow file to run on every push by @vrdmr in #968
  • fix nuspec for v2 and v3 by @arroyc in #1013
  • update sbom path for release/3.1.3 branch by @arroyc in #1014
  • Skipping linux consumption test for python 3.7 for V3 by @gavin-aguiar in #1009

New Contributors

Full Changelog: 1.2.6...3.1.3