v8.0.0
⚠ BREAKING CHANGES
- datastore.ts: Entity keys return ids as Number
⚠ KNOWN ISSUES
-
Caching - when not using in memory caching (e.g. Redis cache) Date objects data is not being correctly deserialized to Date objects
- Workaround - cast known Date data to a Date object using the
new Date()
JavaScript constructor
- Workaround - cast known Date data to a Date object using the