Skip to content

Commit 21d9038

Browse files
[realm-web-2.0.1] Bump version (#6692)
Co-authored-by: kraenhansen <[email protected]>
1 parent 66101fe commit 21d9038

File tree

3 files changed

+60
-21
lines changed

3 files changed

+60
-21
lines changed

package-lock.json

+58-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm-web/CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
## vNext (TBD)
1+
## 2.0.1 (2024-05-30)
22

33
> [!NOTE]
44
> 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.
55
6-
### Deprecations
7-
* None
8-
9-
### Enhancements
10-
* None
11-
126
### Fixed
137
* 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)
148
* 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))

packages/realm-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "realm-web",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Authenticate and communicate with the Atlas App Services, from your web-browser",
55
"main": "./dist/bundle.cjs.js",
66
"module": "./dist/bundle.es.js",

0 commit comments

Comments
 (0)