Skip to content

Release 4.1.3

Compare
Choose a tag to compare
@adamchel adamchel released this 07 Dec 18:05
· 129 commits to master since this release
  • 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.