cpp c plus plus updates version changelog
C++ Linux / iOS Version 1.1.11 Released: Fri Sep 9th 2022, 4:11 pm
Fixed: a very rare deadlock when running on macOS and starting sync immediately after creating the Ditto instance.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.10 Released: Thu Jul 7th 2022, 12:53 pm
Changed: reduced total memory overhead during sync.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.9 Released: Wed Jun 15th 2022, 6:27 pm
Changed: reduced CRDT memory overhead.
Changed: HTTP/WebSocket service now allows any origin for CORS, so it may be used from a webapp on localhost.
Fixed: a peer using an online identity would fail to sync peer-to-peer after app restarts.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.9-alpha1 Released: Wed Jun 8th 2022, 8:12 pm
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.9-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.9-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.9-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.8 Released: Fri Jun 3rd 2022, 12:13 am
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.7 Released: Fri May 13th 2022, 7:18 am
Synchronized version bump release.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.6 Released: Mon May 9th 2022, 5:04 am
Fixed: a correctness issue in replication when peer permissions changed in the middle of a replication exchange.
Fixed: error when querying a collection and there was a type mismatch for a field being used in a comparison in the query.
Fixed: restarting an app too quickly could lead to multiple connection attempts to rejoin peers in the mesh.
Fixed: apps using
Fixed: cloud sync would stop working when setting a newly created transport config.
Changed: improvements to Ditto mesh performance via fastest-available-transport prioritization.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.5 Released: Fri Apr 8th 2022, 1:00 am
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.4 Released: Thu Apr 7th 2022, 11:25 pm
Changed: improved replication performance in some scenarios.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.3 Released: Tue Mar 22nd 2022, 3:13 am
Added: ONLINE_PLAYGROUND_V2 identity type and corresponding OnlinePlaygroundV2Identity allowing for basic authentication for playgrounds
Deprecated: ONLINE_PLAYGROUND identity type and corresponding OnlinePlaygroundIdentity , use newly added ONLINE_PLAYGROUND_V2 and OnlinePlaygroundV2Identity instead
Changed: improved const correctness for a lot of the C++ API
Fixed: document IDs are now validated when synced and removed if invalid (some of our early versions of the SDK stored malformed IDs under certain circumstances)
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.2 Released: Mon Feb 28th 2022, 6:36 am
Added: method
Deprecated: method
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.1.1 Released: Fri Feb 11th 2022, 9:38 pm
Changed: Optimized the performance of accessing the value of a
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C ++ Linux / iOS Version 1.1.0 Released: Fri Jan 28th 2022, 3:21 am
Changed: improved peer-to-peer algorithms to create meshes that are more efficient and diverse.
Changed: improved routing algorithms for more efficiency.
Changed: improved performance of query parsing.
Added: accessor
Added: method
Added: set of APIs to observe authentication status (see API reference for
Added: method
Added: (missing) accessor
Deprecated: accessors
Deprecated: methods
curl -O https://software.ditto.live/cpp-ios/Ditto/1.1.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.1.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.1.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.19 Released: Thu Dec 23rd 2021, 12:42 pm
Fixed: collections were not appearing in the data browser under certain permission configurations.
Fixed: race condition when subscriptions were configured from multiple threads in parallel (sometimes leading to a crash).
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.19/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.19/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.19/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.18 Released: Mon Dec 20th 2021, 5:22 am
Reduced the opportunity for rapid memory growth in some scenarios.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.18/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.18/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.18/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.18-alpha2 Released: Tue Dec 14th 2021, 8:32 am
Improve attachment sync performance.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.18-alpha2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.18-alpha2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.18-alpha2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.18-alpha1 Released: Wed Dec 8th 2021, 9:25 am
Fixed an issue where document IDs that were specified inside the document's value as opposed to being specified explicitly (as a separate argument to
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.18-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.18-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.18-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.17 Released: Thu Nov 25th 2021, 4:11 pm
Fix an issue with write strategies not working correctly. Unexpected results could occur when performing sequences of operations on documents.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.17/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.17/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.17/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.16 Released: Fri Nov 19th 2021, 2:39 pm
Fix an issue with live queries that involved a limit, no offset, at least one document being deleted, and some other conditions being met. Live queries that met these conditions could report incorrect sets of matching documents.
Fix an issue that could potentially lead to an infinite loop in the replication system, meaning no sync progress would be made.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.16/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.16/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.16/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.15 Released: Fri Nov 5th 2021, 3:03 pm
Ensure that when performing a
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.15/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.15/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.15/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.15-alpha1 Released: Wed Oct 27th 2021, 3:33 am
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.15-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.15-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.15-alpha1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.14 Released: Mon Oct 25th 2021, 1:31 am
Add support for array projections to DittoQL.
Deprecate the
Deprecate the
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.14/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.14/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.14/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.13 Released: Mon Oct 18th 2021, 10:02 am
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.13/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.13/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.13/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.12 Released: Mon Oct 18th 2021, 3:00 am
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.12/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.12/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.12/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.11 Released: Thu Oct 7th 2021, 10:09 pm
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.11/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.10 Released: Fri Sep 10th 2021, 9:21 am
Fix to stop a change in site ID from leading to an unnecessary error.
Improve handling of persisted authentication data. Note that this might lead to a one-off change to a peer's site ID if you weren't and continue to not be specifying an explicit site ID when creating your identity.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.10/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.9 Released: Fri Sep 3rd 2021, 3:38 pm
Added support for getting information about all of the collections that the device is aware of. This is achieved by accessing
Added multicast as a transport option to the
Added new identity types:
The
Added an
Similarly, added an
Report an error if more than one Ditto instance is started using the same working directory.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.8 Released: Mon Aug 2nd 2021, 9:19 am
Added a Linux x86_64 version of the C++ to the group of published C++ SDKs.
Improved debug logging.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.7 Released: Thu Jul 22nd 2021, 4:38 pm
Improve SDK API documentation extensively
Fix crash that can occur if a Ditto
Fix bug where sync may fail if an unusually long
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.6 Released: Thu Jul 8th 2021, 11:22 am
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.5 Released: Fri Jun 25th 2021, 3:36 pm
Added a new find function that accepts a query containing placeholders in the form of $args.my_arg along with a map of query arguments in the form of { "my_arg": "some value" } . The placeholders in the query will be replaced by a query-appropriate representation of the relevant value from the map of query arguments.
Added the ability to get a hash and/or a mnemonic (string) representation of the matching documents from a live query event. This means you can do something like this:
Fix for using floats in queries.
Accessing the store property of a Ditto instance will no longer throw an error if you have not yet activated your Ditto instance with a valid license token.
Deprecated set_access_license and added a new function, set_license_token , which will throw an appropriate exception if your provided license token is expired or invalid somehow.
Deprecated start_sync and added a new function, try_start_sync , which will throw an exception if your Ditto instance hasn't yet been activated via a successful call to set_license_token .
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.4 Released: Fri Jun 11th 2021, 3:36 pm
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.4/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.3 Released: Thu Jun 10th 2021, 9:34 am
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.3/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.2 Released: Thu May 20th 2021, 2:39 pm
Add support for subscripting
Deprecated
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.2/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.1 Released: Tue May 4th 2021, 9:02 am
If you provide an invalid query then you will now get a better error message.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.1/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0 Released: Wed Apr 21st 2021, 5:29 pm
This release is not compatible with any previous SDK releases. There are a number of breaking changes both in terms of the SDK API and in terms of the internal systems used by the SDK to perform operations such as synchronization. If you have previously made use of the Ditto SDK and wish to update to this version then note that you will need to delete all existing Ditto data otherwise you will run into errors. If you have existing data that you need to keep then please contact us and we can advise you as to how you can migrate your data.
The most notable API breaking changes are:
Document IDs are no longer restricted to just strings. You can now create a document ID that is a string, integer, boolean, array, map, or null. This means that when making
The
Lots of performance improvements and bug fixes.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0-alpha9 Released: Thu Feb 4th 2021, 4:58 pm
Fixed a bug where mDNS advertising may continue after Ditto is stopped.
Fixed a hang that could occur creating an attachment fetcher while requesting many attachments at once.
Fixed sync failure when there are multiple overlapping subscriptions or live queries with the same query string for the same collection.
Fixed a potential crash and other sync failures that could occur under certain conditions.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0-alpha9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0-alpha9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0-alpha9/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0-alpha8 Released: Fri Jan 22nd 2021, 7:09 am
Site IDs, which make up part of a Ditto identity object, are now unsigned, 64-bit integers instead of unsigned 32-bit integers.
Fix a crash that could occur if an offset with a value greater than the number of matching documents was provided.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0-alpha8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0-alpha8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0-alpha8/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0-alpha7 Released: Mon Jan 4th 2021, 3:12 am
Synchronized version bump release
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0-alpha7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0-alpha7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0-alpha7/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0-alpha6 Released: Mon Dec 14th 2020, 5:00 pm
Performance and stability improvements.
Fix default data insertion such that merge semantics are consistent and duplicate data isn't created.
Fixed a bug where documents containing attachments syncing to an instance of the C++ SDK could lead to a crash.
Upgrade nlohmann json header from 3.7.0 to 3.9.1.
Added
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0-alpha6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0-alpha6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0-alpha6/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
C++ Linux / iOS Version 1.0.0-alpha5 Released: Mon Nov 23rd 2020, 1:22 pm
Added a new intermediate security identity for a shared secret key. This is a simplistic authentication mode which is normally only suitable for private apps where all the users and devices are trusted.
Fixed an issue that prevented Counter values from syncing correctly
Renamed DittoAttachmentStatus to DittoAttachmentFetchEvent and subsequently Incomplete status to Progre ss.
curl -O https://software.ditto.live/cpp-ios/Ditto/1.0.0-alpha5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-x86_64/Ditto/1.0.0-alpha5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz
curl -O https://software.ditto.live/cpp-linux-aarch64/Ditto/1.0.0-alpha5/dist/Ditto.tar.gz && tar xvfz Ditto.tar.gz