Skip to content

v2.1.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hikalkan hikalkan released this 19 May 05:56
· 49 commits to master since this release

Breaking Changes

  • #361 Remove TSecurityStampValidator from ServiceCollection.AddAbpIdentity extension method. See issue #361 to learn how to fix it.

Features

  • #358 IdentityServer4 integration package (work in progress).
  • #364 Add Sourcelink integration to be able to debug Abp packages

Enhancements

  • #360 Improve registration of ABP identity services.
  • #352 Increase size of AuditLog properties.
  • Upgraded to ABP v2.1.0-beta2.

Bug fixes

  • #362 Role Claims in AbpRole with incorrect foreign key.
  • #357 AbpUserStore.FindByIdAsync should return null if can not find the user.
  • #355 Localization of DuplicateUserName missing.