All Versions
10
Latest Version
Avg Release Cycle
32 days
Latest Release
2346 days ago
Changelog History
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 -
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, 2018Breaking 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, 2018Make 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