Releases: netglue/prismic-client
Releases · netglue/prismic-client
1.3.0
Release Notes for 1.3.0
Feature release (minor)
1.3.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 1
enhancement
dependencies,enhancement
- 196: Drop support for PHP 7.3 thanks to @gsteel
1.2.5
Release Notes for 1.2.5
1.2.x bugfix release (patch)
1.2.5
- Total issues resolved: 2
- Total pull requests resolved: 3
- Total contributors: 1
bug
1.2.4
1.2.3
1.2.2
Release Notes for 1.2.2
1.2.x bugfix release (patch)
1.2.2
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
dependencies
- 119: Psalm 4.21 thanks to @gsteel
dependencies,php
- 118: Bump phpunit/phpunit from 9.5.11 to 9.5.14 thanks to @dependabot[bot]
dependencies,github_actions
1.2.1
1.1.1
1.2.0
prismic-client 1.1.0
prismic-client 1.1.0-RC1
Added
- #68 adds the
Prismic\RetryingClient
. This proxy client decorates an existing client and retries queries that fail against a preview ref or a release ref against the master ref and stores the previous exception for inspection. The main use-case for this feature is so that you can more easily catchPreviewTokenExpired
exceptions when it is not possible to catch them in an HTTP request/response cycle. For example, when you are querying the repo in order to set up routes before a request has been dispatched. An example middleware might inspect the client for itslastRequestFailure()
and destroy the preview request cookie when the exception is of the typePreviewTokenExpired
.
Changed
- #66 - Removes dev requirement for
ext-apcu
by using an in-memory cache adapter
Deprecated
- #67 deprecates
ApiClient::findByBookmark()
, bookmark related methods inValue\ApiData
and theValue\Bookmark
class because the feature is being deprecated by Prismic as noted in issue #60
Removed
- Nothing.
Fixed
- Nothing.