Skip to content

Releases: blitzstudios/triton

Version 0.2.4

18 Oct 00:30
Compare
Choose a tag to compare

@gerbal added the ability to pass Xandra's authentication configuration to Triton.

Version 0.2.2

23 Apr 21:00
Compare
Choose a tag to compare

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

Version 0.2.1 (Retired)

23 Apr 04:02
Compare
Choose a tag to compare

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

Version 0.2.0 (Retired)

17 Apr 01:08
Compare
Choose a tag to compare

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

Version 0.1.10

23 Mar 21:46
Compare
Choose a tag to compare

Breaking Change - Table.streamed renamed to Table.stream

Version 0.1.9

21 Mar 18:27
Compare
Choose a tag to compare

Change supervision tree so that clusters cannot interrupt each other.

Version 0.1.8

19 Mar 17:58
Compare
Choose a tag to compare

Make Triton.Monitor more stable by using one_for_all strategy.

Version 0.1.7

16 Mar 20:55
a3355fd
Compare
Choose a tag to compare

Added Triton.Monitor to reconnect to DB if it becomes disconnected.

Version 0.1.5

17 Jan 23:47
Compare
Choose a tag to compare

Added field validation to updates.

Version 0.1.4

02 Jan 20:10
Compare
Choose a tag to compare

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

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