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 ShopifyAPI::Errors::UnsupportedVersionError #1353

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

Comments

@netwire88
Copy link

Overview

Currently, if we are trying to test an upcoming release candidate (migrating to 2025-01 while the current version is 2024-10), we cannot. ShopifyAPI 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 any new API versions since we cannot develop and test. We usually have to wait a week for the new release to be added to shopify_api, and then start development, which means we are always behind. unstable doesn't always correlated to the upcoming release candidate (2025-01 in this case), so that doesn't work.

Feature request:

Allow upcoming release candidate API version in shopify_api

@lizkenyon
Copy link
Contributor

Hi there 👋

Thank you for your feedback. I agree this is something we should make possible. I will add this to our backlog.

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

2 participants