Skip to content

Release afpi-v2.6.0 - #913

Merged
utkrishtsahu merged 1 commit into
mainfrom
release/afpi-v2.6.0
Jul 31, 2026
Merged

Release afpi-v2.6.0#913
utkrishtsahu merged 1 commit into
mainfrom
release/afpi-v2.6.0

Conversation

@utkrishtsahu

@utkrishtsahu utkrishtsahu commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Added

Fixed

  • fix: Prevent named-pipe squatting in Windows example app via FILE_FLAG_FIRST_PIPE_INSTANCE #905 (NandanPrabhu)

Summary by CodeRabbit

  • New Features

    • Added passkey support for web authentication.
    • Exposed the IPSIE session_expiry claim across Android, iOS, and web.
  • Bug Fixes

    • Improved Windows security by addressing a named-pipe squatting vulnerability.
  • Chores

    • Updated the platform interface package to version 2.6.0.

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The platform interface package version changed from 2.5.0 to 2.6.0. The changelog now documents passkeys support, IPSIE session_expiry exposure, and a Windows named-pipe squatting fix.

Changes

Platform interface 2.6.0 release

Layer / File(s) Summary
Version and changelog update
auth0_flutter_platform_interface/pubspec.yaml, auth0_flutter_platform_interface/CHANGELOG.md
The package version changed to 2.6.0. The changelog records the release features and Windows security fix.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: sanchitmehtagit

🚥 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 clearly identifies the afpi-v2.6.0 release, which matches the version and release changes in the pull request.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/afpi-v2.6.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.

@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`:
- Line 3: Insert a blank line after the afpi-v2.6.0 release heading in the
changelog, before the Full Changelog link, to satisfy markdownlint MD022.
🪄 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 905088c0-b6ef-47dd-a306-7c7344b58304

📥 Commits

Reviewing files that changed from the base of the PR and between 934422a and 3424bbb.

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

@@ -1,5 +1,15 @@
# Change Log

## [afpi-v2.6.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.6.0) (2026-07-31)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Insert a blank line after the release heading.

markdownlint reports MD022 because the release heading is immediately followed by the Full Changelog link. Add one blank line after the heading.

🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 3-3: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

🤖 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` at line 3, Insert a blank line
after the afpi-v2.6.0 release heading in the changelog, before the Full
Changelog link, to satisfy markdownlint MD022.

Source: Linters/SAST tools

@utkrishtsahu
utkrishtsahu enabled auto-merge (squash) July 31, 2026 10:29
@utkrishtsahu
utkrishtsahu merged commit 291bc61 into main Jul 31, 2026
17 checks passed
@utkrishtsahu
utkrishtsahu deleted the release/afpi-v2.6.0 branch July 31, 2026 10:42
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