Skip to content

Release 4.3.1

Compare
Choose a tag to compare
@adamchel adamchel released this 05 Mar 18:55
· 47 commits to master since this release
  • Adds support for findOne(), findOneAndUpdate(), findOneAndReplace(), and findOneAndDelete() on RemoteMongoCollection.
  • Fixes a bug where logging into an anonymous user would sometimes fail with an unhandled promise rejection.
  • Prevents users from calling logoutUser() and removeUser() with an argument in StitchAuth, to avoid accidentally logging out or deleting the active user when they meant to log out or delete another user.
  • Adds a copy-to-clipboard button in the code snippets in the generated documentation.
  • Fixes various linter errors in the codebase.