You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scalability for the win: we do not keep the full doctypes in memory anymore and rely solely on PouchDB to query data
Use storage interface to persist indexes and avoid to recompute them from scratch: they are now persisted both for mobile and web thanks to the generic storage interface
Inform when dataproxy is ready: this is useful for apps to know when dataproxy can actually be requested
DataProxy can now handle cozy-client queries, and use local PouchLink as a default: this enables offline queries and hopefully faster queries as data is locally available
🔧
Make debug logs only visible when debug flag is enabled