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
Variablesto support orderable items:getEnumto coerce strings into Enums.get*List,get*Mapto 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),transformchanges type from(Variables) -> Tto(Variables) -> T?.