Commit 28c013b 1 parent f0dd3c3 commit 28c013b Copy full SHA for 28c013b
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Releases
4
4
5
- ### 1.1.0-rc1 - 2018-07-dd
5
+ ### 1.1.0-rc1 - 2018-07-31
6
6
7
7
** Upgrading from 1.0.0-compat** : Just a few backwards incompatible changes:
8
8
@@ -37,9 +37,11 @@ Features:
37
37
* #1025 - ` nsqd ` : buffer and spread statsd udp sends (avoid big burst of udp, less chance of loss)
38
38
* #1038 - ` nsqlookupd ` : optimize for many producers (thousands) (thanks @andyxning )
39
39
* #1050 /#1053 - ` nsqd ` : new topic can be unlocked faster after creation
40
+ * #1062 - ` nsqadmin ` : update JS deps
40
41
41
42
Bugs:
42
43
44
+ * #753 - ` nsqadmin ` : fix missing channels in topic list
43
45
* #867 - ` to_nsq ` : fix divide-by-zero issue when ` --rate ` not specified (thanks @adamweiner )
44
46
* #868 - ` nsqd ` : clamp requeue timeout to range instead of dropping connection (thanks @tsholmes )
45
47
* #891 - ` nsqd ` : fix race when client subscribes to ephemeral topic or channel while it is being cleaned up (reported by @slayercat )
57
59
* #1032 - ` nsqd ` : fix loading metadata with messages queued on un-paused topic with multiple channels (thanks @michaelyou )
58
60
* #1004 - ` nsqlookupd ` : exit with error when failed to listen on ports (thanks @stephens2424 )
59
61
* misc test suite improvements and updates (go versions, tls certs, ...)
62
+
60
63
61
64
### 1.0.0-compat - 2017-03-21
62
65
You can’t perform that action at this time.
0 commit comments