MMKV v1.2.3 Release Notes

Release Date: 2020-10-16 // over 3 years ago
  • v1.2.3 / 2020-10-16

    ๐Ÿ”„ Changes for All platforms

    • ๐Ÿ›  Fix a potential crash on 32-bit devices due to pointer alignment issue.
    • ๐Ÿ›  Fix a decode error of encrypted MMKV on some 32-bit devices.

    ๐ŸŽ iOS / macOS

    • ๐Ÿ›  Fix a potential crc32() crash on some kind of arm64 devices.
    • ๐Ÿ›  Fix a potential crash after calling +[MMKV onAppTerminate].

    Android

    • ๐Ÿ›  Fix a rare lock conflict on checkProcessMode().

    POSIX

    Add MMKV support for Python on POSIX platforms. Most things actually work!
    Check out the wiki for more info.