Releases: storyblok/storyblok-php-client
Releases · storyblok/storyblok-php-client
v1.3.0
Features:
- Own exception class Storyblok/ApiException to easily catch error from the client.
- Automatic retry for 429 and 5xx errors with 5 max retries
- New management api client Storyblok/ManagementClient
- Backwards compatible cdn client
v1.2.1
- Adds method getStoryByUuid to receive Story by uuid
v1.2.0
- Add support for proxy with "setProxy"
v1.1.15
- Fixes issue with cache version when file cache is disabled.
v1.1.14
v1.1.13
- Adds cacheNotFound option to cache not found responses.
- Fixes issue with sha256 cache key
v1.1.12
Fixes issue where the cache got not cleared after viewing story with the "open" button in Storyblok.
v1.1.11
Fixes Issue - hashes the $key for the Cache with sha256 before we hand it over to the apix-cache:
v1.1.10
Fixes too long file name for cache key
v1.1.9
Caches only responses with 200 as response-code.