What’s New

Room 2.4.0-alpha05

2.4.0-alpha05

Version 2.4.0-alpha05

Added a built-in type converter for UUID. Added a new property to the TypeConverters annotation to let developers disable built-in Enum and UUID converters. By default, these converters are on but you can disable them for a certain scope, or for the whole database. Supporting non-POJO keys/values for Multimap return types in DAOs via the @MapInfo annotation. @MapInfo will be required when the key or value column of the map are from a single column. Make room-paging a required artifact when using Paging3 with Room. Fix an issue where multimap queries results were not correctly ordered when the query contained an ORDER BY clause of a column from the map's key. Added new API to specify index order in @Index.

View original

Discussion