Bump to core 13.20.1 & prepare 0.3.0 release #91
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed
aligned_storage
parameters wereincorrectly set.
experimental::Results
operator bool()
on link properties incorrectly returned true when the link was null.Enhancements
realm::decimal128
).realm::App
and when inpossession of a config derived from
realm::user::flexible_sync_configuration()
by callingfoo_config.set_custom_http_headers(...);
.operator!=()
to collections.set_schema_version(uint64_t)
managed<std::vector<T*>>::push_back(const managed<T*>&)
box<managed<V*>>::box& operator=(const managed<V*>& o)
box<managed<V*>>::box& operator=(const managed<V>& o)
Breaking Changes
managed<>::value()
has been renamed tomanaged<>::detach()
to better convey that the returned value will be unmanaged. In the case where the value is apointer type it is up to the consumer of the value to manage the lifetime of the object.
sync_session::wait_for_upload_completion
&sync_session::wait_for_download_completion
now returns arealm::status
in its callback instead of astd::error_code
.is_connection_level_protocol_error
,is_session_level_protocol_error
&is_client_error
has been removed fromrealm::sync_error
and is replaced byrealm::sync_error::user_info()
,realm::sync_error::compensating_writes_info()
, &realm::sync_error::get_status()
.experimental::open<experimental::AllTypesAsymmetricObject, experimental::EmbeddedFoo>(user.flexible_sync_configuration())
.Compatibility
Internals