github Tencent/MMKV v1.0.24

latest releases: v1.3.5, v1.3.4, v1.3.3...
4 years ago

v1.0.24 / 2020-01-16

iOS / macOS

What's new

  • Fix a bug that MMKV will fail to save any key-values after calling -[MMKV clearMemoryCache] and then -[MMKV clearAll].
  • Add -[MMKV initializeMMKV:] for users to init MMKV in the main thread, to avoid an iOS 13 potential crash when accessing UIApplicationState in child threads.
  • Fix a potential crash when writing a uniquely constructed string.
  • Fix a performance slow down when acquiring MMKV instances too often.
  • Make the baseline test in MMKVDemo more robust to NSUserDefaults' caches.

Android

What's new

  • Fix flock() bug on ashmem files in Android.
  • Fix a potential crash when writing a uniquely constructed string.
  • Fix a bug that the MMKVDemo might crash when running in a simulator.

Win32

  • Fix a potential crash when writing a uniquely constructed string or data.

Don't miss a new MMKV release

NewReleases is sending notifications on new releases.