devlooped / SponsorLink

SponsorLink: an attempt at OSS sustainability
https://www.devlooped.com/SponsorLink
MIT License
38 stars 4 forks source link

Bump the azure group with 6 updates #177

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the azure group with 6 updates:

Package From To
Azure.Core 1.37.0 1.38.0
Azure.Monitor.Query 1.2.0 1.3.1
Microsoft.Azure.Functions.Worker 1.20.1 1.21.0
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.0 1.2.1
Microsoft.Azure.Functions.Worker.Sdk 1.16.4 1.17.2
Microsoft.Azure.Functions.Worker.ApplicationInsights 1.1.0 1.2.0

Updates Azure.Core from 1.37.0 to 1.38.0

Commits


Updates Azure.Monitor.Query from 1.2.0 to 1.3.1

Release notes

Sourced from Azure.Monitor.Query's releases.

Azure.Monitor.Query_1.3.1

1.3.1 (2024-04-03)

Bugs Fixed

  • Fix bug in LogsQueryClient constructor where a NullReferenceException would be thrown when an options instance isn't passed.
  • Fix bug in MetricsQueryClient constructor where a NullReferenceException would be thrown when an options instance isn't passed.

Azure.Monitor.Query_1.3.0

1.3.0 (2024-03-28)

Other Changes

  • Enable national cloud support for US Gov and China clouds
  • MetricsBatchQueryClient renamed to MetricsClient
  • QueryBatch renamed to QueryResources in MetricsClient
  • MetricsBatchResult renamed to MetricsQueryResourcesResult in MetricsClient
  • Added MetricsClientBuilderExtensions methods
Commits


Updates Microsoft.Azure.Functions.Worker from 1.20.1 to 1.21.0

Release notes

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

Microsoft.Azure.Functions.Worker 1.21.0

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.21.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.17.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.16.0
  • Updating Azure.Core to 1.37.0

Microsoft.Azure.Functions.Worker.Core 1.17.0

  • Updating Azure.Core to 1.37.0
  • Updating System.Text.Encodings.Web for netstandard2.0

Microsoft.Azure.Functions.Worker.Grpc 1.16.0

  • Updating Azure.Core to 1.37.0
Changelog

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

Microsoft.Azure.Functions.Worker (metapackage) 1.21.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.17.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.16.0
  • Updating Azure.Core to 1.37.0

Microsoft.Azure.Functions.Worker.Core 1.17.0

  • Updating Azure.Core to 1.37.0
  • Updating System.Text.Encodings.Web for netstandard2.0

Microsoft.Azure.Functions.Worker.Grpc 1.16.0

  • Updating Azure.Core to 1.37.0
  • Updating Google.Protobuf to 3.25.2
  • Updating Grpc.Net.Client to 2.60.0
  • Updating Grpc.Net.ClientFactory to 2.60.0
  • Updating Grpc.Core to 2.46.6 (netstandard2.0 only)
Commits
  • 8a4944d Updates to project dependencies
  • 652a7f6 Updating Azure Tables extension dependencies
  • 281a973 Updating Azure Storage extensions dependencies
  • 10a5fc4 Updating SignalR service dependencies
  • 4189766 Updating Service Bus extension references.
  • 2b640f9 Updating ASP.NET Core analyzer dependencies.
  • 8dd3682 Updating EventHubs dependencies and extension reference
  • fafb1af Updating CosmosDB references
  • 33dabb5 Worker and Application insightes dependency updates.
  • 0432301 Updating test dependencies
  • Additional commits viewable in compare view


Updates Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore from 1.2.0 to 1.2.1

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore's releases.

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1

  • Implement IFunctionsWorkerApplicationBuilder.ConfigureTablesExtension() extension method
    • F# projects need to configure the extension manually due to source gen restrictions

Usage

module Program

open Microsoft.Extensions.Hosting open Microsoft.Azure.Functions.Worker

module Program = [<EntryPoint>] let main _ = let hostBuilder = new HostBuilder()

    hostBuilder.ConfigureFunctionsWorkerDefaults(fun (context: HostBuilderContext) (appBuilder: IFunctionsWorkerApplicationBuilder) -&gt;
        appBuilder.ConfigureTablesExtension() |&gt; ignore
    ) |&gt; ignore

    let host = hostBuilder.Build()
    host.Run()

    0

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/tables-extension-1.2.0...tables-extension-1.2.1

