foodiestudio / devtools

provide a simple `Debug Entrance`
MIT License
0 stars 0 forks source link

chore(deps): bump com.tencent:mmkv from 1.2.15 to 1.2.16 #8

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.tencent:mmkv from 1.2.15 to 1.2.16.

Release notes

Sourced from com.tencent:mmkv's releases.

v1.2.16 / 2023-04-20

Changes for All platforms

  • Optimization: The actual file content is lazy loaded now, saving time on MMKV instance creation, and avoiding lock waiting when a lot of instances are created at the same time.
  • Fix a bug when restoring a loaded MMKV instance the meta file might mistakenly report corrupted.

Android

  • Optimization: Remove unnecessary binder call on main process instantiation.

Flutter

  • Fix a crash on decoding an empty list.
  • Remove deprecated dependence.
  • Make the script more robust to fix the iOS Flutter plugin name.

Win32

  • Fix a string format bug on the MinGW64 environment.

golang

  • Fix a build error on 32-bit OS.
Changelog

Sourced from com.tencent:mmkv's changelog.

v1.2.16 / 2023-04-20

Changes for All platforms

  • Optimization: The actual file content is lazy loaded now, saving time on MMKV instance creation, and avoiding lock waiting when a lot of instances are created at the same time.
  • Fix a bug when restoring a loaded MMKV instance the meta file might mistakenly report corrupted.

Android

  • Optimization: Remove unnecessary binder call on main process instantiation.

Flutter

  • Fix a crash on decoding an empty list.
  • Remove deprecated dependence.
  • Make the script more robust to fix the iOS Flutter plugin name.

Win32

  • Fix a string format bug on the MinGW64 environment.

golang

  • Fix a build error on 32-bit OS.
Commits
  • dfb44db Merge pull request #1066 from Tencent/dev
  • 5572507 prepare for v1.2.16
  • 3d0cb69 prepare for v1.2.16
  • 209ad09 fix MinGW64 printf bug #1062
  • e3a2fa7 Merge pull request #1065 from rookiegan/rookiegan/remove_device_info_plus
  • f5eeba7 Fix flutter example Could not start Dart VM service HTTP server
  • a508c25 Deprecated Splash Screen API Migration[https://docs.flutter.dev/development/p...
  • ee03d2a Remove device_info_plus plugin
  • 8d4a312 Merge pull request #1064 from chenqizheng/master
  • 36d301a 删除 MMKVContentProvider onCreate 不必要的binder调用
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 1 year ago

Superseded by #16.