Activate v1.1 Release Notes

    • ๐Ÿ”Œ Play application hot reload support (ActivatePlayPlugin)
    • ๐Ÿ†• New query syntax option: select[MyEntity] where(_.name :== โ€œaโ€)
    • ๐Ÿ†• New databases: h2, derby and hsqldb.
    • ๐Ÿ‘Œ Support for list fields in entities: class MyEntity(var intList: List[Int]) extends Entity
    • @Alias annotation to customize entity and field names at the storage
    • Manual migrations
    • ๐Ÿ‘ Multiple VMs support (Coordinator)
    • ๐ŸŽ Performance enhancements