Wcdb Versions Save

WCDB is a cross-platform database framework developed by WeChat.

v2.1.4

1 week ago
  • Fix the compile error of WCDB Java/Koltin caused by minifyEnabled flag
  • Add regular memory verification to Zstd dict

v2.1.3

2 weeks ago
  • Add ProGuard config for WCDB Java/Kotlin
  • Support to build WCDB C++ as a framework on Apple platform with CMake
  • Support to insert an array of object pointers or object shared pointers in WCDB C++
  • Fix the bug that error cannot be obtained through Database objects

v2.1.2

1 month ago
  • Some bugfix for data compression
  • Fix compile error of WCDB Objc on Carthage
  • Fix compile error of WCDB C++ when built as a CMake submodule

v2.1.1

2 months ago
  • Some bugfix for WCDB C++ and WCDB Swift
  • Fix compile error on Mac Catalyst

v2.1.0

2 months ago
  • Add WCDB Java/Kotlin
  • Support data compression
  • Support incremental data backup
  • Support to configure a filter condition for data migration
  • Support to use std::optional and std::shared_ptr in C++ ORM
  • C++ ORM supports inheritance
  • Add more monitoring capabilities
  • WCDB Swift supports Swift Package Manager

v2.0.4

8 months ago
  • Support to asynchronously interrupt database operations
  • Optimize the handle management mechanism
  • Some bugfix for WCDB C++ in Windows

v2.0.3

9 months ago
  • Transaction supports nesting
  • Some bug fix for data migration
  • Fix compile error in new Xcode

v2.0.2.5

11 months ago
  • Fix compile issue caused by header

v2.0.2

11 months ago
  • WCDB C++ supports Windows
  • Optimize C++ ORM performance
  • Downgrade the minimum supported system version for iPhone

v2.0.1

1 year ago
  • Support databases created by old versions of sqlcipher
  • Fix crash of WCDB Swift in x86 emulator
  • Support insertOrIgnore