Releases: blitzstudios/triton
Releases · blitzstudios/triton
Version 0.2.4
Version 0.2.2
Fixed a bug accidentally introduced in 0.2 with delete queries. They should now work properly.
Version 0.2.1 (Retired)
Version 0.2.0 (Retired)
Fixed a type coercion issue in comparison queries during the validation step.
Version 0.1.10
Breaking Change - Table.streamed renamed to Table.stream
Version 0.1.9
Change supervision tree so that clusters cannot interrupt each other.
Version 0.1.8
Make Triton.Monitor more stable by using one_for_all strategy.
Version 0.1.7
Added Triton.Monitor to reconnect to DB if it becomes disconnected.
Version 0.1.5
Added field validation to updates.
Version 0.1.4
Added transform property for fields. You can now do this:
field :created, :timestamp, transform: &DateTime.to_unix/1