Skip to content

Releases: contentful/contentful.php

v7.0.2

24 Feb 18:10
79f52e0
Compare
Choose a tag to compare

Changed

  • Added support for PHP8.3
  • Added support for Symfony 7

Internal

  • Updated header comments
  • Re-enabled unit tests for PHP8.2

v7.0.1

26 Jan 22:53
7327939
Compare
Choose a tag to compare

Changed

  • Added support for PHP8.2
  • Fixed cache handling for queries with default locale, see #320 - thanks @fabianaromagnoli !
  • Re-added support for psr/log v1 - see #322

Internal

  • Updated header comments
  • Re-enabled unit tests for PHP8.2

v7.0.0

22 Dec 15:31
Compare
Choose a tag to compare

Changed

  • Breaking change: Dropped support for PHP7
  • Breaking change: Updated depdency for contentful/rich-text to 4.0, which has breaking changes - see here.
  • Minor docs updates - thanks @mmenozzi !
  • Fixed several deprecation warnings - thanks @pklink !

Internal

  • CI pipelines slightly reworked

Notes

  • The unit tests currently segfault on PHP8.2. This is a known PHP bug - see here. Feel free to install the library with --ignore-platform-reqs for now (the other dependencies will work), but PHP8.2 is not officially supported for now.

v6.4.0

11 Mar 02:22
a6b201b
Compare
Choose a tag to compare

Added

  • Support for caching of Client::getEntries() - thanks @mmenozzi !
  • Support for psr/cache v2.0 - thanks @kwivix !

Internal

  • Small CI fixes
  • Switched to new CircleCI PHP images

Notes

  • Due to some interface incompatibility, this version does currently not support psr/cache 3.0 - if you need 3.0, you can stay on 6.3.0 for now. We plan on supporting version 3 again in the future.

6.3.0

19 Jan 00:13
b31b1f5
Compare
Choose a tag to compare
  • Updated Symfony dependencies to allow for Symfony 6
  • Added support for psr/cache version 3
  • Added support for a backwards-compatibility breakage check

6.2.0

18 Oct 03:48
6.2.0
683471e
Compare
Choose a tag to compare
  • Added support for tags
  • Minor fixes
  • Changed name from "SDK" to "Library"

6.1.0

25 Mar 03:08
6.1.0
2f0b3ca
Compare
Choose a tag to compare
  • Added php8 support
  • Smaller code clean-ups

6.0.5

19 Oct 15:57
6.0.5
Compare
Choose a tag to compare

Added

withoutMessageLogging option

6.0.4

15 Sep 17:14
6.0.4
Compare
Choose a tag to compare

Added

Update packages
Coding standards
Fixed a few static code analysis issues

6.0.3

03 Apr 12:18
6.0.3
Compare
Choose a tag to compare

Changed

Minor non-breaking changes suggested by phpstan