Release Notes

C++

Document image


4.9.1 Version Release

Release Date: Dec 13, 2024



4.9.0 Version Release

Release Date: Nov 21, 2024

4.9.0 C++ Specific Changes

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)





Updated 13 Dec 2024
Did this page help you?