All Versions
10
Latest Version
Avg Release Cycle
32 days
Latest Release
1989 days ago

Changelog History

  • v0.2.4 Changes

    October 18, 2018

    ๐Ÿ”ง @gerbal added the ability to pass Xandra's authentication configuration to Triton.

  • v0.2.2 Changes

    April 23, 2018

    ๐Ÿ›  Fixed a bug accidentally introduced in 0.2 with delete queries. They should now work properly.

  • v0.2.1 Changes

    April 23, 2018

    pablohirafuji PR: #8 - fix validation type coercion for comparison queries in issue #7

  • v0.2.0 Changes

    April 17, 2018

    ๐Ÿ›  Fixed a type coercion issue in comparison queries during the validation step.

  • v0.1.10 Changes

    March 23, 2018

    Breaking Change - Table.streamed renamed to Table.stream

  • v0.1.9 Changes

    March 21, 2018

    ๐Ÿ”„ Change supervision tree so that clusters cannot interrupt each other.

  • v0.1.8 Changes

    March 19, 2018

    Make Triton.Monitor more stable by using one_for_all strategy.

  • v0.1.7 Changes

    March 16, 2018

    โž• Added Triton.Monitor to reconnect to DB if it becomes disconnected.

  • v0.1.5 Changes

    January 17, 2018

    โž• Added field validation to updates.

  • v0.1.4 Changes

    January 02, 2018

    โž• Added transform property for fields. You can now do this:

    field :created, :timestamp, transform: &DateTime.to_unix/1