Skip to content

Commit

Permalink
build(deps): bump Duende.IdentityServer.Storage from 6.2.0-rc.1 to 6.…
Browse files Browse the repository at this point in the history
…2.3 (#112)

Bumps
[Duende.IdentityServer.Storage](https://github.com/DuendeSoftware/IdentityServer)
from 6.2.0-rc.1 to 6.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/DuendeSoftware/IdentityServer/releases">Duende.IdentityServer.Storage's
releases</a>.</em></p>
<blockquote>
<h2>6.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Always emit the sid claim in id tokens by <a
href="https://github.com/josephdecock"><code>@​josephdecock</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1157">DuendeSoftware/IdentityServer#1157</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/DuendeSoftware/IdentityServer/compare/6.2.2...6.2.3">https://github.com/DuendeSoftware/IdentityServer/compare/6.2.2...6.2.3</a></p>
<h2>6.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixes ToOptimizedRawValues to handle multiple resource values when
combined with resource indicators by <a
href="https://github.com/josephdecock"><code>@​josephdecock</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1140">DuendeSoftware/IdentityServer#1140</a></li>
<li>When cookie is re-issued ensure the issuer is captured in the ticket
by <a href="https://github.com/brockallen"><code>@​brockallen</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1141">DuendeSoftware/IdentityServer#1141</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/runegri"><code>@​runegri</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1118">DuendeSoftware/IdentityServer#1118</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/DuendeSoftware/IdentityServer/compare/6.2.1...6.2.2">https://github.com/DuendeSoftware/IdentityServer/compare/6.2.1...6.2.2</a></p>
<h2>6.2.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/DuendeSoftware/IdentityServer/compare/6.2.0...6.2.1">https://github.com/DuendeSoftware/IdentityServer/compare/6.2.0...6.2.1</a></p>
<p><strong>Bug Fixes</strong>
[Issue <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1127">#1127</a>](<a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1127">DuendeSoftware/IdentityServer#1127</a>)
EmitIssuerIdentificationResponseParameter is reflected in discovery</p>
<h2>6.2.0</h2>
<h2>What's Changed</h2>
<p>Duende IdentityServer 6.2 adds:</p>
<ul>
<li>Support for .NET 7.0</li>
<li>A new option that can help filter unhandled exceptions out of the
logs</li>
<li>Bug fixes and ongoing maintenance</li>
</ul>
<h3>.NET 7 Support</h3>
<ul>
<li>Add NET7 RC1 support by <a
href="https://github.com/leastprivilege"><code>@​leastprivilege</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1027">DuendeSoftware/IdentityServer#1027</a></li>
<li>Additional changes to get net7 working by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1037">DuendeSoftware/IdentityServer#1037</a></li>
<li>Update to .NET 7 RC2 by <a
href="https://github.com/leastprivilege"><code>@​leastprivilege</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1051">DuendeSoftware/IdentityServer#1051</a>
.NET 7</li>
<li>add .NET 7 host by <a
href="https://github.com/leastprivilege"><code>@​leastprivilege</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1069">DuendeSoftware/IdentityServer#1069</a></li>
<li>updates for the samples after testing .net7 by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1073">DuendeSoftware/IdentityServer#1073</a></li>
<li>Update to .NET 7 RTM by <a
href="https://github.com/leastprivilege"><code>@​leastprivilege</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1091">DuendeSoftware/IdentityServer#1091</a></li>
</ul>
<h3>Filter Unhandled Exceptions</h3>
<ul>
<li>Introduce filter to allow suppression of unhandled exception logs in
IdentityServer middleware by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1084">DuendeSoftware/IdentityServer#1084</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>add more defensive check for server side session store in DI by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/900">DuendeSoftware/IdentityServer#900</a></li>
<li>fix logger type for CIBA consent page by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/939">DuendeSoftware/IdentityServer#939</a></li>
<li>fix URI validation to allow query params with encoded values by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1006">DuendeSoftware/IdentityServer#1006</a></li>
<li>typo in CIBA BackchannelAuthenticationUserValidatonResult by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1066">DuendeSoftware/IdentityServer#1066</a></li>
<li>Fixed PersistedGrantFilter validation bug - filters with any
criteria are now valid by <a
href="https://github.com/josephdecock"><code>@​josephdecock</code></a>
in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1077">DuendeSoftware/IdentityServer#1077</a></li>
<li>filter consumed grants in the persisted grant service by <a
href="https://github.com/brockallen"><code>@​brockallen</code></a> in <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/pull/1064">DuendeSoftware/IdentityServer#1064</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/84bc142f65e28cf26ac3f96a70fe4722647acbc0"><code>84bc142</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1157">#1157</a>
from DuendeSoftware/joe/always-emit-sid-claim</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/ab3ad2f97c4ca7e265116f49cbae734147c90c75"><code>ab3ad2f</code></a>
Always emit the sid claim in id tokens</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/2f5eee28cd30f21ca33a218a3f07079f26e962a4"><code>2f5eee2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1141">#1141</a>
from DuendeSoftware/brock/6.2/session-cleanup-httpctx</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/88a0d88a3c3e1fbc8725d335f52c9cd847b27715"><code>88a0d88</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1140">#1140</a>
from DuendeSoftware/joe/optimized-raw-values</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/b14fb6c54cf3f491bd7fbc4ff3e473e70e6a2667"><code>b14fb6c</code></a>
include issuers on all calls to backchannel logout service (for
consistency)</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/5a377388c13247eb7200044c233ac6ae2c78fae4"><code>5a37738</code></a>
set issuer property on AuthTicket if not set when sliding the
cookie</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/93c8d8cc7c66f98043f50ff9ac0d650733833772"><code>93c8d8c</code></a>
Fixes ToOptimizedRawValues to handle multiple resource values</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/704366c56f3b2af3964304f07a3a55a7095c1e68"><code>704366c</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1139">#1139</a>
from DuendeSoftware/revert-1118-main</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/aa5e7742f86acbcd4a7952d2412425de181071ec"><code>aa5e774</code></a>
Revert &quot;Fixes ToOptimizedRawValues to handle multiple resource
values when co...</li>
<li><a
href="https://github.com/DuendeSoftware/IdentityServer/commit/3fc1b2cf8aa4d999d296d8b1da85d73bfbccaa2b"><code>3fc1b2c</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/DuendeSoftware/IdentityServer/issues/1118">#1118</a>
from runegri/main</li>
<li>Additional commits viewable in <a
href="https://github.com/DuendeSoftware/IdentityServer/compare/6.2.0-rc.1...6.2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Duende.IdentityServer.Storage&package-manager=nuget&previous-version=6.2.0-rc.1&new-version=6.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
Mehdi Hadeli committed Feb 7, 2023
2 parents fafaee1 + 3bd2bfc commit 9c56863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@

<ItemGroup>
<PackageVersion Include="Duende.IdentityServer" Version="6.2.0-rc.1"/>
<PackageVersion Include="Duende.IdentityServer.Storage" Version="6.2.0-rc.1"/>
<PackageVersion Include="Duende.IdentityServer.Storage" Version="6.2.3"/>
<PackageVersion Include="Duende.IdentityServer.AspNetIdentity" Version="6.2.0-rc.1"/>
<PackageVersion Include="Duende.IdentityServer.EntityFramework" Version="6.2.0-rc.1"/>
</ItemGroup>
Expand Down

0 comments on commit 9c56863

Please sign in to comment.