Releases: descope/descope-dotnet
0.5.0
What's Changed
- Add default Descope project ID header
- Upgrade System.IdentityModel.Tokens.Jwt Version: 7.7.1->8.11.0
Incompatibility with older versions of Microsoft.IdentityModel.Tokens
⚠️
This version will not build for clients that depend on older (< 8.11.0
) versions of Microsoft.IdentityModel.Tokens
Example build error if .csproj
file includes <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />
:
error NU1605: Warning As Error: Detected package downgrade: Microsoft.IdentityModel.Tokens from 8.11.0 to 7.7.1. Reference the package directly from the project to select a different version.
error NU1605: [ProjectName] -> Descope -> System.IdentityModel.Tokens.Jwt 8.11.0 -> Microsoft.IdentityModel.Tokens (>= 8.11.0)
error NU1605: [ProjectName] -> Microsoft.IdentityModel.Tokens (>= 7.7.1)
Full Changelog: 0.4.3...0.5.0
0.4.3
What's Changed
- Removed dependency on Microsoft.Token.Model's isNullOrEmpty: Replaced with custom check allowing for use with newest version of Microsoft.Token.Model.
Full Changelog: 0.2.0...0.4.3
0.4.2
What's Changed
- Added forceAuthn to SSO Authentication: Allow passing of
forceAuthn
parameter for SSO start().
Full Changelog: 0.2.0...0.4.2
0.4.1
What's Changed
- Updated GitHub Release: Upgraded GitHub Release to Match NuGet Package Version.
Full Changelog: 0.2.0...0.4.1
0.3.2
What's Changed
- Updated RestSharp: Upgraded RestSharp to 112.1.0 to fix security vulnerability.
Full Changelog: 0.2.0...0.3.2
0.3.0
We’ve made some improvements to enhance the scalability of our system to better support increased usage. These changes allow us to handle increased demand more efficiently, ensuring a smoother experience for all users. As part of this update, there may be a delay (up to 100ms) in accessing newly written or updated user data from the search user endpoints. If you have any questions, feel free to reach out!
What's Changed
- Upgraded User Search Endpoints: Upgraded to the new v2 endpoints for handling user search.
Full Changelog: 0.2.0...0.3.0
0.2.2
0.2.1
0.2.0
What's Changed
- Permission and roles by @itaihanski in #11
- Implement JWT management API by @itaihanski in #14
- Add password settings management by @itaihanski in #15
- Add SSO management by @itaihanski in #16
- Split test cases of project api calls by @aviadl in #18
- Add SSO authentication and unit test infra by @itaihanski in #20
- Add SSO application management by @itaihanski in #21
- Add OAuth authentication by @itaihanski in #22
- Update xunit-dotnet monorepo to v2.8.0 by @descope in #19
- Update dependency System.IdentityModel.Tokens.Jwt to v7.5.1 by @descope in #13
- Update dependency dotnet-sdk to v8.0.204 by @descope in #12
- Bump version to 0.2.0 by @itaihanski in #23
New Contributors
Full Changelog: 0.1.0...0.2.0
0.1.0: Update dependency dotnet-sdk to v8.0.201 (#10)
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>