Skip to content

chore: Add experimental API annotation#3227

Merged
mattcreaser merged 3 commits into
mainfrom
mattcreaser/experimental-annotation
Mar 18, 2026
Merged

chore: Add experimental API annotation#3227
mattcreaser merged 3 commits into
mainfrom
mattcreaser/experimental-annotation

Conversation

@mattcreaser
Copy link
Copy Markdown
Member

  • PR title and description conform to Pull Request guidelines.

Issue #, if available:

Description of changes:
Adds a new annotation @ExperimentalAmplifyApi that we can use when creating new APIs without committing to full stability.

This follows the pattern of many other libraries, such as @ExperimentalCoroutinesApi, @ExperimentalComposeApi, @ExperimentalAnimationApi, etc.

How did you test these changes?
n/a

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(storage): message, feat(auth): message, chore(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mattcreaser mattcreaser requested review from a team as code owners March 13, 2026 18:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.22%. Comparing base (5410c35) to head (8da7405).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3227      +/-   ##
==========================================
- Coverage   55.23%   55.22%   -0.02%     
==========================================
  Files        1076     1076              
  Lines       31886    31886              
  Branches     4749     4749              
==========================================
- Hits        17613    17609       -4     
- Misses      12448    12450       +2     
- Partials     1825     1827       +2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mattcreaser mattcreaser enabled auto-merge (squash) March 18, 2026 17:07
@mattcreaser mattcreaser merged commit 489aebd into main Mar 18, 2026
19 checks passed
@mattcreaser mattcreaser deleted the mattcreaser/experimental-annotation branch March 18, 2026 19:08
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.

3 participants