Realm JavaScript v5.0.2
Enhancements
- None.
Fixed
- Fixed a bug in how the destruction of global objects was handled. This could lead to segfaults on Node.js version 12 and 13. (#2759, since v5.0.0)
Compatibility
- Realm Object Server: 3.23.1 or later.
- 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
- None.