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

Add the ability to add version requirements to extensions #1647

Open
atcuno opened this issue Feb 27, 2025 · 0 comments
Open

Add the ability to add version requirements to extensions #1647

atcuno opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@atcuno
Copy link
Contributor

atcuno commented Feb 27, 2025

Either before parity or, if not, right after, we need the ability to version either:

  1. extension classes

OR

  1. exposed methods within extension classes

Right now, these are holes as a method in an extension class can change - which plugins depend on - but the plugin has no way to mark this. This will lead to API breakage, which is what we want to avoid and the whole reason for versioning.

@ikelos I am assigning this to you to think what system you want for this. We can then overhaul all the extensions at once (I assume they would all start 1,0,0 since none have it now.

References from the GUI ticket:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants