Skip to content

Releases: Azure/azure-functions-host

4.1.0-17156

15 Dec 19:53
b99c08f
Compare
Choose a tag to compare

Release notes

Release sprint: Sprint 113
[ bugs | features ]

3.4.1

11 Nov 01:38
9fb0710
Compare
Choose a tag to compare

Release notes

  • Added warning for customer registering HttpClient with DI (#7674)
  • Updated Java Worker Version to 1.9.0
  • Added analyzer suggesting best HttpClient usage practices. (#7718)

Release sprint: Sprint 111
[ bugs | features ]

3.3.1

07 Oct 21:00
bd2b318
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 1.2.6
  • Updated PowerShell Worker (PS7) to 3.0.1045

Release sprint: Sprint 107
[ bugs | features ]

3.3.0

07 Oct 17:47
f2e1d9d
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 1.2.6
  • Updated PowerShell Worker (PS7) to 3.0.1045
  • Language worker concurrency

Release sprint: Sprint 107
[ bugs | features ]

3.2.0

16 Aug 22:27
5ffe001
Compare
Choose a tag to compare

Release notes

  • Updated Azure.Core reference 1.17.0
  • Updated Azure.Identity reference to 1.4.1
  • Update Azure.Storage.Blobs to 12.9.0 (#7456)
  • Update Python Worker Version to 1.2.5
  • Add GRPC messages types to protobuf for worker indexing along with relevant functions and tests (#7541)
  • Updated PowerShell Worker (PS7) to 3.0.912

Release sprint: Sprint 104
[ bugs | features ]

3.1.4

29 Jul 18:09
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 1.2.5

3.1.3

15 Jul 19:47
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 1.2.4

3.1.1

06 Jul 15:55
fb186a3
Compare
Choose a tag to compare

Release notes

This is a LINUX only release to update and solve failing Python Worker OGFs

  • Update Python Worker Version to 1.2.4

3.1.0

30 Jun 16:56
3499952
Compare
Choose a tag to compare

Release notes

  • Capture diagnostic events
  • Added a feature flag to opt out of the default behavior where the host sets the environment name to Development when running in debug mode. To disable the behavior, set the app setting: AzureWebJobsFeatureFlags to DisableDevModeInDebug
  • Reorder CORS and EasyAuth middleware to prevent EasyAuth from blocking CORS requests (#7315)
  • Updated PowerShell Worker (PS7) to 3.0.833
  • Add IDistributedLockManager for Kubernetes environment (#7327)
  • Call EnableDrainModeAsync on ApplicationStopping (#7262)
  • Added Roslyn analyzer projects and avoid async void analyzer (#5612)
  • Updated Node Worker to 2.1.2
  • Updated Python Worker to 1.2.3

Release sprint: Sprint 100
[ bugs | features ]

3.0.15960

08 Jun 18:06
Compare
Choose a tag to compare

Release notes

This is a hotfix addressing issue with AzureStorageProvider using the wrong configuration in custom startup scenarios (#7424) [ bug ]