File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
go :
3
- - 1.6.3
4
- - 1.7 .3
3
+ - 1.7.6
4
+ - 1.8 .3
5
5
env :
6
- - NSQ_DOWNLOAD=nsq-0.3.5.linux-amd64.go1.4.2 GOARCH=amd64
7
- - NSQ_DOWNLOAD=nsq-0.3.5.linux-amd64.go1.4.2 GOARCH=386
8
- - NSQ_DOWNLOAD=nsq-0.3.6.linux-amd64.go1.5.1 GOARCH=amd64
9
- - NSQ_DOWNLOAD=nsq-0.3.6.linux-amd64.go1.5.1 GOARCH=386
10
6
- NSQ_DOWNLOAD=nsq-0.3.7.linux-amd64.go1.6 GOARCH=amd64
11
7
- NSQ_DOWNLOAD=nsq-0.3.7.linux-amd64.go1.6 GOARCH=386
12
8
- NSQ_DOWNLOAD=nsq-0.3.8.linux-amd64.go1.6.2 GOARCH=amd64
13
9
- NSQ_DOWNLOAD=nsq-0.3.8.linux-amd64.go1.6.2 GOARCH=386
10
+ - NSQ_DOWNLOAD=nsq-1.0.0-compat.linux-amd64.go1.8 GOARCH=amd64
11
+ - NSQ_DOWNLOAD=nsq-1.0.0-compat.linux-amd64.go1.8 GOARCH=386
14
12
install :
15
13
- go get github.com/golang/snappy
16
14
script :
Original file line number Diff line number Diff line change 1
1
## go-nsq Change Log
2
2
3
+ ### 1.0.7 - 2017-08-04
4
+
5
+ ** Upgrading from 1.0.6** : There are no backward incompatible changes.
6
+
7
+ * #97 /#209 - consumer: retry nsqlookupd queries
8
+ * #179 /#208 - consumer: redistribute RDY when connections are active
9
+ * #184 /#201 - producer: fix misleading Stop() EOF (thanks @mengskysama )
10
+ * #203 - switch to golang/snappy (addressing potential snappy related deadlocks)
11
+ * #202 - consumer: fix backoff logging
12
+
3
13
### 1.0.6 - 2016-06-04
4
14
5
15
** Upgrading from 1.0.5** : There are no backward incompatible changes.
Original file line number Diff line number Diff line change 5
5
package nsq
6
6
7
7
// VERSION
8
- const VERSION = "1.0.6 "
8
+ const VERSION = "1.0.7 "
You can’t perform that action at this time.
0 commit comments