Skip to content

Remove deprecated CompatibilityMode APIs#27447

Draft
scottn12 wants to merge 1 commit into
microsoft:mainfrom
scottn12:removeCompatMode
Draft

Remove deprecated CompatibilityMode APIs#27447
scottn12 wants to merge 1 commit into
microsoft:mainfrom
scottn12:removeCompatMode

Conversation

@scottn12
Copy link
Copy Markdown
Contributor

@scottn12 scottn12 commented Jun 1, 2026

Description

Removes the deprecated CompatibilityMode type and the deprecated compatibilityMode-based overloads from @fluidframework/fluid-static, @fluidframework/azure-client, and @fluidframework/tinylicious-client. Consumers should pass a MinimumVersionForCollab SemVer string directly instead.

@scottn12 scottn12 linked an issue Jun 1, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

Hi! Thank you for opening this PR. Want me to review it?

Based on the diff (452 lines, 27 files), I've queued these reviewers:

  • Correctness — logic errors, race conditions, lifecycle issues
  • Security — vulnerabilities, secret exposure, injection
  • API Compatibility — breaking changes, release tags, type design
  • Performance — algorithmic regressions, memory leaks
  • Testing — coverage gaps, hollow tests

How this works

  • Adjust the reviewer set by ticking/unticking boxes above. Reviewer toggles alone don't trigger anything.

  • Tick Start review below to dispatch the review fleet.

  • After review finishes, tick Start review again to request another run — it auto-resets after each dispatch.

  • This comment updates as new commits land; your reviewer selections are preserved.

  • Start review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

🔗 No broken links found! ✅

Your attention to detail is admirable.

linkcheck output


> fluid-framework-docs-site@0.0.0 ci:check-links /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test "npm run serve -- --no-open" 3000 check-links

1: starting server using command "npm run serve -- --no-open"
and when url "[ 'http://127.0.0.1:3000' ]" is responding with HTTP status code 200
running tests using command "npm run check-links"


> fluid-framework-docs-site@0.0.0 serve
> docusaurus serve --no-open

[SUCCESS] Serving "build" directory at: http://localhost:3000/

> fluid-framework-docs-site@0.0.0 check-links
> linkcheck http://localhost:3000 --skip-file skipped-urls.txt

Crawling...

Stats:
  290871 links
    1933 destination URLs
    2183 URLs ignored
       0 warnings
       0 errors


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.

Remove CompatibilityMode type

1 participant