Skip to content

Allow upcoming Shopify versions instead of raising ShopifyAPI::Errors::UnsupportedVersionError #1353

Open
@netwire88

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions