This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Releases: BedrockStreaming/CassandraBundle
Releases · BedrockStreaming/CassandraBundle
Symfony 4.x support
fix php version to php7
bugfix. as there where some peace of code not compatible with php5
Fix web debug toolbar loading template
Fix dependency Injection, set public for sf4
Fix sf3.4 datacollector deprecation
Merge pull request #35 from M6Web/fix/compat-sf4 Add CassandraDataCollector::reset() method required for Symfony 4
Adds whitelist & blacklist config properties
Fix deprecated ExecutionOptions with cassandra-driver 1.3
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
BC:
Not compatible with datastax/php-driver < v1.3.0
Not compatible with php < 5.6
Atoum 3.0
doc to allow keyspace to be null
As we have allowed the keyspace parameter to be null, we have to communicate about this change.