- [Cassandrax.Connection] Fixed >= and <= operators, which were backwards in the final query
- Added examples using
where/2
andget/2
with multiple filters
- [Cassandrax.Keyspace] Allow passing multiple filters in one where clause
- [Cassandrax.Query.Builder] Allow passing variables in queries (Thanks rafbgarcia)
- [Cassandrax.Keyspace] Improved readability by removing module attrs holding fixtures
- Improved README documentation and examples
- [Cassandrax.Keyspace] Fixed reads and batches not using default configs
- Improved root level documentation (Thanks @dogatunkay)
- Still missing module-specific pages for more details
- [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 (Thanks @dogatunkay)
- Initial release