C++
Release Date: Dec 13, 2024
Release Date: Nov 21, 2024
➕ Added: PendingIDSpecificOperation::update_v2() which passes nullptr to the lambda if the document is not found (#14471)
➕ Added: WriteTransactionPendingIDSpecificOperation::update_v2() which passes nullptr to the lambda if the document is not found. (#14471)
🔄 Changed: libditto.a is now compiled with the fPIC compiler option, to generate position-independent code (#14911)
🛠️ Fixed: The static Ditto::get_sdk_version() function will now return a correct result if called before the Ditto constructor. (#15072)
⚠️ Deprecated: PendingIDSpecificOperation::update(), whose behavior did not match the documentation. Replaced with update_v2(). (#14471)
⚠️ Deprecated: WriteTransactionPendingIDSpecificOperation::update(), whose behavior did not match the documentation. Replaced with update_v2(). (#14471)
❗️🗑️ Removed: An incorrect error log about loading the ditto core library on Android. (#14908)