You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for contacting applications deployed with a "local" deployment model
Before the first call to the client v2 API, the SDK now contacts the global MongoDB Stitch server to find out the deployment model and localized hostname for the application. The call is then redirected to the localized hostname (e.g. calls to Stitch for an app deployed locally to US-VA will hit a stitch server residing specifically in that location, while an app deployed globally will always use the global Stitch URL)
Subsequent calls to the API use the cached result
Fixed a bug in the sync beta code where a remote event with no version didn't conflict with a local document with no version.
Fixed a bug in the sync beta example app where stale local data would sometimes be improperly displayed in the UI.