Releases: Tencent/wcdb
Releases · Tencent/wcdb
WCDB 2.1.14
- 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
- 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
- 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
- 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
- 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
- Add lite mode (Set journal mode and synchronous flag to OFF)
- Fix memory leak and other known bugs
WCDB 2.1.8
- Increase migration speed
- Fix compile error of SwiftPM in Xcode 16
WCDB 2.1.7
- 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
- Some bugfix for data repair, Java/Kotlin ORM and Swift query
- Fix some compile error and warning
WCDB 2.1.5
- 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