Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@kolappannathan kolappannathan released this 02 Dec 09:21
· 72 commits to main since this release
16e17af

Added

  • Salt added as separate param for Bcrypt in Security lib. Previously it was indented to be already added and sent with the plain text password.
  • New test cases in postman

Changed

  • Updated .NET version to 8
  • Moved Configurators into a separate folder to simplify Program.cs
  • Updated Random String Generator to use System.Security.Cryptography.RandomNumberGenerator.
  • Using updated checks for Argument exceptions
  • Updated dependencies

Removed

  • Removed the random number generating function. The built-in function with RandomNumberGenerator to be used instead.