Skip to content

Releases: netglue/prismic-client

1.3.0

11 Jul 20:25
1.3.0
e8692a7
Compare
Choose a tag to compare

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

1.2.5

02 Jul 21:55
1.2.5
3cc3521
Compare
Choose a tag to compare

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

24 May 10:37
1.2.4
0d8dad4
Compare
Choose a tag to compare

Release Notes for 1.2.4

1.2.x bugfix release (patch)

1.2.4

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

1.2.3

22 Mar 23:01
1.2.3
4816633
Compare
Choose a tag to compare

Release Notes for 1.2.3

1.2.x bugfix release (patch)

1.2.3

1.2.2

21 Feb 14:41
1.2.2
a0d372a
Compare
Choose a tag to compare

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

dependencies,php

dependencies,github_actions

1.2.1

27 Jan 13:46
1.2.1
9378c49
Compare
Choose a tag to compare

Release Notes for 1.2.1

1.2.x bugfix release (patch)

1.2.1

1.1.1

27 Jan 13:44
1.1.1
de7e62f
Compare
Choose a tag to compare

Release Notes for 1.1.1

1.1.1

1.2.0

20 Jan 16:55
1.2.0
b631c7b
Compare
Choose a tag to compare

Release Notes for 1.2.0

1.2.0

prismic-client 1.1.0

07 Jan 11:23
1.1.0
c529098
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #84 Improves type coverage with Psalm
  • #90 Allows psr/cache version ^2

Deprecated

  • Nothing.

Removed

  • #89 Removes the Prismic\RetryingClient introduced in RC1

Fixed

  • Nothing.

prismic-client 1.1.0-RC1

22 Nov 12:57
1.1.0-RC1
5180bbf
Compare
Choose a tag to compare
Pre-release

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 catch PreviewTokenExpired 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 its lastRequestFailure() and destroy the preview request cookie when the exception is of the type PreviewTokenExpired.

Changed

  • #66 - Removes dev requirement for ext-apcu by using an in-memory cache adapter

Deprecated

  • #67 deprecates ApiClient::findByBookmark(), bookmark related methods in Value\ApiData and the Value\Bookmark class because the feature is being deprecated by Prismic as noted in issue #60

Removed

  • Nothing.

Fixed

  • Nothing.