Skip to content

Release afpi-v2.2.0#852

Merged
utkrishtsahu merged 1 commit into
mainfrom
release/afpi-v2.2.0
Jun 5, 2026
Merged

Release afpi-v2.2.0#852
utkrishtsahu merged 1 commit into
mainfrom
release/afpi-v2.2.0

Conversation

@utkrishtsahu

@utkrishtsahu utkrishtsahu commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Added

  • afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli #851 (utkrishtsahu)
  • feat: add My Account API support for managing MFA authentication method #835 (utkrishtsahu)
  • feat: add Flutter Multi-Resource Refresh Token (MRRT) support #850 (utkrishtsahu)
  • feat: add Partial Custom Tabs support for Android #846 (utkrishtsahu)
  • fix: use safe casts in UserProfileExtensions to prevent ClassCastException #836 (sanchitmehtagit)

Summary by CodeRabbit

  • Release
    • Version 2.2.0 now available with four new features and one bug fix for the Auth0 Flutter platform interface

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Version 2.2.0 release for auth0_flutter_platform_interface. Package manifest version updated from 2.1.0 to 2.2.0, with corresponding changelog entry documenting four new features and one fix.

Changes

Release Preparation

Layer / File(s) Summary
Version and release notes
auth0_flutter_platform_interface/pubspec.yaml, auth0_flutter_platform_interface/CHANGELOG.md
Package version bumped to 2.2.0 in manifest. Changelog entry added documenting release date (2026-06-05), new features, and fixes included in v2.2.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • NandanPrabhu

Poem

🐰 A version bump hops into place,
From 2.1 to 2.2 with grace,
The changelog sings of features new,
Release notes prepared, all clean and true!
✨ Hop along, the update's through! 🚀

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Release afpi-v2.2.0' directly matches the pull request objective of releasing version 2.2.0, with version bump in pubspec.yaml and changelog updates confirming this is the main change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/afpi-v2.2.0

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 and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@auth0_flutter_platform_interface/CHANGELOG.md`:
- Around line 6-11: The changelog groups a fix under the "**Added**" section;
move the bullet "fix: use safe casts in UserProfileExtensions to prevent
ClassCastException [`#836`] (sanchitmehtagit)" out of the Added list and place it
under a new or existing "## Fixed" (or "Fixed") subsection in CHANGELOG.md so
fix entries are correctly categorized; ensure the entry text (including
"UserProfileExtensions" and "`#836`") is preserved exactly and adjust surrounding
bullets so formatting and ordering remain consistent.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 55f4016a-17e2-4081-a1eb-a8eb0c1e7e8f

📥 Commits

Reviewing files that changed from the base of the PR and between 54f804d and e5bf5d5.

📒 Files selected for processing (2)
  • auth0_flutter_platform_interface/CHANGELOG.md
  • auth0_flutter_platform_interface/pubspec.yaml

Comment on lines +6 to +11
**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\#851](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\#835](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\#850](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\#846](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\#836](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))

@coderabbitai coderabbitai Bot Jun 5, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Move the fix entry under a Fixed subsection.

Line 11 is a fix but is currently grouped under **Added**, which makes release notes harder to scan accurately.

Suggested changelog structure
 **Added**
 - afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
+
+**Fixed**
 - fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\#851](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\#835](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\#850](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\#846](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\#836](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
**Fixed**
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@auth0_flutter_platform_interface/CHANGELOG.md` around lines 6 - 11, The
changelog groups a fix under the "**Added**" section; move the bullet "fix: use
safe casts in UserProfileExtensions to prevent ClassCastException [`#836`]
(sanchitmehtagit)" out of the Added list and place it under a new or existing
"## Fixed" (or "Fixed") subsection in CHANGELOG.md so fix entries are correctly
categorized; ensure the entry text (including "UserProfileExtensions" and
"`#836`") is preserved exactly and adjust surrounding bullets so formatting and
ordering remain consistent.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship cli has cript for added but its a fix

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@utkrishtsahu, thanks for the clarification! In that case, both #851 and #836 should be under Fixed, leaving only the three feat: entries under Added:

**Added**
- feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))

**Fixed**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))

@utkrishtsahu utkrishtsahu merged commit 25f18fd into main Jun 5, 2026
15 checks passed
@utkrishtsahu utkrishtsahu deleted the release/afpi-v2.2.0 branch June 5, 2026 13:12
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