redbaty / Wasari

Downloads anime episodes
MIT License
10 stars 3 forks source link

Bump the dependencies group with 7 updates #82

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 7 updates:

Package From To
System.IdentityModel.Tokens.Jwt 7.3.1 7.4.0
WolverineFx 1.19.0 1.20.1
WolverineFx.EntityFrameworkCore 1.19.0 1.20.1
WolverineFx.FluentValidation 1.19.0 1.20.1
WolverineFx.Postgresql 1.19.0 1.20.1
MSTest.TestAdapter 3.2.1 3.2.2
MSTest.TestFramework 3.2.1 3.2.2

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.0

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.

7.4.0-preview1

Performance Improvements:

  • The existing JsonWebToken constructors now utilizes ReadOnlyMemory and Span to extract token segments, eliminating the need for string.split operations.
  • A new constructor has been introduced that accepts ReadOnlyMemory of an encoded token. See issue #2487.

Performance Assessment on .NET 8:

  • When using the preview version and opting for the constructor that accepts a string for the encoded token, the generation of a JWS yields a 3.95% decrease in memory usage, a 4.52% reduction in Gen0 and a 4.61% decrease in execution time compared to the latest release.
  • The performance of the constructor that accepts ReadOnlyMemory is comparable to the constructor accepting a string for the encoded token, both for JWS and JWE.

Preview branch: image

Dev (main) branch: image

View the benchmarks here.

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.
Commits


Updates WolverineFx from 1.19.0 to 1.20.1

Commits
  • b4c91f2 creating a non null client provided name for Rabbit
  • 4323fdb bumping to 1.20
  • 85d9165 Bumping to 1.20
  • 7c30454 Merge branch 'working'
  • 7fbb04e Demonstrator to test custom error action plus static code analysis. Closes GH...
  • 26f6df6 Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 3bdb5a0 Fixed some unit tests around SQS DLQ behavior
  • 6e312d9 Unit test carrying through the DeduplicationId
  • 54e2c8f Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 4721349 Fixed some unit tests around SQS DLQ behavior
  • Additional commits viewable in compare view


Updates WolverineFx.EntityFrameworkCore from 1.19.0 to 1.20.1

Commits
  • b4c91f2 creating a non null client provided name for Rabbit
  • 4323fdb bumping to 1.20
  • 85d9165 Bumping to 1.20
  • 7c30454 Merge branch 'working'
  • 7fbb04e Demonstrator to test custom error action plus static code analysis. Closes GH...
  • 26f6df6 Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 3bdb5a0 Fixed some unit tests around SQS DLQ behavior
  • 6e312d9 Unit test carrying through the DeduplicationId
  • 54e2c8f Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 4721349 Fixed some unit tests around SQS DLQ behavior
  • Additional commits viewable in compare view


Updates WolverineFx.FluentValidation from 1.19.0 to 1.20.1

Commits
  • b4c91f2 creating a non null client provided name for Rabbit
  • 4323fdb bumping to 1.20
  • 85d9165 Bumping to 1.20
  • 7c30454 Merge branch 'working'
  • 7fbb04e Demonstrator to test custom error action plus static code analysis. Closes GH...
  • 26f6df6 Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 3bdb5a0 Fixed some unit tests around SQS DLQ behavior
  • 6e312d9 Unit test carrying through the DeduplicationId
  • 54e2c8f Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 4721349 Fixed some unit tests around SQS DLQ behavior
  • Additional commits viewable in compare view


Updates WolverineFx.Postgresql from 1.19.0 to 1.20.1

Commits
  • b4c91f2 creating a non null client provided name for Rabbit
  • 4323fdb bumping to 1.20
  • 85d9165 Bumping to 1.20
  • 7c30454 Merge branch 'working'
  • 7fbb04e Demonstrator to test custom error action plus static code analysis. Closes GH...
  • 26f6df6 Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 3bdb5a0 Fixed some unit tests around SQS DLQ behavior
  • 6e312d9 Unit test carrying through the DeduplicationId
  • 54e2c8f Just verifying again that Wolverine isn't erroneously creating the built in DLQ
  • 4721349 Fixed some unit tests around SQS DLQ behavior
  • Additional commits viewable in compare view


Updates MSTest.TestAdapter from 3.2.1 to 3.2.2

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.2.2

See the release notes here.

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.2.2] - 2024-02-22

See full log here

Fixed

Artifacts

  • MSTest: 3.2.2
  • MSTest.TestFramework: 3.2.2
  • MSTest.TestAdapter: 3.2.2
  • MSTest.Analyzers: 3.2.2
  • Microsoft.Testing.Extensions.CrashDump: 1.0.2
  • Microsoft.Testing.Extensions.HangDump: 1.0.2
  • Microsoft.Testing.Extensions.HotReload: 1.0.2
  • Microsoft.Testing.Extensions.Retry: 1.0.2
  • Microsoft.Testing.Extensions.TrxReport: 1.0.2
Commits


Updates MSTest.TestFramework from 3.2.1 to 3.2.2

Release notes

Sourced from MSTest.TestFramework's releases.

v3.2.2

See the release notes here.

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.2.2] - 2024-02-22

See full log here

Fixed

Artifacts

  • MSTest: 3.2.2
  • MSTest.TestFramework: 3.2.2
  • MSTest.TestAdapter: 3.2.2
  • MSTest.Analyzers: 3.2.2
  • Microsoft.Testing.Extensions.CrashDump: 1.0.2
  • Microsoft.Testing.Extensions.HangDump: 1.0.2
  • Microsoft.Testing.Extensions.HotReload: 1.0.2
  • Microsoft.Testing.Extensions.Retry: 1.0.2
  • Microsoft.Testing.Extensions.TrxReport: 1.0.2
Commits


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
dependabot[bot] commented 7 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.