ignasi35 on master
Rewrite secrets to travis.com Merge pull request #97 from ign… (compare)
raboof on master
Release tweaks (#96) (compare)
raboof on v1.2.0-RC2
raboof on master
Updates for release 1.2.0-RC2 (… (compare)
version.sbt
should be updated to 1.2.0-RC1
?
persistAll
method is supposed to be atomic for the whole batch. Currently, the journal implementation works around the fact that a batch write is not atomic in DynamoDB with the idx
and cnt
attributes. Has anyone looked into using TransactWriteItems
to guarantee this atomicity?