All Versions
15
Latest Version
Avg Release Cycle
16 days
Latest Release
3686 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.4 Changes
- Prevalent storage
- π Slick 2 lifted embedding support
- Sql Server dialect
- Custom type encoders
- Lift Framewok integration
- β‘οΈ Update to Play 2.2
- π§ Custom cache configuration
- Eager queries
- Cached queries
- Dynamic queries
- Memory index
- Lifecycle listeners
- Property listeners
- EntityMap
- Cascade delete
- Kryo serializer
- Modify column type migration
- Queries with empty where
-
v1.3 Changes
- Async transactions
- Async queries
- Reactive PostgreSQL storage (using postgresql-async)
- Reactive MongoDB storage (using reactivemongo)
- Slick direct embedding queries
- Spray json integration
- Lazy entity lists
- Limited queries offset
- toUpperCase/toLowerCase query functions
-
v1.2 Changes
- Scala 2.10
- Polyglot persistence
- Optimistic offline locking
- π Play 2.1 support
- DB2 jdbc dialect
- Limited queries
- π Better transient field support
- Custom serializers
- Nested list order preservation
-
v1.1 Changes
- π 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
-
v1.0 Changes
- Migrations
- π Play Framework support
- β‘οΈ Mass update/delete statements
- Validation using Design By Contract
- Queries with βorder byβ
- Paginated queries
- Storage direct access
- System properties defined storage
- π Better error messages
- Itβs not necessary to use β-noverifyβ anymore
- π Performance enhancements