See the release process docs for the steps to take when cutting a new release.
- Databases which are detected as being corrupt as they are opened will be deleted and re-created.
- #4455: For both iOS and Android: extra methods on
Variables
to support orderable items:getEnum
to coerce strings into Enums.get*List
,get*Map
to get lists and maps of all types.- Dictionary/Map extensions to map string keys to enum keys, and string values to enum values.
- Nimbus now supports multiple features on each branch. This was added with backward compatibility to ensure support for both schemas. (#4452)
- #4455: Android only: method
Variables.getVariables(key, transform)
,transform
changes type from(Variables) -> T
to(Variables) -> T?
.