Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@vanbukin vanbukin released this 09 Feb 12:25
· 26 commits to main since this release
0a49da4
  • For all databases, a missing unique index has been added to the CredentialId and RpId columns
  • The unique index previously existing on the columns RpId, UserHandle, and CredentialId has been deleted. Instead, a new unique index with a different column order has been created. More selective columns have been moved to the beginning of the composite index
  • SQL queries have been reworked in accordance with changes in the indexes
  • .NET dependencies have been updated