You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by DuyHai Doan <do...@gmail.com> on 2016/02/22 22:42:17 UTC

[Announcement] Achilles 4.1.0 released

Hello all

 I am pleased to announce the release of Achilles 4.1.0.

 The biggest change is the support for new Cassandra 3.x Materialized View
by annotation.

Achilles also enforces constraints on your views (all primary key columns
of the base table should be in the view etc..) at compile time and
generates only SELECT query builder (since update/insert is not allowed)


 For more details, the wiki: https://github.com/doanduyhai/Achilles/wiki

Regards

Duy Hai DOAN