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

Allow upcoming Shopify versions instead of raising UnsupportedVersionError #1932

Closed
netwire88 opened this issue Dec 26, 2024 · 1 comment
Closed

Comments

@netwire88
Copy link

Overview

Currently, if we are trying to test an upcoming release candidate (i.e. 2025-01, while the current version is 2024-10), we cannot. shopify_app raises this:

ShopifyAPI::Errors::UnsupportedVersionError:
  Invalid version 2025-01, supported versions: ["unstable", "2024-10", "2024-07", "2024-04", "2024-01", "2023-10", "2023-07", "2023-04", "2023-01", "2022-10", "2022-07", "2022-04", "2022-01"]

This is problematic since we cannot work on the new API version and go live at the same time since we cannot develop and test. unstable doesn't always correlated to the upcoming release candidate (2025-01 in this case), so that doesn't work.

Suggestion:
Allow upcoming release candidate API version in shopify_app

@netwire88
Copy link
Author

Moving to Shopify/shopify-api-ruby#1353

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