Preparing 2.19.0-rc.3 (#2073)
This commit is contained in:
parent
bfb06ac0df
commit
1389858e6c
|
@ -4,7 +4,6 @@ x.x.x Release notes (yyyy-MM-dd)
|
|||
* Improved the proactive token refresh mechanism to make several attempts to refresh the token before it expires and to also ensure that there is only one ongoing refresh timer for a combination of user and realm path. Previously it was possible to end up in a situation where many redundant refreshes were scheduled for the same Realm. ([#2071](https://github.com/realm/realm-js/pull/2071), since v1.0.2)
|
||||
|
||||
### Fixes
|
||||
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
|
||||
* Fixed the signature of `user.logout` to return a `Promise<void>` rather than `void`. It has always done asynchronous work, but previously, it was impossible to be notified that the call has completed. Since that is now possible, the superfluous "User is logged out" message printed in the console upon logout has been removed. ([#2071](https://github.com/realm/realm-js/pull/2071), since v2.3.0)
|
||||
|
||||
### Compatibility
|
||||
|
@ -12,7 +11,7 @@ x.x.x Release notes (yyyy-MM-dd)
|
|||
* APIs are backwards compatible with all previous release of realm in the 2.x.y series.
|
||||
* File format: Generates Realms with format v9 (Reads and upgrades all previous formats).
|
||||
|
||||
### Internal
|
||||
### Internal
|
||||
* None.
|
||||
|
||||
2.19.0-rc.2 Release notes (2018-10-10)
|
||||
|
|
Loading…
Reference in New Issue