Skip to content

Conversation

@lizkenyon
Copy link
Contributor

WHAT is this pull request doing?

Remove ApiVersion::LATEST constant and require explicit version selection

Prevent semantic versioning violations where library updates automatically change API versions, potentially breaking production apps without developer awareness or control

Breaking change: apiVersion parameter now required in Context::initialize() Migration: Developers must explicitly specify API version (e.g., '2025-10') Aligns with Ruby library PR #1411 and broader Shopify library strategy See BREAKING_CHANGES_FOR_V6.md for complete migration guide

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change
  • I have updated the documentation for public APIs from the library (if applicable)

…tion

Prevent semantic versioning violations where library updates automatically
change API versions, potentially breaking production apps without developer
awareness or control

Breaking change: apiVersion parameter now required in Context::initialize()
Migration: Developers must explicitly specify API version (e.g., '2025-10')
Aligns with Ruby library PR #1411 and broader Shopify library strategy
See BREAKING_CHANGES_FOR_V6.md for complete migration guide

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@lizkenyon lizkenyon force-pushed the remove-latest-api-constant branch from cb51a1f to a30842c Compare October 15, 2025 17:13
@lizkenyon lizkenyon merged commit f4089aa into main Oct 28, 2025
7 checks passed
@lizkenyon lizkenyon deleted the remove-latest-api-constant branch October 28, 2025 15:29
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.

1 participant