Skip to content

v0.17.0-beta.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@dgeb dgeb released this 07 Mar 18:27
· 282 commits to main since this 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
    • #826 Add fallback and error logging guidance to improve PR 823 (@dgeb)
    • #821 Improve bulk IndexedDB performance (@dgeb)

🐛 Bug Fix

  • @orbit/indexeddb
    • #823 Fix IndexedDBCache getInverseRelationshipsAsync (@dgeb)

Committers: 1