josephnhtam / vsp-youtube-clone-microservices

A YouTube Clone microservices application built with .NET 7 and Angular 14.
Apache License 2.0
37 stars 6 forks source link

Bump Duende.IdentityServer.EntityFramework, Duende.IdentityServer.EntityFramework.Storage and IdentityModel in /Backend #9

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps Duende.IdentityServer.EntityFramework, Duende.IdentityServer.EntityFramework.Storage and IdentityModel. These dependencies needed to be updated together. Updates Duende.IdentityServer.EntityFramework from 6.2.2 to 6.3.8

Release notes

Sourced from Duende.IdentityServer.EntityFramework's releases.

6.3.8

This is a minor release that improves error handling of grant deserialization.

What's Changed

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.7...6.3.8

6.3.7

This is a minor release that fixes two bugs.

What's Changed

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.6...6.3.7

6.3.6

This is a minor release that allows a method in the server side session store to be overridden.

What's Changed

  • Make ServerSideSessionStore.GetAndRemoveExpiredSessionsAsync virtual. See #1435.

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.5...6.3.6

6.3.5

This is a minor release that fixes a bug related to serialization of exceptions in the UnhandledExceptionEvent.

What's Changed

  • Fixed a bug where the UnhandledExceptionEvent fails to serialize (Yo dawg, I heard you like errors, so I threw an error in your error event...) See #1422.

6.3.4

This is a minor release that fixes two bugs.

What's Changed

  • Fixed nullability annotation on IReturnUrlParser.ParseAsync. See #1344
  • Fixed a bug where refreshing tokens would fail. See #1403

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.3...6.3.4

6.3.3

This is a minor release that fixes a bug in some narrow edge cases related to disabling server side sessions. The same fix was applied to the 6.2.x release branch in 6.2.4.

What's Changed

  • Check for IsAuthenticated in addition to Succeeded when calling AuthenticateAsync. See #1356.

... (truncated)

Commits
  • 6012c36 Merge pull request #1506 from DuendeSoftware/anders/1479_GetAllUserGrantsAsync
  • 2ce4286 add test to show corrupted items filtered from result
  • 893b89f Return successfully deserialized grants even if some fails
  • a23764b Merge pull request #1486 from DuendeSoftware/joe/6.3.x/logout-token-issuer
  • ea5617b Rework fix for logout token issuer bug
  • 2f575dc Fix logout token iss claim when issuer is missing
  • c7dd81b Fix xmldoc typo, add a todo
  • 2da61b1 Add failing test
  • 0b404b5 Merge pull request #1484 from DuendeSoftware/anders/log-build-warning
  • 058e8eb Fix incorrect LogWarning call
  • Additional commits viewable in compare view


Updates Duende.IdentityServer.EntityFramework.Storage from 6.2.2 to 6.3.8

Release notes

Sourced from Duende.IdentityServer.EntityFramework.Storage's releases.

6.3.8

This is a minor release that improves error handling of grant deserialization.

What's Changed

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.7...6.3.8

6.3.7

This is a minor release that fixes two bugs.

What's Changed

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.6...6.3.7

6.3.6

This is a minor release that allows a method in the server side session store to be overridden.

What's Changed

  • Make ServerSideSessionStore.GetAndRemoveExpiredSessionsAsync virtual. See #1435.

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.5...6.3.6

6.3.5

This is a minor release that fixes a bug related to serialization of exceptions in the UnhandledExceptionEvent.

What's Changed

  • Fixed a bug where the UnhandledExceptionEvent fails to serialize (Yo dawg, I heard you like errors, so I threw an error in your error event...) See #1422.

6.3.4

This is a minor release that fixes two bugs.

What's Changed

  • Fixed nullability annotation on IReturnUrlParser.ParseAsync. See #1344
  • Fixed a bug where refreshing tokens would fail. See #1403

Full Changelog: https://github.com/DuendeSoftware/IdentityServer/compare/6.3.3...6.3.4

6.3.3

This is a minor release that fixes a bug in some narrow edge cases related to disabling server side sessions. The same fix was applied to the 6.2.x release branch in 6.2.4.

What's Changed

  • Check for IsAuthenticated in addition to Succeeded when calling AuthenticateAsync. See #1356.

... (truncated)

Commits
  • 6012c36 Merge pull request #1506 from DuendeSoftware/anders/1479_GetAllUserGrantsAsync
  • 2ce4286 add test to show corrupted items filtered from result
  • 893b89f Return successfully deserialized grants even if some fails
  • a23764b Merge pull request #1486 from DuendeSoftware/joe/6.3.x/logout-token-issuer
  • ea5617b Rework fix for logout token issuer bug
  • 2f575dc Fix logout token iss claim when issuer is missing
  • c7dd81b Fix xmldoc typo, add a todo
  • 2da61b1 Add failing test
  • 0b404b5 Merge pull request #1484 from DuendeSoftware/anders/log-build-warning
  • 058e8eb Fix incorrect LogWarning call
  • Additional commits viewable in compare view


Updates IdentityModel from 6.0.0 to 6.1.0

Release notes

Sourced from IdentityModel's releases.

6.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/IdentityModel/IdentityModel/compare/6.0.0...6.1.0

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

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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.