[2.5.0] release notes
parent
496ac876a0
commit
63b66c4933
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<Import Project="dependencies.props" />
|
||||
<PropertyGroup>
|
||||
<Version>2.4.4</Version>
|
||||
<Version>2.5.0</Version>
|
||||
<Authors>Tudor Stanciu</Authors>
|
||||
<Company>STA</Company>
|
||||
<PackageTags>Tuitio</PackageTags>
|
||||
|
|
|
@ -30,7 +30,7 @@ This configuration area is:
|
|||
```
|
||||
|
||||
## Hosting
|
||||
The only hosting environment tested for this service is Docker, but considering that .NET 6 is cross platform, it can most likely be hosted in any environment.
|
||||
The only hosting environment tested for this service is Docker, but considering that .NET 8 is cross platform, it can most likely be hosted in any environment.
|
||||
|
||||
## Stack
|
||||
* .NET (C#)
|
||||
|
|
|
@ -109,9 +109,9 @@
|
|||
<Content>
|
||||
Added user roles and groups in authorization result
|
||||
◾ The authorization result will contain the user role and group codes. They are very useful for an application because after the token is authorized, the application can directly validate its internal permissions based on roles or groups, without calling another method to obtain this information.
|
||||
◾ In addition to these changes, some refactorings were also made.
|
||||
◾ The token "expires in" information measuring unit was changed from milliseconds to seconds.
|
||||
◾ New versions of nuget packages have been released.
|
||||
◾ In addition to these changes, some refactorings were also made.
|
||||
◾ The token "expires in" information measuring unit was changed from milliseconds to seconds.
|
||||
◾ New versions of nuget packages have been released.
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
|
@ -120,7 +120,7 @@
|
|||
<Content>
|
||||
Added IDs for user roles and groups in authorization result
|
||||
◾ Based on the development from the previous version, the authorization result has been extended and will contain both IDs and codes for the groups and roles of the authenticated user.
|
||||
◾ New versions of nuget packages have been released.
|
||||
◾ New versions of nuget packages have been released.
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
|
@ -129,7 +129,16 @@
|
|||
<Content>
|
||||
Added better token persistence in the database
|
||||
◾ All tokens are persisted in the database after a login operation to recover them in case of a system crash or restart.
|
||||
◾ Expired tokens are still deleted periodically.
|
||||
◾ Expired tokens are still deleted periodically.
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
<Version>2.5.0</Version>
|
||||
<Date>2025-03-23 03:25</Date>
|
||||
<Content>
|
||||
.NET 8 upgrade
|
||||
◾ Upgrade all projects to .NET 8
|
||||
◾ Upgrade packages to the latest versions
|
||||
</Content>
|
||||
</Note>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue