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

chore(release): new version #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@openid4vc/oauth2@0.3.0

Minor Changes

Patch Changes

  • c8ce780: fix: path where oauth2 authorization server metadata is retrieved from.

    For OAuth you need to put .well-known/oauth-authorization-server between the origin and path (so https://funke.animo.id/provider becomes https://funke.animo.id/.well-known/oauth-authorization-server/provider). We were putting the well known path after the full issuer url.

    It will now first check the correct path, and fall back to the invalid path.

  • 3b9b88a: fix: create fetch wrapper that always calls toString on URLSearchParams as React Native does not encode this correctly while Node.JS does

  • Updated dependencies [26451d7]

  • Updated dependencies [3b9b88a]

    • @openid4vc/utils@0.3.0

@openid4vc/openid4vci@0.3.0

Minor Changes

  • 1b5e003: renamed oid4vci to openid4vci. This includes the package name, but also the class names and oid4vpRequestUrl to openid4vpRequestUrl
  • 26451d7: Before this PR, all packages used Valibot for data validation.
    We have now fully transitioned to Zod. This introduces obvious breaking changes for some packages that re-exported Valibot types or schemas for example.
  • c23c86f: add support for sha-384, sha-512, rename SHA-256 to sha-256 to align with IANA hash algorithm names (https://www.iana.org/assignments/named-information/named-information.xhtml)

Patch Changes

  • c8ce780: fix: path where oauth2 authorization server metadata is retrieved from.

    For OAuth you need to put .well-known/oauth-authorization-server between the origin and path (so https://funke.animo.id/provider becomes https://funke.animo.id/.well-known/oauth-authorization-server/provider). We were putting the well known path after the full issuer url.

    It will now first check the correct path, and fall back to the invalid path.

  • 3b9b88a: fix: create fetch wrapper that always calls toString on URLSearchParams as React Native does not encode this correctly while Node.JS does

  • Updated dependencies [c8ce780]

  • Updated dependencies [26451d7]

  • Updated dependencies [c23c86f]

  • Updated dependencies [3b9b88a]

    • @openid4vc/oauth2@0.3.0
    • @openid4vc/utils@0.3.0

@openid4vc/openid4vp@0.3.0

Minor Changes

  • 1b5e003: feat: initial version of openid4vp

Patch Changes

  • 971f885: fix: export JarmMode enum
  • 3b9b88a: fix: create fetch wrapper that always calls toString on URLSearchParams as React Native does not encode this correctly while Node.JS does
  • Updated dependencies [c8ce780]
  • Updated dependencies [26451d7]
  • Updated dependencies [c23c86f]
  • Updated dependencies [3b9b88a]
    • @openid4vc/oauth2@0.3.0
    • @openid4vc/utils@0.3.0

@openid4vc/utils@0.3.0

Minor Changes

  • 26451d7: Before this PR, all packages used Valibot for data validation.
    We have now fully transitioned to Zod. This introduces obvious breaking changes for some packages that re-exported Valibot types or schemas for example.

Patch Changes

  • 3b9b88a: fix: create fetch wrapper that always calls toString on URLSearchParams as React Native does not encode this correctly while Node.JS does

@TimoGlastra TimoGlastra linked an issue Feb 6, 2025 that may be closed by this pull request
@TimoGlastra TimoGlastra removed a link to an issue Feb 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4b5d12e to 0fe0015 Compare February 6, 2025 10:07
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from bb8c2b9 to dbffd2f Compare March 3, 2025 09:19
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 77ee61c to ceed550 Compare March 7, 2025 13:15
@github-actions github-actions bot force-pushed the changeset-release/main branch 19 times, most recently from a6766ab to 4f6b2ad Compare March 21, 2025 15:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from c119a6d to 93a51e6 Compare March 22, 2025 16:17
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
@github-actions github-actions bot force-pushed the changeset-release/main branch from 93a51e6 to 0bdd52d Compare March 22, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants