Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[in-proc] Update Microsoft.Azure.WebJobs to 3.0.41 and Microsoft.Azure.WebJobs.Host.Storage to 5.0.1 #10288

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Jul 15, 2024

in-proc backport of #10287

Upgraded the following package versions:

  • Microsoft.Azure.WebJobs updated to 3.0.41
  • Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
  • Microsoft.Extensions.Azure updated to 1.7.1
  • Azure.Storage.Blobs updated to 12.19.1

Test failure (net8) before fixing the deps.json in tests.

Previous file: C:\Dev\OSS\azure-functions-host\out\bin\WebJobs.Script.Tests\debug_net8.0\Microsoft.Azure.WebJobs.Script.WebHost.deps.json
New file:      C:\Dev\OSS\azure-functions-host\out\bin\WebJobs.Script.WebHost\debug_net8.0\Microsoft.Azure.WebJobs.Script.WebHost.deps.json

  Changed:
    - Azure.Storage.Blobs.dll: 12.13.0.0/12.1300.22.35704 -> 12.19.1.0/12.1900.123.56305
    - Azure.Storage.Common.dll: 12.12.0.0/12.1200.22.35704 -> 12.18.1.0/12.1800.123.56305
    - Microsoft.Extensions.Azure.dll: 1.7.0.0/1.700.23.40801 -> 1.7.1.0/1.700.123.52701

  Removed:

  Added:

Expected: True
Actual:   False

Second commit in the PR fixes the deps.json files(net6,net8) in tests.

  - Microsoft.Azure.WebJobs updated to 3.0.41
  - Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
  - Microsoft.Extensions.Azure updated to 1.7.1
  - Azure.Storage.Blobs updated to 12.19.1
@kshyju kshyju merged commit 4c01fca into in-proc Jul 15, 2024
10 checks passed
@kshyju kshyju deleted the shkr/in-proc_webjobspackages branch July 15, 2024 21:41
v-imohammad pushed a commit that referenced this pull request Jul 15, 2024
…e.WebJobs.Host.Storage to 5.0.1 (#10288)

* Upgraded the following package versions:
  - Microsoft.Azure.WebJobs updated to 3.0.41
  - Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
  - Microsoft.Extensions.Azure updated to 1.7.1
  - Azure.Storage.Blobs updated to 12.19.1

* Updating deps.json for Tests.
v-imohammad added a commit that referenced this pull request Jul 16, 2024
* JIT Trace - 4.35.0 using in-proc as base (#10281)

* Adding a timeout to `IFunctionProvider.GetFunctionMetadataAsync`  (#10249) (#10273)

* Adding a timeout to IFunctionProvider.GetFunctionMetadataAsync so that if a provider does not return, it will not cause a deadlock state.

* Adding release notes.

* Added a new internal property `MetadataProviderTimeoutInSeconds` which can be set to a different value than default, from the tests.

* Added comment about property being settable.

* PR feedback fixes. Throws an error when the function metadata provider method throws or when the operation timeseout.

* [in-proc port] Ensure extension RPC endpoints ready before processing gRPC messages (#10282)

* Ensure extension RPC endpoints ready before processing gRPC messages (#10255)

* Ensure extension RPC endpoints ready before processing gRPC messages

* Add timeout and tests to waiting on RPC extensions.

* update release_notes.md

* [in-proc] Update Microsoft.Azure.WebJobs to 3.0.41 and Microsoft.Azure.WebJobs.Host.Storage to 5.0.1 (#10288)

* Upgraded the following package versions:
  - Microsoft.Azure.WebJobs updated to 3.0.41
  - Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
  - Microsoft.Extensions.Azure updated to 1.7.1
  - Azure.Storage.Blobs updated to 12.19.1

* Updating deps.json for Tests.

---------

Co-authored-by: Shyju Krishnankutty <[email protected]>
Co-authored-by: Jacob Viau <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants