Skip to content

Commit

Permalink
.Net: Bump Microsoft.Azure.Functions.Worker from 1.17.0 to 1.18.0 in …
Browse files Browse the repository at this point in the history
…/dotnet (#2031)

Bumps
[Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker)
from 1.17.0 to 1.18.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's
releases</a>.</em></p>
<blockquote>
<h2>Microsoft.Azure.Functions.Worker 1.18.0</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
<h3>Microsoft.Azure.Functions.Worker (metapackage) 1.18.0</h3>
<h3>Microsoft.Azure.Functions.Worker.Core 1.14.0</h3>
<ul>
<li>Unsealed <code>InputConverterAttribute</code>. Implementers can now
derive from this type to map attributes to custom converters. (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1712">#1712</a>)</li>
<li>Add support for deferred binding (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1676">#1676</a>)</li>
<li>Add binding attribute to converter context (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1660">#1660</a>)</li>
</ul>
<h3>Microsoft.Azure.Functions.Worker.Grpc 1.12.0</h3>
<ul>
<li>Add support for deferred binding (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1676">#1676</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Azure/azure-functions-dotnet-worker/compare/1.17.0...1.18.0">https://github.com/Azure/azure-functions-dotnet-worker/compare/1.17.0...1.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-functions-dotnet-worker/blob/1.18.0/release_notes.md">Microsoft.Azure.Functions.Worker's
changelog</a>.</em></p>
<blockquote>
<h3>Microsoft.Azure.Functions.Worker (metapackage) 1.18.0</h3>
<ul>
<li>
<!-- raw HTML omitted -->
</li>
</ul>
<h3>Microsoft.Azure.Functions.Worker.Core 1.14.0</h3>
<ul>
<li>Unsealed <code>InputConverterAttribute</code>. Implementers can now
derive from this type to map attributes to custom converters. (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1712">#1712</a>)</li>
<li>Add support for deferred binding (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1676">#1676</a>)</li>
<li>Add binding attribute to converter context (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1660">#1660</a>)</li>
</ul>
<h3>Microsoft.Azure.Functions.Worker.Grpc 1.12.0</h3>
<ul>
<li>Add support for deferred binding (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1676">#1676</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/e453de8d3856d60cef9c86b5d412817cea678340"><code>e453de8</code></a>
Prepare package versions and release notes for release (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1676">#1676</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/315720535bc818e8eefbb41ddf05f04d4ad3beda"><code>3157205</code></a>
Update ci.yml to enable use of tags for release (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1559">#1559</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/82857314008d63e81bc360cde6727f17131a3d96"><code>8285731</code></a>
Add binding attribute to converter context (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1660">#1660</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/424fc1d3ae870e43b7fa52026ffa444236ed271b"><code>424fc1d</code></a>
Refactor deferred binding attributes (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1723">#1723</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/ce7b2a4b7d6d72c487c9cce31278fd5f0a96e367"><code>ce7b2a4</code></a>
Implementing bypass deferred binding in Source Generator (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1610">#1610</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/f3bccb34187d7f795557fa984ff63934d739ae4e"><code>f3bccb3</code></a>
Implement bypass deferred binding (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1462">#1462</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/420ccd6c11576e3699ee2378bdc687890b5b7ee2"><code>420ccd6</code></a>
Implement initial support for SDK-type binding reference type (<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1107">#1107</a>,
<a
href="https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/1275">#1275</a>)</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/d54452ec6d10d9c2177a9ee5265e270af3262b09"><code>d54452e</code></a>
Updating test SDK reference and fixing HTTP E2E test app</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/a27543aa460a3cd8e164aca950140f24fbac85c9"><code>a27543a</code></a>
Add E2E tests</li>
<li><a
href="https://github.com/Azure/azure-functions-dotnet-worker/commit/bb1e1fc9b56a9dbf7f4dd5dafb78812a86782051"><code>bb1e1fc</code></a>
Adding FromBody binding support</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-functions-dotnet-worker/compare/1.17.0...1.18.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&package-manager=nuget&previous-version=1.17.0&new-version=1.18.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>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 2fd00a4 commit f1fb50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/dotnet/KernelHttpServer/KernelHttpServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.12.0" OutputItemType="Analyzer" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.17.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.18.0" />
<PackageReference Include="Microsoft.Graph" Version="4.54.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="0.17.230704.3-preview" />
<PackageReference Include="Microsoft.SemanticKernel.Skills.Document" Version="0.17.230704.3-preview" />
Expand Down

0 comments on commit f1fb50f

Please sign in to comment.