-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Bump Microsoft.Azure.Functions.Worker.Sdk from 1.10.0 to 1.11.0 in /dotnet #1826
Merged
shawncal
merged 1 commit into
main
from
dependabot/nuget/dotnet/Microsoft.Azure.Functions.Worker.Sdk-1.11.0
Jul 4, 2023
Merged
Bump Microsoft.Azure.Functions.Worker.Sdk from 1.10.0 to 1.11.0 in /dotnet #1826
shawncal
merged 1 commit into
main
from
dependabot/nuget/dotnet/Microsoft.Azure.Functions.Worker.Sdk-1.11.0
Jul 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
.NET
Issue or Pull requests regarding .NET code
dependencies
Pull requests that update a dependency file. Used by Dependabot.
labels
Jul 3, 2023
Bumps [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](Azure/azure-functions-dotnet-worker@1.10.0...sdk-1.11.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/nuget/dotnet/Microsoft.Azure.Functions.Worker.Sdk-1.11.0
branch
from
July 4, 2023 05:24
5f75108
to
5ff8c53
Compare
shawncal
approved these changes
Jul 4, 2023
shawncal
deleted the
dependabot/nuget/dotnet/Microsoft.Azure.Functions.Worker.Sdk-1.11.0
branch
July 4, 2023 05:30
shawncal
pushed a commit
to shawncal/semantic-kernel
that referenced
this pull request
Jul 6, 2023
…otnet (microsoft#1826) Bumps [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-functions-dotnet-worker/releases">Microsoft.Azure.Functions.Worker.Sdk's releases</a>.</em></p> <blockquote> <h2>Microsoft.Azure.Functions.Worker.Sdk 1.11.0</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> <h3>Microsoft.Azure.Functions.Worker.Sdk 1.11.0 (meta package)</h3> <ul> <li>Update extension build project to reference Microsoft.NET.Sdk.Functions 4.2.0</li> </ul> <h3>Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.0-preview4</h3> <ul> <li>Add support for retry options (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1548">#1548</a>)</li> <li>Bug fix for when DefaultValue is not present on an IsBatched prop (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1602">#1602</a>).</li> <li>SDK changes for .NET 8.0 support (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1643">#1643</a>)</li> </ul> <h2>Microsoft.Azure.Functions.Worker 1.11.0-preview2</h2> <h2>What's Changed</h2> <ul> <li>Adding a new worker option property to opt-in the behavior to get empty entries in trigger payload by <a href="https://github.com/kshyju"><code>@kshyju</code></a> in <a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/pull/1091">Azure/azure-functions-dotnet-worker#1091</a></li> </ul> <p><em>Sample usage</em></p> <pre><code>var host = new HostBuilder() .ConfigureFunctionsWorkerDefaults((builder) => { }, (options) => { options.IncludeEmptyEntriesInMessagePayload = true; }) .Build(); <p>host.Run(); </code></pre></p> <ul> <li>New overloads for <code>WriteStringAsync</code> and <code>WriteBytesAsync</code> methods by <a href="https://github.com/kshyju"><code>@kshyju</code></a> in <a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/pull/1111">Azure/azure-functions-dotnet-worker#1111</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Azure/azure-functions-dotnet-worker/compare/1.11.0-preview1...1.11.0-preview2">https://github.com/Azure/azure-functions-dotnet-worker/compare/1.11.0-preview1...1.11.0-preview2</a></p> <h2>Microsoft.Azure.Functions.Worker 1.11.0-preview1</h2> <h2>What's Changed</h2> <ul> <li>Added support for surfacing user-thrown exception to App Insights (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/939">#939</a>)</li> <li>Source-generated function metadata: implementation change to improve cold-start performance (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/956">#956</a>) <ul> <li>This functionality requires version <code>1.8.0-preview1</code> of <code>Microsoft.Azure.Functions.Worker.Sdk</code> or higher.</li> </ul> </li> </ul> <p>Steps for opting into the source-generation preview:</p> <ol> <li>Add MSBuild property <code><FunctionsEnableWorkerIndexing>true</FunctionsEnableWorkerIndexing></code> app's <code>.csproj</code> file.</li> <li>In <code>local.settings.json</code> add the property <code>"AzureWebJobsFeatureFlags": "EnableWorkerIndexing"</code> to configure the Azure Functions host to use worker-indexing.</li> <li>Call the <code>IHostBuilder</code> extension, <code>ConfigureGeneratedFunctionMetadataProvider</code> in <code>Program.cs</code>:</li> </ol> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/a6322a3eb70bb6df93a9b22950c7bd50f8157e97"><code>a6322a3</code></a> Updating gRPC package version</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/bdc8f0417e86db1ad1120f0de100de990118af9a"><code>bdc8f04</code></a> Removing preview for SDK release</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/060d97d047c8f0e0824bdc1346a24704152e9236"><code>060d97d</code></a> Cleanup analyzer rules (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1686">#1686</a>)</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/ccb3e0c3e93ccc590c42cba9e5543fe29d9cac55"><code>ccb3e0c</code></a> Updating Worker packages for release</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/f80b0025e755ac6e21526ec0afee7fdef0a09c4f"><code>f80b002</code></a> Updating ASP.NET Core integration preview version</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/a79adf4b8ecd86445e1aac9154541ada264a06e2"><code>a79adf4</code></a> Fix symbol to NET5_0_OR_GREATER (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1662">#1662</a>)</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/d3414ddd08144cf68c556a0c706468603e01cefd"><code>d3414dd</code></a> Remove http proxy sample from FunctionApp (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1663">#1663</a>)</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/240d5ffeb25020aa54c6afeb225ff20d00de8759"><code>240d5ff</code></a> Add SignalR test project to sln file (<a href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1664">#1664</a>)</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/ee532e7e1764a1dbe3cd7fedfbbdfa58489da2b0"><code>ee532e7</code></a> Update release notes.</li> <li><a href="https://github.com/Azure/azure-functions-dotnet-worker/commit/ed86b21b63222f60e02901170cf857d23decc3f3"><code>ed86b21</code></a> Setting _ToolingSuffix for V8.0 TargetFrameworkVersion</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-functions-dotnet-worker/compare/1.10.0...sdk-1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Functions.Worker.Sdk&package-manager=nuget&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Microsoft.Azure.Functions.Worker.Sdk from 1.10.0 to 1.11.0.
Release notes
Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.
... (truncated)
Commits
a6322a3
Updating gRPC package versionbdc8f04
Removing preview for SDK release060d97d
Cleanup analyzer rules (#1686)ccb3e0c
Updating Worker packages for releasef80b002
Updating ASP.NET Core integration preview versiona79adf4
Fix symbol to NET5_0_OR_GREATER (#1662)d3414dd
Remove http proxy sample from FunctionApp (#1663)240d5ff
Add SignalR test project to sln file (#1664)ee532e7
Update release notes.ed86b21
Setting _ToolingSuffix for V8.0 TargetFrameworkVersionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)