v1.2.1
Astarte v1.2.1 release.
Changes since v1.2.0
Added
- Ecto schemas for Astarte database resources and a repo with common functionality
- Functions to perform database schema changes
- Add the
CASSANDRA_ENABLE_KEEPALIVEenv to enable or disable the keepalive option for the xandra
connection. This is enabled by default
Changed
- BREAKING: Removed XandraUtils module because it's not
needed anymore inside the main Astarte project - Removed deprecated
CASSANDRA_AUTODISCOVERY_ENABLED, which is now always enabled - Changed the database driver from CQEx (unmantained) to Exandra