Skip to content

Commit

Permalink
Using realm-network-transport v0.6.0 fixing "process.versions is not …
Browse files Browse the repository at this point in the history
…an Object" (#3046)

* Upgraded realm-network-transport

* Adding an entry in the changelog
  • Loading branch information
kraenhansen authored Jul 10, 2020
1 parent a43ac68 commit 70b24fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
x.x.x Release notes (yyyy-MM-dd)
=============================================================
=======
NOTE: Support for syncing with realm.cloud.io and/or Realm Object Server has been replaced with support for syncing with MongoDB Realm Cloud.

NOTE: This version bumps the Realm file format to version 11. It is not possible to downgrade to earlier versions. Older files will automatically be upgraded to the new file format. Files created by Realm JavaScript prior to v1.0.0, might not be upgradeable. Only [Realm Studio 10.0.0](https://github.com/realm/realm-studio/releases/tag/v10.0.0-beta.1) or later will be able to open the new file format.

### Enhancements
* None.

### Fixed
* Failed to parse arguments correctly, causing the error `callback must be of type 'function', got (undefined)` when calling `Realm.App.emailPassword.sendResetPasswordEmail()` and `Realm.App.emailPassword.resendConfirmationEmail()`. ([#3037](https://github.com/realm/realm-js/issues/3037), since v10.0.0-beta.1)
* Fixed `user.logOut()` to also log out at MongoDB Realm Cloud. The method now returns `Promise<void>` instead. ([#2980](https://github.com/realm/realm-js/issues/2980), since v10.0.0-beta.1)
* Fixed `TypeError: process.versions is not an Object` error being thrown when requiring the package from React Native. ([#3045](https://github.com/realm/realm-js/issues/3045), since v10.0.0-beta.8)

### Compatibility
* MongoDB Realm Cloud.
Expand Down Expand Up @@ -37,11 +41,7 @@ NOTE: This version bumps the Realm file format to version 11. It is not possible
* File format: generates Realms with format v11 (reads and upgrades file format v5 or later).

### Internal
<<<<<<< HEAD
* None.
=======
* None
>>>>>>> ada6d80077c1711c230f624fa409729ba32b31c3

10.0.0-beta.7 Release notes (2020-6-26)
=============================================================
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"node-pre-gyp": "^0.15.0",
"progress": "^2.0.3",
"prop-types": "^15.6.2",
"realm-network-transport": "^0.4.0",
"realm-network-transport": "^0.6.0",
"request": "^2.88.0",
"stream-counter": "^1.0.0",
"sync-request": "^3.0.1",
Expand Down

0 comments on commit 70b24fa

Please sign in to comment.