Skip to content

Releases: Tencent/wcdb

WCDB 2.1.5

21 May 03:26
Compare
Choose a tag to compare
  • Support legacy mmicu tokenizer in WCDB Java/Kotlin
  • Support to rollback compression
  • Improve performance of vacuum
  • Add valueOr interface to Optional
  • Some bugfix for compression and vacuum

WCDB 2.1.4

06 May 15:22
Compare
Choose a tag to compare
  • Fix the compile error of WCDB Java/Koltin caused by minifyEnabled flag
  • Add regular memory verification to Zstd dict

WCDB 2.1.3

29 Apr 08:20
Compare
Choose a tag to compare
  • 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

WCDB 2.1.2

31 Mar 02:16
Compare
Choose a tag to compare
  • 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

WCDB 2.1.1

08 Mar 16:43
Compare
Choose a tag to compare
  • Some bugfix for WCDB C++ and WCDB Swift
  • Fix compile error on Mac Catalyst

WCDB 2.1.0

07 Mar 18:53
Compare
Choose a tag to compare
  • 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

WCDB 2.0.4

23 Aug 14:59
Compare
Choose a tag to compare
  • Support to asynchronously interrupt database operations
  • Optimize the handle management mechanism
  • Some bugfix for WCDB C++ in Windows

WCDB 2.0.3

05 Aug 08:37
Compare
Choose a tag to compare
  • Transaction supports nesting
  • Some bug fix for data migration
  • Fix compile error in new Xcode

WCDB 2.0.2.5

13 Jun 09:32
Compare
Choose a tag to compare
  • Fix compile issue caused by header

WCDB 2.0.2

08 Jun 09:38
Compare
Choose a tag to compare
  • WCDB C++ supports Windows
  • Optimize C++ ORM performance
  • Downgrade the minimum supported system version for iPhone