This repository was archived by the owner on Aug 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22=========
33
4+ Version 0.6.1 * (2016-02-29)*
5+ ----------------------------
6+
7+ * Fix: Apply backpressure strategy between database/content provider and the supplied ` Scheduler ` .
8+ This guards against backpressure exceptions when the scheduler is unable to keep up with the rate
9+ at which queries are being triggered.
10+ * Fix: Indent the subsequent lines of a multi-line queries when logging.
11+
12+
413Version 0.6.0 * (2016-02-17)*
514----------------------------
615
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Download
148148--------
149149
150150``` groovy
151- compile 'com.squareup.sqlbrite:sqlbrite:0.6.0 '
151+ compile 'com.squareup.sqlbrite:sqlbrite:0.6.1 '
152152```
153153
154154Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 11GROUP =com.squareup.sqlbrite
2- VERSION_NAME =0.6.1-SNAPSHOT
2+ VERSION_NAME =0.6.1
33
44POM_DESCRIPTION =A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
55
You can’t perform that action at this time.
0 commit comments