Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate 'icon' parameter from PublicKeyCredentialCreationOptionsFac… #635

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

Spomky
Copy link
Contributor

@Spomky Spomky commented Jul 19, 2024

…tory and related methods

The 'icon' parameter was deprecated from the PublicKeyCredentialCreationOptionsFactory and associated methods to reflect the latest specification change. The serializer and deserializer were also updated accordingly. To avoid unexpected breaks, a deprecation warning has been added when 'icon' parameter is used in the PublicKeyCredentialEntity.

Target branch: 5.1.x
Resolves issue #634

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

@Spomky Spomky added the compliance Issue related to the compliance of the project with the specs label Jul 19, 2024
@Spomky Spomky added this to the 5.1.0 milestone Jul 19, 2024
@Spomky Spomky self-assigned this Jul 19, 2024
The 'icon' parameter has been removed from the creation of PublicKeyCredentialEntity objects and their related tests. This is done due to it being deprecated in version 5.1 and has no effect currently. Relevant changes in the normalized results have also been made accordingly in the test cases.
@Spomky Spomky merged commit 22f848e into 5.1.x Jul 20, 2024
13 checks passed
@Spomky Spomky deleted the deprecations/icon branch July 20, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compliance Issue related to the compliance of the project with the specs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant