- Enhancements
- Deprecates
cassandra:setup
task in favor ofcassandra:migrate:reset
- Replaces
prepare_for_cassandra
script with railscassandra_configuration
generator - More helpful logging and error messages around cluster connection and
cassandra:create
task
- Deprecates
- Bug fixes
- Cassandra cluster and sessions connections were not working with Spring
- Yanked!
- Enhancements
- Single quotes in value strings are automatically escaped
- Support for secondary options with the
select
method
- Bug fixes
- Removed
QueryError
since it no longer is an error module in the Cassandra Ruby driver - Fixed list type not working
- Removed
- Enhancements
- Support for inserting nil values from Rails into C*
- Spring initializer used in cql-rb wrapper
- Upgraded C* version (cassandra-driver dependency) to v2.1.1
- Enhancements
- Upgraded C* version (cassandra-driver dependency) to v1.1.1
- Breaking changes
- Removed
add_options
method fromtable_operations.rb
. See issue #47
- Removed
- Enhancements
- Refactored code base to use the official ('cassandra-driver', '~> 1.0.0.beta.3') DataStax C* driver
- Codebase remains backwards compatible
- Should support new features available via the new driver (authentication, server/client certs, compression and other connection params). See driver docs
- Updated to the latest version of RSpec (3.1.0)
- Updated other development dependencies (bundler, simplecov, coveralls)
- Enhancements
- Support for counter type in migrations
- Multiple keyspace support with using_keyspace method
- Update ruby CQL 3 driver (now cql-rb 2.0.0)
- Support for CREATE TABLE options/properties (CLUSTERING ORDER, COMPACT STORAGE, gc_grace_seconds)
- Enhancements
- Improved data types resolution in migrations
- Added decimal type
- Ruby 2.1.0 for development
- Enhacements
- Add support for decimal type
- Update ruby CQL 3 driver (now cql-rb 2.0.0.pre1)
- Enhancements
- Add support for uuid data type
- Update ruby CQL 3 driver (now cql-rb 1.0.1)
- Enhancements
- Add update! query helper
- Add support for :ttl option on write! and update! query helpers
- Initial release