All Versions
44
Latest Version
Avg Release Cycle
91 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.1 Changes
- ๐ Fix Model file generated in wrong package in certain cases
- ๐ Fix Android SqlCipherDatabaseSource not extendable
-
v1.6.0 Changes
May 22, 2019- Java 9 use new @Generated annotation
- ๐ RxJava 1.0 support removed
- Generate error if setter present for read-only field
- 0๏ธโฃ SQLServer default map dates to datetime2 instead of timestamp
- 0๏ธโฃ PostgresSQL fix default UUID type mapping
- ๐ Android support AndroidX libraries
- โ Add Spring boot example
-
v1.5.1 Changes
March 26, 2018- โ Add min/max to base expression functions
- โ Add factory methods for creating different numeric type Named Expressions
- EnumConverter uses name() for string conversion instead of toString()
-
v1.5.0 Changes
January 08, 2018- ๐ Deprecates RxJava 1.0 support in order to bring improvements to RxJava 2.0 support in a future version
- 0๏ธโฃ Default indexes now include table name in the index name
- ๐ Support setting generated member visibility (for removing synthetic accessors)
- ๐ Support package private code generation for reduced method count on Android
- ๐ Fix NoSuchElementException during table generation of an entity with no keys
- ๐ Fix Android proguard rules
- ๐ Fix EntityDataStore synchronization that could dead lock
- ๐ Fix inserting empty collection returning null key set
- ๐ Fix Kotlin ClassCastException when using long/int key types in the insert returning query
- ๐ Fix CloseableIterator accumulation when using Result functions
- ๐ Fix Connection not closed when exception thrown from a raw query
-
v1.4.1 Changes
October 07, 2017- ๐ Support accessing the Configuration instance from EntityDataStore
- ๐ Support setting generated member visibility (for removing synthetic accessors)
- ๐ Support accessing Transaction instance from KotlinReactiveEntityStore
- PostgresSQL store blobs as bytea
- ๐ Fix foreign key support in Android sqlcipher/sqlite-support
- ๐ Fix stack overflow on bi-directional attributes in EnityProxy.toString
- ๐ Fix references cascaded even if Cascade.NONE specified
- ๐ Fix NoSuchMethodError when converting a entity with @Embedded types to json
- ๐ Fix Observables not triggered for insert operations
- ๐ Fix @Transient annotation not applied to methods
- ๐ Fix @Transient members were checked for reserved works
- ๐ Fix Connection instance not closed on transaction rollback
-
v1.4.0 Changes
July 10, 2017- ๐ Support item view types in Android RecyclerView adapter
- ๐ Support withTransaction overloads for Kotlin entity stores
- ๐ Support guava/streamsupport Optional types
- โก๏ธ Rx support transaction methods modified to update in a more expected way
- ๐ Fix default value usage in inserts
- ๐ Fix aliased expression not usable in orderby clause
- ๐ Fix collection getters not used in Jackson serialization
- ๐ Fix collection modification behavior
- ๐ Fix cases where duplicate entity attributes would be generated
- ๐ Fix MutableResult not usable in an entity definition
- ๐ Fix Android unique column not being able to be added in an upgrade
- ๐ Fix Kotlin Update.set() method property support
-
v1.3.2 Changes
July 10, 2017- ๐ Fix Rx observable changes not triggered for nested transactions
- ๐ Fix query table auto aliases removed in union statement
- ๐ Fix CascadeAction.NONE having no effect during a insert/update/delete
-
v1.3.1 Changes
May 01, 2017- ๐ Support Logical NOT operator
- ๐ Support Converter for java.util.Currency
- ๐ Fix non-null reference returned for null foreign key reference on entity retrieval
- ๐ Fix column transformers not used when aliasing columns
- ๐ Fix ConnectionPoolDataSource not used in ConnectionProvider
- ๐ Fix Read only values not filtered from insert/update operations
- ๐ Fix Android schema upgrade using not yet created indexes
- ๐ Fix Android incorrect concurrent access of DateFormat instance
- ๐ Fix Android QueryLoader closed previous result instance
- ๐ Fix processing error generated for @Transient entity not used in a relationship
- ๐ Fix Kotlin EntityDataStore inner instance not exposed
-
v1.3.0 Changes
April 10, 2017- ๐ Support @Superclass hierarchies
- ๐ Support @Embedded types in Jackson serialization
- ๐ Support mixed Kotlin queries (note this is an API change to Kotlin partial select statements)
- ๐ Fix incorrect join alias generated in query
- ๐ Fix Android gradle plugin update 2.3.0 not working with entities using databinding
- ๐ Fix Kotlin insert into select query
- ๐ Fix non-null constraint not generated on Postgres
- ๐ Fix @View entities created as tables during schema generation
- ๐ Support @Superclass hierarchies
-
v1.2.1 Changes
April 10, 2017- ๐ Support row value expressions
- ๐ Support generating entities from Kotlin abstract classes
- ๐ Support Kotlin 1.1
- ๐ Fix handling of self referencing Many-to-Many relationship
- ๐ Fix Android table/column name transformers not used during upgrade
- ๐ Fix use AutoValue builder setters if available
- ๐ Fix @Value.Default handling for immutable.org types
- ๐ Fix deleting entities from a One-To-Many when using delete(Iterable)
- Kotlin fix varargs in raw query not expanded
- Kotlin fix ClassCastException when using a join clause