Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@paultranvan paultranvan released this 27 May 09:49

✨ Features

  • 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