Skip to content

v2.1.0

Compare
Choose a tag to compare
@hikalkan hikalkan released this 08 Jun 04:34
· 28 commits to master since this release

Breaking Changes

  • #380 Remove Tenant generic argument from PermissionChecker.
  • #361 Remove TSecurityStampValidator from ServiceCollection.AddAbpIdentity extension method.

See related issues to fix them for your old projects easily.

Entity Framework Migration

This release includes a few changes in the base entities. So, existing applications should use "Add-Migration" command after upgrade.

Features

  • #358 IdentityServer4 integration package.
  • #364 Add Sourcelink integration to be able to debug Abp.Zero packages.
  • #372 Add IsActive to ApplicationLanguage entity.
  • #306 Provide a way of handling SuccessRehashNeeded in LoginManager.

Enhancements

  • #332 Localization for Italian Language.
  • #360 Improve registration of ABP identity services.
  • #352 Increase size of AuditLog properties.

Bug Fixes

  • #371 AbpUser.SetNormalizedNames must set from UserName, not from AdminUserName.
  • #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.