Syncing data sources and handling spotty network connections are problems many web apps have. Orbit.js helps to address these issues and more. On the latest WWW we chatted with @dgeb about Orbit, #emberjs, and his favorite power tool.
https://t.co/jtndrDcGXi
ember-orbit v0.17.0 has also been released! 🐹 🎉
Please review the detailed release notes to understand the changes and how to upgrade your v0.16.x applications.
https://t.co/DoT3pNgq4Z
After two years, 28 beta releases, and over 400 commits, Orbit v0.17 has finally been released! 🎉
Some highlights:
- New TS API docs
- Multi-expression (parallelizable) queries
- Serializers, validators, and normalizers
- Full vs. data-only responses
https://t.co/NKfAlIIuBq
Starting today, I’ll be focusing my open source work more exclusively on two projects: @jsonapi and @OrbitJS.
Both projects have big potential but need guidance and attention to get there. I’m glad to have you all along for the journey. Please reach out if you want to help :)
ember-orbit v0.17.0-beta.15 has been released!
This includes the significant changes mentioned yesterday re: store and cache forking / merging. The README has also been updated to reflect these changes.
Please give it a try and let us know how it goes.
https://t.co/ZdUOKVTyJ5
The recent update to Orbit unlocks some nice clean patterns for mutating models and forked caches synchronously in ember-orbit:
https://t.co/Ip06zIu84b
Significant new capabilities around store and cache forking / merging / rebasing have been added in `@orbit/memory` v0.17.0-beta.24.
Details here: https://t.co/fSETDy1OAN
After 20 (!!!) v0.17 betas, we’re getting ready to ship the final!
if you’re already using the beta, please try out v0.17.0-beta.20 while we work on updating our docs. If you’re still on v0.16, you may want to wait for our guide to help you upgrade.
https://t.co/iyYU7qX7GT
This week's work on a kind of "virtual DOM for data” is looking promising: 10-50x perf gains (depending on set size) for bulk IndexedDB writes. And this includes all the relationship tracking and integrity checks provided by Orbit.
https://t.co/5kUu46RBuJ
👉 If you’re using orbit/indexeddb please pay attention to the bug fixes that were just shipped in v0.16.8 and v0.17.0-beta.15 👈
When upgrading apps with pre-existing IndexedDB databases, action is required.
See https://t.co/K8jz5TPGk0 and https://t.co/CRZT6RH1Ls for details.
We've released several v0.17 betas in the past couple weeks. The latest release of all orbit packages is now v0.17.0-beta.12.
https://t.co/iyYU7qX7GT
We're tackling quite a bit with v0.17. This is a brief thread about what's coming... 🧵
1/x
Speaking of complex requests, the JSONAPISource can now process these in series OR parallel. By default, multi-expression queries are now made with parallel fetches.
7/x