This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
Releases: aspnet/Identity
Releases · aspnet/Identity
3.0.0-rc1
Bugs Fixed
- Add doc comments for mainline APIs (#612)
- Calling the Db.Database.EnsureCreated() will throw an exception with cidev rc1-15911 (#594)
- EntityFramework.MicrosoftSqlServer depency in Microsoft.AspNet.Identity.EntityFramework (#588)
- PasswordSignInAsync throw an exception in 3.0.0-rc1-15792 (#577)
- Request: Improve MSDN documentation on ASP.NET Identity 3 (#576)
- Logging: Add event ids to all publication sites (#572)
- Hard to extend SignInManager, property UserManager need more visibility (protected) (#566)
- Swedish localization (#555)
- Identity for for WEB API only (#495)
- What happens when the email is not part of the claims from external providers (#400)
- Enable delete role and user tests when delete on cascade is supported in EF (#376)
- Update sample to show Html messages when sending Emails (#257)
- Create Test projects for EF supported stores (#194)
3.0.0-beta8
Features
- There is no way to change Login Url when using UseIdentity()? (#539)
- AddIdentity will add a marker Identity service and UseIdentity will throw if not found (#511)
- AddUserManager should register TUserManager as a service (#493)
- Review if a package description is required for these packages (#409)
Bugs Fixed
3.0.0-beta7
3.0.0-beta6
3.0.0-beta5
Features
- Remove Hosting dependency (#431)
Bugs Fixed
- options.Lockout.EnabledByDefault should be true by default (#478)
- Update normalized email field in SetEmailAsync (#437)
- Update security stamp in SetUserNameAsync method (#436)
- Rename UpdatePasswordHash UpdatePasswordHashAsync since it returns task (#430)
- UserStore/RoleStore ConvertIdFromString can't use GUID (#420)
- UserManager.SetUserNameAsync should run the validators before setting the username (#384)
- Remove AddLogging call in AddIdentity (#368)
- Revert skipped tests (#363)
- Provide an overload of SignInManager.SignOut taking an authType (#361)
- EmailTokenProviderOptions.Name is from a resource (#318)
- How to know if RememberMe was checked for the cookie (#185)
3.0.0-beta4
Bugs Fixed
- Override defaults to use Identity instead of Sequence for SQL Server in IdentityDbContext (#426)
- Port 2.2 ResetAccessFailed fix (#398)
- Switch to interface dependencies in project.json (#396)
- Consider moving PrincipalExtensions to ClaimsPrincipal (#395)
- Allow localizing front-end messages. (#379)
- Remove IdentityMessage/interfaces (#359)
- User.IsInRole does not work when you add Role as a claim (#352)
- inject ILogger (#345)
- Moving IdentityUser and other POCOs to core seems to lock this more to EF, excluding other databases (#332)
- Implement deferred logging for efficiency (#329)
- Log intermediate calls in methods to catch errors (#328)
- Add sugar overloads of ConfigureFacebookAuthentication (etc) that automatically read options from configuration (#276)
- ReplaceClaimAsync EF Implementation: update the POCO or remove the old one and create new one (#251)
- Add a functional test verifying SecurityStampValidator and middleware (#231)
- Claims transformation for storing claims from external providers (#213)
- Review null optional services (Make setter private) (#177)
- Events (#122)
- Include support for changing the schema name (#105)
- Consider ASP.NET Sync Context functionality in K (#14)
3.0.0-beta3
Fixing NuGet.config
3.0.0-beta2
Updating to release NuGet.config
3.0.0-beta1
Updating to release NuGet.config
3.0.0-alpha4
Updating release NuGet.config