Allow upcoming Shopify versions instead of raising ShopifyAPI::Errors::UnsupportedVersionError #1353
Open
Description
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
Metadata
Assignees
Labels
No labels