Skip to content

[Release] [GitHub Action] Update package versions - #576

Merged
brionmario merged 1 commit into
mainfrom
changeset-release/main
Sep 23, 2026
Merged

brionmario merged 1 commit into
mainfrom
changeset-release/main

Conversation

@asgardeo-github-bot

@asgardeo-github-bot asgardeo-github-bot commented Sep 23, 2026 •

Copy link
Copy Markdown

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

@asgardeo/browser@0.7.17

Patch Changes

  • #575
    83c0597 Thanks
    @janithjay! - Fix SCIM2 responses (/scim2/Me, /scim2/Schemas, and related
    organization/profile API calls) not being parsed as JSON.

    FetchHttpClient only treated a response as JSON when its Content-Type header was exactly application/json.
    Asgardeo's SCIM2 endpoints respond with Content-Type: application/scim+json, which didn't match, so the response
    body was returned as raw, unparsed text instead of a parsed object. This caused the user profile to render incorrectly
    (missing fields, or falling back to a partial ID-token-derived profile) or crash with
    TypeError: schemas.forEach is not a function.

    The content-type check now correctly matches application/json and any subtype ending in +json (e.g.
    application/scim+json), while still treating non-document JSON formats like application/geo+json-seq as text
    (since those aren't parseable as a single JSON document).

@asgardeo/nextjs@0.3.36

Patch Changes

  • Updated dependencies []:
    • @asgardeo/react@0.25.14

@asgardeo/nuxt@0.2.10

Patch Changes

  • Updated dependencies
    [83c0597]:
    • @asgardeo/browser@0.7.17
    • @asgardeo/vue@0.4.10

@asgardeo/react@0.25.14

Patch Changes

  • Updated dependencies
    [83c0597]:
    • @asgardeo/browser@0.7.17

@asgardeo/vue@0.4.10

Patch Changes

  • Updated dependencies
    [83c0597]:
    • @asgardeo/browser@0.7.17

Summary by CodeRabbit

  • Bug Fixes
    • SCIM responses using JSON-based content types, such as application/scim+json, are now parsed as JSON. This helps profile information render correctly and prevents errors when loading schemas.
    • Other JSON-based formats that are not standard JSON documents continue to be treated as text.

@coderabbitai

coderabbitai Bot commented Sep 23, 2026

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 8e92aa7b-9fa0-4ea8-8e46-4f6be65b582a

📥 Commits

Reviewing files that changed from the base of the PR and between da2abcb and f6a8ce3.

📒 Files selected for processing (11)
  • .changeset/wicked-ghosts-swim.md
  • packages/browser/CHANGELOG.md
  • packages/browser/package.json
  • packages/nextjs/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/nuxt/CHANGELOG.md
  • packages/nuxt/package.json
  • packages/react/CHANGELOG.md
  • packages/react/package.json
  • packages/vue/CHANGELOG.md
  • packages/vue/package.json
 __________________________________
< Pulling the bugs out of the hat. >
 ----------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@brionmario
brionmario merged commit 3487684 into main Sep 23, 2026
1 check was pending
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.

2 participants