Releases: BedrockStreaming/ElasticsearchBundle
Releases · BedrockStreaming/ElasticsearchBundle
v4.1.0
Add strict_types to all files
Merge pull request #36 from BedrockStreaming/fix/cs-fixer-config fix: add strict types
Fix CI
Merge pull request #37 from BedrockStreaming/fix/cs-config-fixed fix: fix cs-fixer-config version to 2.0
Add support for SF6
drop support for php < 7.4
Support PHP 8.0 (and elasticsearch 7.*)
Add PHP 8 compatibility (#33) * Upgrade atoum/atoum * Upgrade elasticsearch/elasticsearch and add ConnectionInterface return type
Symfony 5 support + drop support for old Symfony versions
PR
Breaking changes
- Drop support for Symfony
< 4.4
- Use
Symfony\Contracts\EventDispatcher\Event
instead ofSymfony\Component\EventDispatcher\Event
Features
- Support Symfony 5
v1.7.1: Merge pull request #32 from M6Web/feat/host-header
Fix support for host
header (see #32 )
Support Elasticsearch 6.x
composer.json: Support version ^6.0.0 for elasticsearch (#26) * composer.json: Support version ^6.0.0 for elasticsearch Allow use of the bundle for ElasticSearch/ElasticSearch 6.0.0 and higher * composer.json: update pipe syntax to the OR operator
Fix sf4 datacollector varToString
v1.6.3 Merge pull request #25 from mojoLyon/bugfix/check-sf-datacollector-va…