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

Ensure extension updates follow semver #303

Open
lilyjma opened this issue Sep 29, 2023 · 0 comments
Open

Ensure extension updates follow semver #303

lilyjma opened this issue Sep 29, 2023 · 0 comments

Comments

@lilyjma
Copy link

lilyjma commented Sep 29, 2023

The SQL extension did a major version upgrade from SQL v2 to v3. This was a breaking change, and they were unaware of the fact that bundles need to follow semver so they merged the change have the new extension as part of bundles v4 (when it needs to be in bundles v5). Fortunately this was caught before the next release of bundles v4, which prevented breaking existing apps using the SQL extension.

We need to:

  • Have checks in place to ensure changes like this cannot be merged
  • Ensure extension teams are aware about semver requirement and establish a cadence for releasing new major bundle version so breaking changes can be released
  • validation of dependencies, including transitive dependencies
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

No branches or pull requests

1 participant