Skip to content

Releases: Tencent/wcdb

WCDB 2.1.14

02 Sep 07:07
Compare
Choose a tag to compare
  • Support 16kb pagesize for Android
  • Support using ksp in Kotlin version 2.1.0+
  • Fix stack overflow crash
  • Fix some known bugs

WCDB 2.1.13

03 Jul 08:06
Compare
Choose a tag to compare
  • Fix compile error of Swift Package Manager
  • Fix crash caused by in-transaction handle
  • Convert ANSI error msg in windows to UTF8

WCDB 2.1.12

12 Jun 14:48
Compare
Choose a tag to compare
  • Fix build error on Xcode 26 beta
  • Fix empty string crash in java/kotlin winq
  • Fix linking error on linux x86

WCDB 2.1.11

18 Apr 14:06
Compare
Choose a tag to compare
  • Support to open database in readonly mode
  • Support to create in-memory database in Java/Kotlin/C++/Swift
  • Fix the exception problem of tableExist method in Java/Kotlin

WCDB 2.1.10

05 Mar 13:50
Compare
Choose a tag to compare
  • Disable checkpoint fullsync in apple platform, it will significantly reduce disk IO
  • Add main db file protection to windows
  • Reduce memory cost of data compression
  • Reduce handle usage of data backup
  • Support to detect schema corruption
  • Fix some known bugs and compile issues, especially the compile error of Xcode 16.3

WCDB 2.1.9

24 Oct 11:55
Compare
Choose a tag to compare
  • Add lite mode (Set journal mode and synchronous flag to OFF)
  • Fix memory leak and other known bugs

WCDB 2.1.8

18 Sep 09:08
Compare
Choose a tag to compare
  • Increase migration speed
  • Fix compile error of SwiftPM in Xcode 16

WCDB 2.1.7

18 Aug 13:23
Compare
Choose a tag to compare
  • WCDB C++ supports OpenHarmony OS
  • Support to recompress existing data with new configuration
  • Support auto vacuum
  • Support Swift6
  • Fix some compile issues

WCDB 2.1.6

19 Jun 14:11
Compare
Choose a tag to compare
  • Some bugfix for data repair, Java/Kotlin ORM and Swift query
  • Fix some compile error and warning

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