v1.4.34
Changes in Element v1.4.34 (2022-08-30)
Imported from Element 1.4.34. (https://github.com/vector-im/element-android/releases/tag/v1.4.34)
SDK API changes ⚠️
- Rename
DebugService.logDbUsageInfo
(resp.Session.logDbUsageInfo
) toDebugService.getDbUsageInfo
(resp.Session.getDbUsageInfo
) and return a String instead of logging. The caller may want to log the String. (#6884)
Full Changelog: v1.4.32...v1.4.34