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

changes the default for checking the SDK version and treating it as a breaking change to off #184

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

devmil
Copy link
Member

@devmil devmil commented Sep 18, 2024

Description

Changing the SDK version can't break existing consumer code as pub would not consider the new package that has a non-fitting SDK version boundary.
That way the existing code would continue to use the older version that still has a fitting SDK version.

A package owner might still consider introducing a major version bump in that case, that's why this option is still there but off by default

Type of Change

  • 🚀 New feature (non-breaking change)
  • 🛠️ Bug fix (non-breaking change)
  • ⚠️ Breaking change (feature or bug fix which breaks existing behaviors/APIs)
  • 🏗️ Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🧹 Chore / Housekeeping

Fixes #183

… breaking change to `off`

Changing the SDK version can't break existing consumer code as pub would not consider the new package that has a non-fitting SDK version boundary. That way the existing code would continue to use the older version that still has a fitting SDK version.
A package owner might still consider introducing a major version bump in that case, that's why this option is still there but off by default
@devmil devmil merged commit 04e6ec7 into bmw-tech:main Sep 30, 2024
11 checks passed
@devmil devmil deleted the feature/change_sdk_check_default branch September 30, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

changing the sdk version of a package should not be breaking
3 participants