Skip to content

v1.2.1

Choose a tag to compare

@noaccOS noaccOS released this 06 Mar 15:04
· 4 commits to master since this release
v1.2.1
10fe948

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_KEEPALIVE env 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