N

NSQ

N
NSQ Database v1.3.0

1.3.0

Upgrading #1427 / #1373 / #1371 - fix staticcheck warnings, remove support for gobindata / go 1.16 Features: #1473 - nsqd: use --tls-root-ca-file in nsqauth request (thanks @intellitrend-team) #1470 / #1469 - nsqadmin: upgrade supported ECMA from ES5 to ES2020 (thanks @dudleycarr) #1468 - nsqadmin: add paused label to topic within the node view (thanks @dudleycarr) #1462 - nsqadmin: add admin chec…

N
NSQ Database v1.2.1

1.2.1

Upgrading #1227 - bump dependencies, officially drop dep support, drop Go 1.9 support Features: #1347 - nsqadmin: switch to go:embed for static assets #1355 / #1364 - arm64 builds (thanks @danbf) #1346 - nsqd: ability to skip ephemeral topics/channels in statsd output #1336 / #1341 / #1343 - nsqd: ability to configure auth endpoint path (thanks @tufanbarisyildirim) #1307 - remove Context to use st…

N
NSQ Database v1.2.0

1.2.0

Upgrading #1055 - nsqd: removed support for old metadata scheme used in v0.3.8 and earlier you cannot upgrade directly from v0.3.8 to v1.2.0, you must go through v1.0.0-compat or v1.1.0 #1115 - manage dependencies with go modules dep support still present for now, but deprecated Features: #1136 - nsqd: add --max-channel-consumers (default unlimited) (thanks @andyxning) #1133 - nsqd: add --min-outp…

N
NSQ Database v1.1.0

1.1.0

Upgrading from 1.0.0-compat: Just a few backwards incompatible changes: #1056 - Removed the nsq_pubsub utility #873 - nsqd flags --msg-timeout and --statsd-interval only take duration strings plain integer no longer supported #921 - nsqd: http /mpub endpoint binary param interprets "0" or "false" to mean text mode previously any value meant to use binary mode instead of text mode - (thanks @andyxn…

N
NSQ Database v1.1.0-rc1

1.1.0-rc1

See release v1.1.0

N
NSQ Database v1.0.0-compat

1.0.0-compat

Upgrading from 0.3.8: Numerous backwards incompatible changes: Deprecated nsqd features removed: Pre-V1 HTTP endpoints / response format: /{m,}put (use /{m,}pub) /{create,delete,empty,pause,unpause}_{topic,channel} (use /{topic,channel}/<operation>) --max-message-size flag (use --max-msg-size) V2 protocol IDENTIFY command short_id and long_id properties (use client_id, hostname, and user_agent) /s…

N
NSQ Database v0.3.8

0.3.8

Upgrading from 0.3.7: Binaries contain no backwards incompatible changes. This release fixes a critical regression in 0.3.7 that could result in message loss when attempting to cleanly shutdown nsqd by sending it a SIGTERM. The expected behavior was for it to flush messages in internal buffers to disk before exiting. See #757 and #759 for more details. A few performance improvements landed includi…

N
NSQ Database v0.3.7

0.3.7

Upgrading from 0.3.6: Binaries contain no backwards incompatible changes. This release has been built with Go 1.6. Highlights include the various work done to reduce nsqd lock contention, significantly improving the impact of high load on the /stats endpoint, addressing issues with timeouts and failures in nsqadmin (#700, #701, #703, #709). Thanks to @judwhite, nsqd and nsqlookupd now natively sup…

N
NSQ Database v0.3.6

0.3.6

Upgrading from 0.3.5: Binaries contain no backwards incompatible changes. We've adopted the Contributor Covenant 1.2 Code of Conduct (#593). Help us keep NSQ open and inclusive by reading and following this document. We closed a few longstanding issues related to nsqadmin, namely (#323, et al.) converting it to an API and single-page app (so that it is much easier to develop), displaying fine-grai…

N
NSQ Database v0.3.5

0.3.5

Upgrading from 0.3.4: Binaries contain no backwards incompatible changes. This is another quick bug fix release to address the broken nsqadmin binary in the v0.3.4 distribution (see #578). See the release notes for v0.3.3 for more info.