Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Releases: BedrockStreaming/CassandraBundle

Symfony 4.x support

16 Mar 14:17
199136c
Compare
Choose a tag to compare

Breaking changes:

  • drop support for Symfony < 3.4 and >= 5.0 (please open a PR to support Symfony 5.x if you need it 🙏)

Fixes:

  • some deprecations using 4.4

PRs:

fix php version to php7

03 Apr 08:00
391c1dd
Compare
Choose a tag to compare

bugfix. as there where some peace of code not compatible with php5

Fix web debug toolbar loading template

31 May 13:10
0be3581
Compare
Choose a tag to compare

Fix dependency Injection, set public for sf4

30 May 14:44
5c9b5dc
Compare
Choose a tag to compare

Fix sf3.4 datacollector deprecation

08 Jan 17:40
6643d7c
Compare
Choose a tag to compare
Merge pull request #35 from M6Web/fix/compat-sf4

Add CassandraDataCollector::reset() method required for Symfony 4

Adds whitelist & blacklist config properties

31 Jul 08:35
Compare
Choose a tag to compare

Fix deprecated ExecutionOptions with cassandra-driver 1.3

24 Apr 12:28
Compare
Choose a tag to compare
Merge pull request #32 from M6Web/fix/compatible-driver-1.3.0

Fix deprecated ExecutionOptions with cassandra-driver 1.3

datastax/php-driver v1.3.0 compatibility

06 Apr 08:45
Compare
Choose a tag to compare

BC:
Not compatible with datastax/php-driver < v1.3.0
Not compatible with php < 5.6

Atoum 3.0

27 Feb 13:10
Compare
Choose a tag to compare
Merge pull request #29 from jubianchi/update-atoum

Update to newer atoum versions

doc to allow keyspace to be null

16 Nov 08:38
Compare
Choose a tag to compare

As we have allowed the keyspace parameter to be null, we have to communicate about this change.