Skip to content

Releases: DuendeSoftware/IdentityServer

5.0.1

21 Jan 19:42
d9d4bcb
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

bug

  • #87 Fix misuse DateTimeOffset and UTC in KeyManagement

enhancement

  • #83 Improve license logging at startup
  • added signature to NuGet package

5.0.0

14 Jan 08:45
a767820
Compare
Choose a tag to compare

As part of this release we had 22 issues closed.

new features

  • #6 Automatic Key Management
  • #52 Resource Indicators
  • #48 Enable data protection on persisted grants
  • #28 License validation
  • #26 iss Response Parameter

enhancements

  • #68 Add option to specify whether s_hash should be emitted.
  • #65 Allow for prompt handling to maintain original values when sent to login page
  • #58 Update to the latest JS/CSS libs in UIs
  • #54 add support for ui_locales on end session endpoint
  • #37 Fix PromptModel handling

bug

  • #53 Create JTI on each new access token

internals

  • #70 Ref/usage of http context accessor
  • #64 Optimize claims serialization for persisted grants
  • #63 Remove json.net from key management
  • #62 Update to latest minor versions of bootstrap and jquery
  • #60 Switching to IdentityModel v5 and remove JSON.NET dependency
  • #55 Add abstraction for retrieving the issuer name for the current request

5.0.0 Preview 3

04 Jan 11:35
85ddec8
Compare
Choose a tag to compare
5.0.0 Preview 3 Pre-release
Pre-release
  • added resource isolation
  • added data protection for persisted grants
  • removed JSON.NET dependencies

https://blog.duendesoftware.com/posts/20201230_preview3/

5.0.0 Preview 2

04 Jan 11:34
f29514a
Compare
Choose a tag to compare
5.0.0 Preview 2 Pre-release
Pre-release

5.0.0 Preview 1

24 Oct 07:03
a981c3d
Compare
Choose a tag to compare
5.0.0 Preview 1 Pre-release
Pre-release

This release is the migration of the code-base to the Duende namespace. It also includes the first version of the built-in key management.