|
2 | 2 |
|
3 | 3 | ## Releases
|
4 | 4 |
|
5 |
| -### WIP |
| 5 | +### 1.2.1 - 2021-08-15 |
6 | 6 |
|
7 | 7 | **Upgrading**
|
8 | 8 |
|
9 | 9 | * #1227 - bump dependencies, officially drop `dep` support, drop Go `1.9` support
|
10 | 10 |
|
11 | 11 | Features:
|
12 | 12 |
|
13 |
| - * #1355 / #1364 - arm64 builds |
14 |
| - * #1346 - `nsqd`: ability to skip ephemeral topics/channels in statsd output |
| 13 | + * #1347 - `nsqadmin`: switch to go:embed for static assets |
| 14 | + * #1355 / #1364 - arm64 builds (thanks @danbf) |
| 15 | + * #1346 - `nsqd`: ability to skip ephemeral topics/channels in statsd output |
15 | 16 | * #1336 / #1341 / #1343 - `nsqd`: ability to configure auth endpoint path (thanks @tufanbarisyildirim)
|
16 | 17 | * #1307 - remove `Context` to use stdlib `context`
|
17 | 18 | * #1295 / #1296 - switch to GitHub Actions CI
|
18 |
| - * #1292 - `nsqd`: minimize allocations on message send |
19 |
| - * #1289 - optimize `uniq` |
20 |
| - * #1230 / #1232 - `nsqd`: ability to omit memory stats from `/stats` |
21 |
| - * #1226 - `nsqd`: only update internal `RDY` count for client when it changes |
| 19 | + * #1292 - `nsqd`: minimize allocations on message send (thanks @imxyb) |
| 20 | + * #1289 - optimize `uniq` (thanks @donutloop) |
| 21 | + * #1230 / #1232 - `nsqd`: ability to omit memory stats from `/stats` (thanks @creker) |
| 22 | + * #1226 - `nsqd`: only update internal `RDY` count for client when it changes (thanks @andyxning) |
22 | 23 | * #1221 / #1363 - test against more recent versions of Go
|
23 |
| - * #1209 - `nsqd`: bump `go-diskqueue` (interface change) |
24 |
| - * #1206 - prefer idiomatic `sort.Ints` over `sort.Sort` |
| 24 | + * #1209 - `nsqd`: bump `go-diskqueue` (interface change) (thanks @bitpeng) |
| 25 | + * #1206 - prefer idiomatic `sort.Ints` over `sort.Sort` (thanks @lelenanam) |
25 | 26 | * #1197 / #1362 - Dockerfile: update Alpine base image, use /data by default
|
26 |
| - * #1178 - `nsqd`: configurable queue scan worker pool |
27 |
| - * #1159 - `nsqd`: don't buffer messages when `--mem-queue-size=0` |
28 |
| - * #1073 / #1297 - `nsqd`: support separate broadcast ports for TCP and HTTP |
| 27 | + * #1178 - `nsqd`: configurable queue scan worker pool (thanks @andyxning) |
| 28 | + * #1159 - `nsqd`: don't buffer messages when `--mem-queue-size=0` (thanks @bitpeng) |
| 29 | + * #1073 / #1297 - `nsqd`: support separate broadcast ports for TCP and HTTP (thanks @shyam-king) |
29 | 30 |
|
30 | 31 | Bugs:
|
31 | 32 |
|
32 |
| - * #765 / #1195 / #1203 / #1205 - fix build on illumos |
33 |
| - * #1333 - fix race detector tests on non-bash shells |
34 |
| - * #1330 - fix `log_level` support in configuration file |
35 |
| - * #1319 / #1331 / #1361 - `nsqd`: handle SIGTERM |
36 |
| - * #1287 - `nsqadmin`: fix `--proxy-graphite` support |
37 |
| - * #1270 / #1271 - `nsqlookupd`: fix incorrect error message for HTTP listener |
| 33 | + * #1347 - `nsqadmin`: fix graphite key for ephemeral topics/channels |
| 34 | + * #765 / #1195 / #1203 / #1205 - fix build on illumos (thanks @i-sevostyanov) |
| 35 | + * #1333 - fix race detector tests on non-bash shells |
| 36 | + * #1330 - fix `log_level` support in configuration file (thanks @edoger) |
| 37 | + * #1319 / #1331 / #1361 - `nsqd`: handle SIGTERM |
| 38 | + * #1287 - `nsqadmin`: fix `--proxy-graphite` support (thanks @fanlix) |
| 39 | + * #1270 / #1271 - `nsqlookupd`: fix incorrect error message for HTTP listener (thanks @TangDH03) |
38 | 40 | * #1264 - fix benchmark script
|
39 |
| - * #1251 / #1314 / #1327 - `nsqd`: fix live lock for high churn ephemeral topic/channel reconnections |
| 41 | + * #1251 / #1314 / #1327 - `nsqd`: fix live lock for high churn ephemeral topic/channel reconnections (thanks @slayercat) |
40 | 42 | * #1237 - Dockerfile: add `nsswitch.conf` to ensure go resolver uses `/etc/hosts` first
|
41 |
| - * #1217 / #1220 - `nsqd`: improve error message when `--data-path` does not exist |
42 |
| - * #1198 / #1190 / #1262 - synchronize close of all connections on Exit |
43 |
| - * #1188 / #1189 - `nsqadmin`: fix channel delete, fix source-maps in Firefox |
44 |
| - * #1186 - `nsqadmin`: fix nodes list with ipv6 addresses |
| 43 | + * #1217 / #1220 - `nsqd`: improve error message when `--data-path` does not exist (thanks @mdh67899) |
| 44 | + * #1198 / #1190 / #1262 - synchronize close of all connections on Exit (thanks @benjsto) |
| 45 | + * #1188 / #1189 - `nsqadmin`: fix channel delete, fix source-maps in Firefox (thanks @avtrifanov) |
| 46 | + * #1186 - `nsqadmin`: fix nodes list with ipv6 addresses (thanks @andyxning) |
45 | 47 |
|
46 | 48 | ### 1.2.0 - 2019-08-26
|
47 | 49 |
|
|
0 commit comments