Tff27 / tff-blog

Personal Blog
1 stars 0 forks source link

chore(deps): bump the microsoft group with 5 updates #218

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

Bumps the microsoft group with 5 updates:

Package From To
Microsoft.AspNetCore.Components.WebAssembly 7.0.8 7.0.11
Microsoft.AspNetCore.Components.WebAssembly.DevServer 7.0.8 7.0.11
Microsoft.Azure.Functions.Worker.Extensions.Http 3.0.13 3.1.0
Microsoft.Azure.Functions.Worker.Sdk 1.10.0 1.14.1
Microsoft.Azure.Functions.Worker 1.14.1 1.19.0

Updates Microsoft.AspNetCore.Components.WebAssembly from 7.0.8 to 7.0.11

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

.NET 7.0.11

Release

.NET 7.0.10

Release

.NET 7.0.9

Release

Commits


Updates Microsoft.AspNetCore.Components.WebAssembly.DevServer from 7.0.8 to 7.0.11

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

.NET 7.0.11

Release

.NET 7.0.10

Release

.NET 7.0.9

Release

Commits


Updates Microsoft.Azure.Functions.Worker.Extensions.Http from 3.0.13 to 3.1.0

Commits


Updates Microsoft.Azure.Functions.Worker.Sdk from 1.10.0 to 1.14.1

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

Microsoft.Azure.Functions.Worker 1.14.1

What's Changed

Microsoft.Azure.Functions.Worker 1.14.1 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.1

Microsoft.Azure.Functions.Worker.Core 1.12.1

  • Minor documentation updates (no functional changes)

Microsoft.Azure.Functions.Worker.Grpc 1.10.1

  • Fixed an issue causing throughput degradation and for synchronous functions, blocked the execution pipeline. (#1516)

Microsoft.Azure.Functions.Worker.Sdk 1.14.1

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.14.1

  • Update Microsoft.Azure.Functions.Worker.Sdk.Generators dependency to 1.1.1

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.1.1

  • Updated source generated version of function executor to prevent generating type names which causes namespace ambiguity with existing types.(#1847)
  • Updated source generated version of function metadata provider to correctly generate binding values for async functions.(#1817)

Microsoft.Azure.Functions.Worker 1.14.0

What's Changed

Microsoft.Azure.Functions.Worker 1.14.0 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.0

Microsoft.Azure.Functions.Worker.Core 1.12.0

  • Fix ArgumentOutOfRangeException when using HttpDataRequestDataExtensions.ReadAsStringAsync in .NET Framework (#1466)

Microsoft.Azure.Functions.Worker.Grpc 1.10.0

  • Including worker metadata & capabilities in env reload response (#1425)
  • Fix race condition causing GrpcWorker initialization failure (#1508)
  • Fix null reference exception when retry context is not set (#1476)

Microsoft.Azure.Functions.Worker.Sdk 1.14.0

What's Changed

... (truncated)

Changelog

Sourced from Microsoft.Azure.Functions.Worker.Sdk's changelog.

Microsoft.Azure.Functions.Worker 1.14.1 (meta package)

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.12.1
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.10.1

Microsoft.Azure.Functions.Worker.Core 1.12.1

  • Minor documentation updates (no functional changes)

Microsoft.Azure.Functions.Worker.Grpc 1.10.1

  • Fixed an issue causing throughput degradation and for synchronous functions, blocked the execution pipeline. (#1516)
Commits


Updates Microsoft.Azure.Functions.Worker from 1.14.1 to 1.19.0

Release notes

Sourced from Microsoft.Azure.Functions.Worker's releases.

Microsoft.Azure.Functions.Worker 1.19.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.19.0

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.15.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.14.0

Microsoft.Azure.Functions.Worker.Core 1.15.0

  • Auto register auto generated IHostBuilder extension methods. (#1794)

Microsoft.Azure.Functions.Worker.Grpc 1.14.0

  • Updated protobuf file to v1.10.0-protofile (#1774)
  • Add placeholder support for linux platform. (#1704)
  • Remove incorrect failure log during successful cancellation flow (#1797)

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/1.18.0...1.19.0

Microsoft.Azure.Functions.Worker 1.18.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.18.0

Microsoft.Azure.Functions.Worker.Core 1.14.0

  • Unsealed InputConverterAttribute. Implementers can now derive from this type to map attributes to custom converters. (#1712)
  • Add support for deferred binding (#1676)
  • Add binding attribute to converter context (#1660)

Microsoft.Azure.Functions.Worker.Grpc 1.12.0

  • Add support for deferred binding (#1676)

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/1.17.0...1.18.0

Microsoft.Azure.Functions.Worker 1.17.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.17.0

  • Nothing

Microsoft.Azure.Functions.Worker.Core 1.13.0

  • Nothing

... (truncated)

Changelog

Sourced from Microsoft.Azure.Functions.Worker's changelog.

Microsoft.Azure.Functions.Worker (metapackage) 1.19.0

  • Update Microsoft.Azure.Functions.Worker.Core dependency to 1.15.0
  • Update Microsoft.Azure.Functions.Worker.Grpc dependency to 1.14.0

Microsoft.Azure.Functions.Worker.Core 1.15.0

  • Auto register auto generated IHostBuilder extension methods. (#1794)

Microsoft.Azure.Functions.Worker.Grpc 1.14.0

  • Updated protobuf file to v1.10.0-protofile (#1774)
  • Add placeholder support for linux platform. (#1704)
  • Remove incorrect failure log during successful cancellation flow (#1797)
Commits
  • e358ca5 Bumping up package versions for release (#1812)
  • 3829bbd Implementation of the FromBody binding converter for the ASP.NET Core Integra...
  • 11e96ab Auto register auto generated IHostBuilder extension methods (#1794)
  • d990958 Introducing LagThreshold as a Kafka Trigger Attribute for scaling purposes. (...
  • b060c1d Disable blob container path analyzer when an expression is used for the blob ...
  • b862aae Update blob and cosmos to use IOptionsMonitor (#1809)
  • 887f5a9 Update typo in README.md (#1793)
  • 5ed3480 Update release notes (#1800)
  • effc01e Prepare ServiceBus extension for release (#1789)
  • f89ff7d Refactor ServiceBus converter & tests (#1716, #1723, #1727)
  • Additional commits viewable in compare view


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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions