Skip to content

Releases: storyblok/storyblok-php-client

v1.3.0

02 May 12:57
Compare
Choose a tag to compare

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

28 Mar 06:21
349a460
Compare
Choose a tag to compare
  • Adds method getStoryByUuid to receive Story by uuid

v1.2.0

09 Jan 14:14
1d032d7
Compare
Choose a tag to compare
  • Add support for proxy with "setProxy"

v1.1.15

11 Dec 22:49
Compare
Choose a tag to compare
  • Fixes issue with cache version when file cache is disabled.

v1.1.14

12 Oct 11:53
Compare
Choose a tag to compare

Merged fix for with_tag handling. Thanks @niggoo.

v1.1.13

21 Aug 09:53
Compare
Choose a tag to compare
  • Adds cacheNotFound option to cache not found responses.
  • Fixes issue with sha256 cache key

v1.1.12

20 Apr 19:36
Compare
Choose a tag to compare

Fixes issue where the cache got not cleared after viewing story with the "open" button in Storyblok.

v1.1.11

24 Mar 13:50
Compare
Choose a tag to compare

Fixes Issue - hashes the $key for the Cache with sha256 before we hand it over to the apix-cache:

http://stackoverflow.com/questions/43000433/failed-to-open-stream-php-error-when-loading-stories-from-storyblok-in-twig

v1.1.10

14 Mar 16:09
Compare
Choose a tag to compare

Fixes too long file name for cache key

v1.1.9

21 Feb 10:23
Compare
Choose a tag to compare

Caches only responses with 200 as response-code.