Skip to content

Commit

Permalink
[realm-web-2.0.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored May 30, 2024
1 parent 6131bcf commit 55d80d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions packages/realm-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
## vNext (TBD)
## 2.0.1 (2024-05-30)

> [!NOTE]
> This version communicates with Atlas Device Services through a different URL (https://services.cloud.mongodb.com). While we consider this an internal detail of the SDK, you might need to update rules in firewalls or other configuration that you've used to limit connections made by your app.
### Deprecations
* None

### Enhancements
* None

### Fixed
* Fixed an endless loop of requests that would happen if linking credentials failed due to an authentication failure. ([#6588](https://github.com/realm/realm-js/pull/6588), since v0.6.0)
* Logging in with `Credentials.anonymous()` credentials will now reuse any existing anonymous user which is already authenticated with the app. This aligns with the behaviour of the `realm` package and will result in less users being created. Use `Credentials.anonymous(false)` to disable this behaviour and achieve the old behaviour of creating new anonymous users on every login. ([#6592](https://github.com/realm/realm-js/pull/6592))
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm-web",
"version": "2.0.0",
"version": "2.0.1",
"description": "Authenticate and communicate with the Atlas App Services, from your web-browser",
"main": "./dist/bundle.cjs.js",
"module": "./dist/bundle.es.js",
Expand Down

0 comments on commit 55d80d6

Please sign in to comment.