Skip to content

Releases: cozy/cozy-web-data-proxy

1.5.0-beta.1

03 Oct 14:51
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release

✨ Features

  • Mutualize file path handling in cozy-pouch-link

🐛 Bugfixes

  • Do not crash on old browsers without indexeDB.databases() function

1.4.0

22 Sep 13:07
Compare
Choose a tag to compare

✨ Features

  • Make dataproxy available in browsers not supporting SharedWorker by using regular worker
  • Support 2 characters search

🐛 Bugfixes

  • Automatically reconnect realtime when it is lost in the shared worker
  • Avoid blank screen effect by always rendering children
  • Prevent replication loop after failed refresh token
  • Update in-memory fullpaths after file rename
  • Fix undefined SharedWorkerGlobalScope for browsers non supporting shared workers
  • Fix search sort: doctype order were not used anymore

🔧 Tech

  • Relieve memory: thanks to PouchDB perf improvements, we now query PouchDB rather than using local store
  • Allow flags in SharedWorker

1.4.0-beta.2

19 Sep 16:16
Compare
Choose a tag to compare
1.4.0-beta.2 Pre-release
Pre-release

🐛 Bugfixes

  • Fix undefined SharedWorkerGlobalScope for browsers non supporting shared workers
  • Fix search sort: doctype order were not used anymore
  • Always render children to avoid blank screen effect when dataproxy fails

1.4.0-beta.1

18 Sep 09:45
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release

✨ Features

  • Make dataproxy available in browsers not supporting SharedWorker by using regular worker
  • Support 2 characters search

🐛 Bugfixes

  • Automatically reconnect realtime when it is lost in the shared worker
  • Avoid blank screen effect by always rendering children
  • Prevent replication loop after failed refresh token
  • Update in-memory fullpaths after file rename

🔧 Tech

  • Relieve memory: thanks to PouchDB perf improvements, we now query PouchDB rather than using local store
  • Allow flags in SharedWorker

1.3.0

27 May 09:49
Compare
Choose a tag to compare

✨ 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

1.3.0-beta.2

26 May 16:26
Compare
Choose a tag to compare
1.3.0-beta.2 Pre-release
Pre-release

✨ Features

  • Scalability for the win: we do not keep the full doctypes in memory anymore and rely solely on PouchDB to query data
  • Make debug logs only visible when debug flag is enabled

🐛 Bugfixes

  • Fix search from previous beta

1.3.0-beta.1

26 May 13:06
Compare
Choose a tag to compare
1.3.0-beta.1 Pre-release
Pre-release

✨ Features

  • Use storage interface to persist indexes: iindexes are now persisted both for mobile and web thanks to the generic storage interface
  • Inform when dataproxy is ready: this is useful 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.

1.2.0

26 May 12:52
Compare
Choose a tag to compare

✨ Features

  • Handle entirely local queries to build index
  • Improve search readiness by persisting locally the search indexes, and import them at startup
  • Automatic search retry if the search happens while the indexes are not ready yet

🐛 Bugfixes

  • Correctly handle token refresh
  • Avoid revoking realtime after token refresh

1.2.0-beta.1

12 Feb 11:11
Compare
Choose a tag to compare
1.2.0-beta.1 Pre-release
Pre-release

✨ Features

  • Handle entirely local queries to build index
  • Improve search readiness by persisting locally the search indexes, and import them at startup
  • Automatic search retry if the search happens while the indexes are not ready yet

🐛 Bugfixes

  • Correctly handle token refresh
  • Avoid revoking realtime after token refresh

1.1.0

24 Dec 15:01
Compare
Choose a tag to compare

✨ Features