Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps com.tencent:mmkv from 1.3.7 to 2.0.0.

Release notes

Sourced from com.tencent:mmkv's releases.

v2.0.0 / 2024-10-21

This release is a breaking change release, especially for Android.

Changes for All platforms

  • Add readonly mode support.
  • Fix a compile error when MMKV_DISABLE_CRYPT is defined and MMKV is built by source in DEBUG.

Android

  • Support 16K page size for Android 15.
  • Drop the support of 32-bit ABI.
  • Bump the mini SDK level to API 23.

iOS / macOS

  • Add Mac Catalyst support

Flutter

  • Add add log/error/content-change callback.

HarmonyOS NEXT

  • Add add log/error/content-change callback.
  • Support obfuscation. For the time being, you will have to manually copy the content of MMKV's consumer-rules.txt into your App's obfuscation-rules.txt.

Win32

  • Replace random() with rand() to fix a compile error.

v1.3.14 / 2025-05-13

This is a Long Term Support (LTS) release. This is a hot-fix release for Android/iOS/macOS users. So it is only available on Maven Central and CocoaPods.

Android

  • Support 16K pagesize.
  • Fix a potential log callback OOM crash.
  • Upgrade to NDK r28.1 to have full support of 16K pagesize.

iOS

  • Retain the callback handler to prevent a potential short-lived callback handler from crashing.

v1.3.13 / 2025-01-13

This is a hotfix release for iOS/macOS users. So it is only available on CocoaPods.

iOS/macOS

  • Fix a compile error on the Debug build.

v1.3.12 / 2025-01-02

This is a Long Term Support (LTS) release.

Changes for All platforms

  • Fix a bug that MMKV might fail to backup/restore across different filesystems.
  • Add protection from invalid value size of auto-key-expire mmkv.

Android

  • Add forward support for the correct filename with a custom root path.

... (truncated)

Changelog

Sourced from com.tencent:mmkv's changelog.

v2.0.0 / 2024-10-21

This release is a breaking change release, especially for Android.

Changes for All platforms

  • Add readonly mode support.
  • Fix a compile error when MMKV_DISABLE_CRYPT is defined and MMKV is built by source in DEBUG.

Android

  • Support 16K page size for Android 15.
  • Drop the support of 32-bit ABI.
  • Bump the mini SDK level to API 23.

iOS / macOS

  • Add Mac Catalyst support

Flutter

  • Add add log/error/content-change callback.

HarmonyOS NEXT

  • Add add log/error/content-change callback.
  • Support obfuscation. For the time being, you will have to manually copy the content of MMKV's consumer-rules.txt into your App's obfuscation-rules.txt.

Win32

  • Replace random() with rand() to fix a compile error.

v1.3.9 / 2024-07-26

This is a Long Term Support (LTS) release.

Changes for All platforms

  • Fix a data corruption bug on an encrypted MMKV with only one key value stored.
  • Make encryption more resilient from brute force cracking.
  • Fix a bug that pthread_mutex is not being destroyed correctly.

Android

  • Use an alternative way to get the process name to avoid potential App review issues.
  • Upgrade to NDK 26.3.11579264.

Flutter

  • Add support for HarmonyOS NEXT. In fact, a temp version named v1.3.8 adds this support with the native lib of v1.3.7. To avoid potential confusion, bump both versions to v1.3.9.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.tencent:mmkv [> 2.0.0]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.tencent:mmkv](https://github.com/Tencent/MMKV) from 1.3.7 to 2.0.0.
- [Release notes](https://github.com/Tencent/MMKV/releases)
- [Changelog](https://github.com/Tencent/MMKV/blob/master/CHANGELOG.md)
- [Commits](Tencent/MMKV@v1.3.7...v2.0.0)

---
updated-dependencies:
- dependency-name: com.tencent:mmkv
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant