Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

0.5.1

Choose a tag to compare

@JakeWharton JakeWharton released this 17 Feb 17:12
· 183 commits to trunk since this release
  • New: Query logs now contain timing information on how long they took to execute. This only covers
    the time until a Cursor was made available, not object mapping or delivering to subscribers.
  • Fix: Switch query logging to happen when Query.run is called, not when a query is triggered.
  • Fix: Check for subscribing inside a transaction using a more accurate primitive.