@gerbal added the ability to pass Xandra's authentication configuration to Triton.
Added ability to allow filtering on any query.
Fixed a bug accidentally introduced in 0.2 with delete queries. They should now work properly.
pablohirafuji PR: #8 - fix validation type coercion for comparison queries in issue #7
Fixed a type coercion issue in comparison queries during the validation step.
Breaking - Table.streamed renamed to Table.stream
Added more documentation for range queries and streaming to readme.
Change supervision tree so that clusters cannot interrupt each other.
Make Triton.Monitor more stable by using one_for_all strategy.
Fixed a bug with Triton.Monitor from 1.6.
Added Triton.Monitor to cleanly reconnect to DB in the event db_connection becomes disconnected.
Added field validation to updates.
Added ability to define a transform function on any field (used for select statements)
Fix DateTimes and change how streams work
Remove MIX.env from codebase
Initial Release