-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update from latest #6450
update from latest #6450
Conversation
Co-authored-by: James Stone <james.stone@mongodb.com>
Merge Release/13.6.0
* Refactor SHA hashing and the OpenSSL dependency * move submodules * Update src/realm/util/sha_crypto.cpp Co-authored-by: Thomas Goyne <thomas.goyne@mongodb.com> * code review * changelog * account for missing Span constructor --------- Co-authored-by: Thomas Goyne <thomas.goyne@mongodb.com>
* expose subset schema mode in the c api
…ngeset (#6367) * Distinguish between an empty and a null (not existing) reciprocal changeset * changelog * Changes after code reiview * More changes after code review * Better changelog message * Integration test
* more coverage around class Array.
Release core 13.7.1
… separate executable (#6387)
…BS/FLX migration (#6388)
* First cut of flx migration protocol handling * Updated SyncSession realm config initialization * Updated changelog * Updates from review * Updated use of migration_store, since it can be null * Reverted update_configuration * Can't easily use static func for clear() * Updated protocol handling to prevent releasing session waiters * updated changelog after release * Updates to fix tsan errors * Updates from review * additional updates from review * Updates from review - added read-only support for metadata schema versions * Updated SyncSession handle_error to take a SessionErrorInfo * updates from review - added test for SyncMetadataSchemaVersions * Added a few more SyncMetadataSchemaVersions tests * converted some util::Optionals to std::optional * Updated some comments * Removed is_initialized and util::Optional to std::optional * Updated error if using FLX after server rolled back * More updates from review * Removed transaction locking for updating history validator
Added license description for 3'rd party licenses. Updated readme with list of current SDKs
* expose Results::is_valid in the C API * changelog
There's no (reasonable) way to externally guarantee that calls to Logger:get_default_logger() and Logger::set_default_logger() won't race, so they need internal locking.
* Move shared index query code to a IndexEvaluator This enables StringIndex::find_all_no_copy in more places which should speed up equals queries with many results for indexed Int, ObjectId, UUID and Mixed types. This also fixed a bug on indexed Mixed equality queries that would return case insensitive results. * use an index if available for timestamp and bool equals queries * more readable serialization for combined lists * Fix and optimize Mixed case insensitive queries optimize EqualIns for mixed properties * changelog changelog * review feedback * changelog * changelog
Merge v13.8.0
* remove some recursion when parsing chained OR/AND queries * enable device tests of recursive parsing
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: realm-ci.
|
Somehow there is an error in jenkins on clang-format. Did some commit slipped through ci without checks? Also, what's up with cla bot? |
Access to `m_info` was not guarded by a lock, so one thread could potentially remap it while another thread was reading from it.
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: realm-ci.
|
There is a bitter dispute between the cla-bot and the realm-ci bot. I have tried to make peace between them in the past and failed. |
Pulling in the latest changes.