All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
No meaningful changes since last release.
7.2.0 (2023-01-21)
- Dropped support for Symfony 4
- Allowed installation of Contentful v7 - thanks @svenluijten !
- Fixed deprecated attribute in Symphony 6.1 - thanks @asuri0n !
- Updated CI checks
7.1.1 (2022-09-16)
- Deprecations for newer Symfony versions
7.1.0 (2022-03-26)
- Support for psr/log (thanks @kwivix !)
- Re-added support for Smyphony 5.4 as it's still LTS
7.0.0 (2022-01-21)
- Support for Symfony 6
- Minor warning when trying to count optional field (see #51)
- Breaking change Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 6.2.0 or install it with
--ignore-platform-reqs
, but compatibility will no longer be checked explicitely. Version 6.2,0 will still be maintained in case of security issues for the forseeable future. - Breaking change Support for Symfony version 3 and version 5 was dropped, since they're now end-of-life, too. As with PHP, you can continue to use version 6.2.0.
- Small CI changes
6.2.0 (2021-03-26)
- Support for PHP8
- Small code cleanups
6.1.0 (2020-07-29)
- Changed name of data collector from contentful.delivery to contenful for better integration with the profiler
6.0.3 (2020-05-05)
No meaningful changes since last release.
6.0.3 (2020-04-28)
- Removed more typehints to preserve compatibility with lower Symfony versions
6.0.0 (2020-03-24)
- Added support for PHP 7.4
- Dropped support for PHP 7.0 & 7.1
- Added support for symfony 5
- Upgraded dependencies
5.0.0 (2020-02-24)
- Updated contentful/contenful dependency and releasing as a major version due to breaking changes in dependencies
4.0.0 (2018-12-05)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- The bundle now requires the Contentful Delivery SDK version 4. Please check its upgrade guide for more. [BREAKING]
- The configuration format has been changed. Refer to the upgrade guide for more. [BREAKING]
- The command
contentful:info
was renamedcontentful:delivery:info
.
- The command
contentful:delivery:debug
was added, and it will print info about the space, locales and content types of the selected client. - Configured clients now support autowiring by type-hinting either
Contentful\Delivery\Client
orContentful\Delivery\Client\ClientInterface
(which is the recommended way). If multiple clients are configured, the autowired client will always be the one configured usingdefault: true
.
3.0.0 (2018-06-19)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- The bundle now requires Symfony 3.4 or 4.x, and the Contentful Delivery SDK version 3. [BREAKING]
2.0.0 (2017-06-14)
ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.
- Use version 2.0 of the Contentful SDK. [BREAKING] This release contains breaking changes, you can read more about them the SDK Changelog for version 2.0.0.
1.0.0 (2017-04-26)
- Use version 1.0 of the Contentful SDK.
0.8.0-beta (2017-04-11)
- Exposed new features from the newer Contentful SDK
- Overriding URI used to communicate with the Contentful API (
uri_override
) - Setting the default locale for the client (
default_locale
) - Setting a custom Guzzle instance (
http_client
) - Caching the space and content types (
cache
)
- Overriding URI used to communicate with the Contentful API (
- Use version 0.8 of the Contentful SDK. Note: This release contains breaking changes, you can read more about them in the change logs for version 0.7 and version 0.8.
0.6.2-beta (2017-04-05)
ProfilerController::details
has been renamed toProfilerController::detailsAction
cache:clear
throws an exception in production environments (#2)
0.6.1-beta (2016-04-14)
ProfilerController
is now a service
- Fixed an off-by-one error in the Web Profiler
0.6.0-beta (2016-03-03)
- Show metrics about requests in the Web Profiler
- Show headers and response bodies for API calls
- Added ContentfulDataCollector::getErrorCount
- Request logging is only enabled by default if
kernel.debug
is enabled. It can be configured for individual clients by settingrequest_logging
. - Show Contentful info in the Web Debug Toolbar only when a request was performed.
0.5.0-beta (2016-02-22)
Initial release