v0.17.0-beta.15
Pre-release
Pre-release
💥 Important: Action is needed to update existing @orbit/indexeddb
databases. 💥
This release includes an update to the @orbit/indexeddb
package which fixes a potential data integrity issue that's fully described in #823. Please read the details in that PR.
This also includes an improvement (#821) to IndexedDB performance in which bulk operations (get/put/delete) are performed simultaneously rather than serially for bulk operations. Only the last request needs an onsuccess handler. This approach is not only more performant but much more robust when applying very large (> 5000 record) updates.
Changelog
🚀 Enhancement
@orbit/indexeddb
🐛 Bug Fix
Committers: 1
- Dan Gebhardt (@dgeb)