Energinet-DataHub / ARCHIVED-geh-charges

Apache License 2.0
7 stars 3 forks source link

build(deps): bump Microsoft.Azure.Functions.Worker.Sdk from 1.3.0 to 1.7.0 in /source/GreenEnergyHub.Charges #1830

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Azure.Functions.Worker.Sdk from 1.3.0 to 1.7.0.

Release notes

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

Microsoft.Azure.Functions.Worker 1.6.0

Release notes

  • Fixes null reference exception when accessing request identities (#673)
  • Exposed RetryContext to support retry policies (#316)
  • Fixes leading/trailing whitespaces in HttpRequestData cookies (#694)

Microsoft.Azure.Functions.Worker 1.5.2

Release notes

  • Support matching reflected binding names (#603)
  • Fix binding type casing on generated function metadata (#555)
  • Fix to correctly populate HTTP request cookies (#642)
  • Support for implicit extension registration (#662)

Microsoft.Azure.Functions.Worker 1.5.1

Release notes

  • Added support for binding of Guid and Guid? type parameters (#582)
  • Changed the order configuration sources are registered (This is a potentially breaking change) (#583)
    • Command line arguments now take precedence over environment variables by default

Microsoft.Azure.Functions.Worker 1.4.0

Release notes

  • Implementation of new (Track 2) Azure Storage SDK extensions (Blobs and Queues)
  • Update to HttpHeadersCollection to bypass header validation (#504)
  • Updated Service Bus extension to use track 2 SDK
  • Implementation of the SendGrid extension
  • Updated Event Hubs extension to use track 2 SDK
  • Fixed command-line parsing in self-contained builds (#528)
  • Additional WriteAsJsonAsync overloads to control HTTP status codes (#507)
  • Fix file properties/permissions for self-contained zip deployments (#529)
Commits


Dependabot compatibility score

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 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #1830 (55d049b) into main (0df573e) will increase coverage by 38.29%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #1830       +/-   ##
===========================================
+ Coverage   31.84%   70.13%   +38.29%     
===========================================
  Files          24      449      +425     
  Lines         537     7977     +7440     
  Branches       22       22               
===========================================
+ Hits          171     5595     +5424     
- Misses        351     2259     +1908     
- Partials       15      123      +108     
Flag Coverage Δ
business 72.90% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...Mappers/MarketParticipantIntegrationEventMapper.cs 92.30% <0.00%> (ø)
...ture.Core/Cim/MarketDocument/DocumentTypeMapper.cs 100.00% <0.00%> (ø)
...nfrastructure.Core/Function/HttpResponseBuilder.cs 95.23% <0.00%> (ø)
.../Models/AvailableChargeData/AvailableChargeData.cs 85.00% <0.00%> (ø)
...tion/Charges/ChargeRejectionBundleSpecification.cs 77.77% <0.00%> (ø)
...irmedDataAvailableNotifierEndpointConfiguration.cs 100.00% <0.00%> (ø)
...ls/AvailableChargeData/AvailableChargePriceData.cs 82.75% <0.00%> (ø)
...Configurations/AvailableChargeDataConfiguration.cs 0.00% <0.00%> (ø)
...astructure.Core/Function/B2BErrorMessageFactory.cs 100.00% <0.00%> (ø)
.../MeteringPoints/Handlers/MeteringPointPersister.cs 100.00% <0.00%> (ø)
... and 415 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

HenrikSommer commented 1 year ago

Closed, covered by #1843

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.