File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
1
## go-nsq Change Log
2
2
3
- ### 1.0.5-alpha
3
+ ### 1.0.5 - 2015-09-19
4
4
5
5
** Upgrading from 1.0.4** : There are no backward incompatible changes.
6
6
Original file line number Diff line number Diff line change @@ -4,28 +4,19 @@ The official Go package for [NSQ][nsq].
4
4
5
5
[ ![ Build Status] ( https://secure.travis-ci.org/nsqio/go-nsq.png?branch=master )] [ travis ] [ ![ GoDoc] ( https://godoc.org/github.com/nsqio/go-nsq?status.svg )] ( https://godoc.org/github.com/nsqio/go-nsq )
6
6
7
- The latest stable release is ** [ 1.0.4] [ latest_tag ] **
8
-
9
- NOTE: The public API has been refactored as of ` v1.0.0 ` and is not backwards compatible with
10
- previous releases. ** [ 0.3.7] [ legacy ] ** is the last stable release compatible with the legacy API.
11
- Please read the [ UPGRADING] ( UPGRADING.md ) guide.
7
+ The latest stable release is ** [ 1.0.5] [ latest_tag ] ** .
12
8
13
9
### Docs
14
10
15
- See [ godoc] [ nsq_gopkgdoc ] .
16
-
17
- See the [ main repo apps] [ apps ] directory for examples of clients built using this package.
11
+ See [ godoc] [ nsq_gopkgdoc ] and the [ main repo apps] [ apps ] directory for examples of clients built
12
+ using this package.
18
13
19
14
### Tests
20
15
21
- Tests are run via ` ./test.sh ` (which requires ` nsqd ` and ` nsqlookupd ` to be installed)
16
+ Tests are run via ` ./test.sh ` (which requires ` nsqd ` and ` nsqlookupd ` to be installed).
22
17
23
18
[ nsq ] : https://github.com/nsqio/nsq
24
19
[ nsq_gopkgdoc ] : http://godoc.org/github.com/nsqio/go-nsq
25
20
[ apps ] : https://github.com/nsqio/nsq/tree/master/apps
26
- [ consumer ] : http://godoc.org/github.com/nsqio/go-nsq#Consumer
27
- [ producer ] : http://godoc.org/github.com/nsqio/go-nsq#Producer
28
- [ pr30 ] : https://github.com/nsqio/go-nsq/pull/30
29
- [ legacy ] : https://github.com/nsqio/go-nsq/releases/tag/v0.3.7
30
21
[ travis ] : http://travis-ci.org/nsqio/go-nsq
31
- [ latest_tag ] : https://github.com/nsqio/go-nsq/releases/tag/v1.0.4
22
+ [ latest_tag ] : https://github.com/nsqio/go-nsq/releases/tag/v1.0.5
Original file line number Diff line number Diff line change 5
5
package nsq
6
6
7
7
// VERSION
8
- const VERSION = "1.0.5-alpha "
8
+ const VERSION = "1.0.5"
You can’t perform that action at this time.
0 commit comments