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

Commit 553e1b1

Browse files
committed
Prepare version 0.6.1.
1 parent baa3120 commit 553e1b1

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change 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+
413
Version 0.6.0 *(2016-02-17)*
514
----------------------------
615

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

154154
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.sqlbrite
2-
VERSION_NAME=0.6.1-SNAPSHOT
2+
VERSION_NAME=0.6.1
33

44
POM_DESCRIPTION=A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
55

0 commit comments

Comments
 (0)