Skip to content

Commit

Permalink
Update realm-core to v14.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jul 1, 2024
1 parent 0f4a64c commit 7b040d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm_dart/src/realm-core
Submodule realm-core updated 38 files
+23 −0 CHANGELOG.md
+1 −1 Package.swift
+1 −1 dependencies.yml
+3 −3 doc/development/how-to-release.md
+6 −4 src/realm/db.cpp
+1 −1 src/realm/db.hpp
+6 −4 src/realm/dictionary.cpp
+6 −4 src/realm/list.cpp
+59 −118 src/realm/sync/client.cpp
+5 −22 src/realm/sync/history.hpp
+23 −9 src/realm/sync/noinst/client_history_impl.cpp
+7 −4 src/realm/sync/noinst/client_history_impl.hpp
+10 −12 src/realm/sync/noinst/client_impl_base.cpp
+1 −3 src/realm/sync/noinst/client_impl_base.hpp
+0 −6 src/realm/sync/noinst/client_reset_recovery.cpp
+1 −1 src/realm/sync/noinst/pending_bootstrap_store.cpp
+1 −1 src/realm/sync/noinst/pending_bootstrap_store.hpp
+6 −8 src/realm/sync/noinst/protocol_codec.hpp
+1 −1 src/realm/sync/noinst/server/server.hpp
+0 −2 src/realm/sync/noinst/server/server_history.hpp
+41 −0 src/realm/sync/protocol.hpp
+1 −1 src/realm/sync/tools/apply_to_state_command.cpp
+1 −0 src/realm/sync/transform.cpp
+30 −8 src/realm/util/flat_map.hpp
+1 −1 test/object-store/benchmarks/client_reset.cpp
+16 −26 test/object-store/sync/flx_migration.cpp
+22 −66 test/object-store/sync/flx_schema_migration.cpp
+36 −58 test/object-store/sync/flx_sync.cpp
+38 −4 test/object-store/sync/session/connection_change_notifications.cpp
+25 −17 test/object-store/util/sync/sync_test_utils.cpp
+2 −2 test/object-store/util/sync/sync_test_utils.hpp
+2 −3 test/sync_fixtures.hpp
+6 −5 test/test_client_reset.cpp
+46 −6 test/test_shared.cpp
+120 −5 test/test_sync.cpp
+46 −1 test/test_util_flat_map.cpp
+2 −1 test/util/crypt_key.cpp
+0 −12 test/util/crypt_key.hpp

0 comments on commit 7b040d9

Please sign in to comment.