Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update com.tencent:mmkv to v1.3.3 #31

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.tencent:mmkv 1.3.2 -> 1.3.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Tencent/MMKV (com.tencent:mmkv)

v1.3.3

Changes for All platforms
  • Add removeStorage() static method to safely delete underlying files of an MMKV instance.
  • Add protection from a potential crash of a multi-process MMKV loading due to the MMKV file not being valid.
  • Add back the lazy load feature. It was first introduced in v1.2.16. But it was rollbacked in v1.3.0 of potential ANR & file corruption. Now it's clear that the bug was caused by something else, it's time to bring it back.
  • Optimize loading speed by using shared inter-process lock unless there's a need to truncate the file size, which is rare.
  • Make these two lately added features more robust: customizing the initial file size & optimizing write speed when there's only one key inside MMKV.
Android
  • Fix a bug that null is returned when the value is in fact an empty ByteArray.
  • Fix AGP >= 8 package namespace error.
  • Fix the FastNative naming conflict.
  • Upgrade to SDK 34.
  • Upgrade androidx.annotation to v1.7.1.
iOS & macOS
  • On the Xcode 15 build, an App will crash on iOS 14 and below. Previously we have recommended some workarounds (check the v1.3.2 release note for details). Now you can use Xcode 15.1 to fix this issue.
  • Fix a bug that the multi-process mode won't configure correctly. It was introduced in v1.3.2.
  • Fix a macro naming conflict.
  • Avoid using a so-called privacy API when creating temp files.
POSIX
  • Fix a compile error on memcpy().
Golang
  • Fix a compile error when MMKV_DISABLE_CRYPT is on.

Configuration

📅 Schedule: Branch creation - "after 1am and before 8am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot added the no-major label Jan 25, 2024
@renovate renovate bot merged commit 7d9df03 into main Jan 25, 2024
2 checks passed
@renovate renovate bot deleted the renovate/com.tencent-mmkv-1.x branch January 25, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants