Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for v8 #2675

Open
4 tasks
bjosttveit opened this issue Oct 31, 2024 · 0 comments
Open
4 tasks

Drop support for v8 #2675

bjosttveit opened this issue Oct 31, 2024 · 0 comments
Labels
kind/breaking-change Issue/pull request containing a breaking change
Milestone

Comments

@bjosttveit
Copy link
Member

  • Require at least version 9.0.0 of app-lib-dotnet. Ensure this by setting MINIMUM_APPLICATION_VERSION which will show an error if the app is not up to date.
  • Remove all code-paths that are in effect if the backend version is not up to date enough (paths where isAtLeastVersion(something) is false), we can assume that all apps are at least these versions when requiring a new major version.
    • Remove unused APIs (appUrlHelper, queries, mutations, etc.)
  • Only multi-patch is needed, single-patch can be removed
@bjosttveit bjosttveit added the kind/breaking-change Issue/pull request containing a breaking change label Oct 31, 2024
@bjosttveit bjosttveit added this to the v5 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/breaking-change Issue/pull request containing a breaking change
Projects
Status: No status
Development

No branches or pull requests

1 participant