Packages

A Cassandra data mapping built on top of Ecto and query runner on top of Xandra.

Current section

Files

Jump to
cassandrax CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.0.3
### Documentation
* Improved README documentation and examples
### Bugfixes
* [Cassandrax.Keyspace] Fixed reads and batches not using default configs
## v0.0.2
### Documentation
* Improved root level documentation
* Still missing module-specific pages for more details
### Bugfixes
* [Cassandrax.Connection] Fixed support to multi-cluster setup
* [Cassandrax.Keyspace] Fixed warning of callback not being implemented
* [Cassandrax.KeyspaceTest] Fixed tests failing due to invalid CQL
## v0.0.1
* Initial release