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
- firstItem property deprecated. Use queryFirst() instead. Same for async version.
- lastItem property deprecated. Use queryLast() instead. Same for async version.
- allItems property deprecatd. Use queryAll() instead. Same for async version.
- If you perform observable queries on a background thread, now those queries are executed on a background thread with a looper attached, instead of execute them on the main thread.