Releases: SchemaApp/php-shopify
Releases · SchemaApp/php-shopify
API version 2024-01
Bumps the API version to 2024-01
Add support for Shopify API versioning
Allow configuration of Shopify API version (e.g. 2022-07)
Remove loop
2.1.4 fix(curlrequest): remove loop, don't retry failing attempts
Throw exception for throttling rather than retry
2.1.3 fix(throttle): change throttle to throw exception instead of retry
Add sleep between throttle checks
2.1.2 fix(throttling): add sleep between lock checks
Import redis
2.1.1 fix: import redis
Throttle API calls using redis
2.1.0 fix(shopify): change throttling amount
Remove static properties for config
Allow multiple instances of the ShopifySDK to work simultaneously by removing the static config properties and switching them to object properties.
Remove sleeping retry
v1.0.4 remove sleeping retry