Commits
  • ce04c27 Update extension WebJob versions in tests & exclude Worker.Extensions.Rpc.Tes...
  • 790ebfd Update blob extension WebJobs version (#1867)
  • 170945f App builder extension method to register extension options (#1843)
  • c1ee4a0 Updating ASP.NET Core integration version for release
  • 16748f2 Replace RPC worker startup with explicit call (#1860)
  • 20a5a6f Updating ServiceBus and EventHub extensions for release (#1859)
  • 7099e74 Reset worker.sdk release notes. (#1858)
  • e1862bf Bumping up versions for SDK and SDK.Generators. (#1857)
  • 9917849 BugFix-FunctionMetadataProvider emits incorrect binding name property value f...
  • ddfdc35 Adding connection property to event grid output attribute (#1835)
  • Additional commits viewable in compare view


Updates Microsoft.Azure.Functions.Worker.Sdk from 1.16.4 to 1.17.2

Release notes

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

Microsoft.Azure.Functions.Worker.Sdk 1.17.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.17.2 (meta package)

  • Reverting changes introduced in #1946

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/sdk-1.17.1...sdk-1.17.2

Microsoft.Azure.Functions.Worker.Sdk 1.17.1

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.17.1 (meta package)

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

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.2.1

  • Minor refactoring and cleanup (#2208)
  • Fixed metadata generator not producing metadata when the entry assembly lacked functions but dependent assemblies had them (#2300)

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

Microsoft.Azure.Functions.Worker.Grpc 1.12.0

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

Microsoft.Azure.Functions.Worker.Sdk 1.17.0

What's Changed

... (truncated)

Changelog

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

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 1.21.0

  • Updating Microsoft.Azure.Functions.Worker.Core to 1.17.0
  • Updating Microsoft.Azure.Functions.Worker.Grpc to 1.16.0
  • Updating Azure.Core to 1.37.0

Microsoft.Azure.Functions.Worker.Core 1.17.0

  • Updating Azure.Core to 1.37.0
  • Updating System.Text.Encodings.Web for netstandard2.0

Microsoft.Azure.Functions.Worker.Grpc 1.16.0

  • Updating Azure.Core to 1.37.0
  • Updating Google.Protobuf to 3.25.2
  • Updating Grpc.Net.Client to 2.60.0
  • Updating Grpc.Net.ClientFactory to 2.60.0
  • Updating Grpc.Core to 2.46.6 (netstandard2.0 only)
Commits
  • c34a868 Reverting changes introduced in #1946 (#2313)
  • 0052526 [ApplicationInsights] Enable AAD Auth (#2217)
  • 084df40 Fixed metadata generator not producing metadata when the entry assembly lacke...
  • 914e392 Align generator switches and some cleanup (#2208)
  • 8a128f4 Updating Service Bus sample with auto-completion property (#2300)
  • 9e4179d Adding AutoCompleteMessages to ServiceBusTriggerAttribute (#2297)
  • d47013f Updating Microsoft.Azure.Functions.Worker.Sdk package to latest stable(1.17.0...
  • f3e546e Fix typo in FromBodyConversionFeature class name (#2281)
  • 67b52ab Fixed spelling error in comment (#2274)
  • 6647c45 Releasing Worker.Sdk 1.17.0 (#2278)
  • Additional commits viewable in compare view


Updates Microsoft.Azure.Functions.Worker.ApplicationInsights from 1.1.0 to 1.2.0

Release notes

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

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0

  • Added BindingCapabilities attribute which can be used on binding type attributes to express capabilities such as function-level retry. (#1457)

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.0

  • Add ability to bind table input to TableClient, TableEntity, and IEnumerable

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/tables-extension-1.1.0...tables-extension-1.2.0

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.0

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 1.2.0

  • X-Forwarded-For, X-Forwarded-Host, and X-Forwarded-Proto headers sent by the host are now processed by default (#2149)

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0-preview2

What's Changed

  • Added BindingCapabilities attribute which can be used on binding type attributes to express capabilities such as function-level retry. (#1457)

Full Changelog: https://github.com/Azure/azure-functions-dotnet-worker/compare/abstractions-extension-1.2.0-preview1...abstractions-extension-1.2.0-preview2

Microsoft.Azure.Functions.Worker.Extensions.Abstractions 1.2.0-preview1

What's Changed

Commits
  • 79779b6 Prepare Tables extension for release (#1776)
  • 9240f02 Update Tables converters to use IOptionsMonitor (#1776)
  • 5230add Refactor Tables converter & update tests (#1716, #1723, #1727)
  • bbeba63 Implement SDK-binding tables converter (#1506)
  • 27a47c6 Updating Application Insights package version for release
  • 3f97735 Add null check for converterFallbackBehaviorAttribute (#1815)
  • 38eb6cc Updating ASP.NET Core extension version
  • 7a3fa74 Reset release notes for worker and worker.sdk (#1820)
  • e358ca5 Bumping up package versions for release (#1812)
  • 3829bbd Implementation of the FromBody binding converter for the ASP.NET Core Integra...
  • 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