Skip to content

Releases: VolantMQ/volantmq

test: fix spec issues to meet paho test runs

14 Apr 21:30
3e00ff1
Compare
Choose a tag to compare
Fix paho failing tests (#174)

fix: SignalDisconnect before SignalOffline
Handles case when Disconnect from client provides SessionExpiryInterval

fix: tag name for RetainAvailable parameter
fix: send the username to ACL on publish
refactor: check for topic alias when the packet arrived
  prevent double-checking for ACL
refactor: decrement children count on node delete
refactor: set publish stub before unsubscribing
fix: fix to #173
  Shutdown subscriber when the session expire fired.
  Prevents subscriber from leaking.
refactor: incoming PUBLISH messages
  handle flow control as per spec

fix: return of granted QoS
refactor: send disconnect from connection close stage 2 only
refactor: clone PUBLISH packet before sending from a topic manager

v0.4.0-rc.7: improve listener configs

01 Apr 16:43
99c21c3
Compare
Choose a tag to compare
Pre-release

Allow listeners to define its TLS section. Listeners ssl & wss are declared as deprecated

v0.4.0-rc.6

25 Jan 18:40
58b0776
Compare
Choose a tag to compare
v0.4.0-rc.6 Pre-release
Pre-release
doc: improve README ref #146 (#157)

v0.4.0-rc.5: ci: pass variable name instead of value

24 Jan 20:49
272195d
Compare
Choose a tag to compare
Signed-off-by: Artur Troian <troian.ap@gmail.com>

v0.4.0-rc.4: ci: run docker/check to login in registry

24 Jan 20:47
4900c85
Compare
Choose a tag to compare
Signed-off-by: Artur Troian <troian.ap@gmail.com>

v0.4.0-rc.3: ci: start job with capital

24 Jan 20:39
cb97a6b
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Artur Troian <troian.ap@gmail.com>

v0.4.0-rc.2: ci: use docker_job for for docker builds

24 Jan 20:14
d56b8d0
Compare
Choose a tag to compare
Signed-off-by: Artur Troian <troian.ap@gmail.com>

v0.4.0-rc.1: ci: rename docker stage

24 Jan 18:20
7ddc5b7
Compare
Choose a tag to compare
Pre-release
add lint to release stage

Signed-off-by: Artur Troian <troian.ap@gmail.com>

MQTT V5.0

21 Sep 12:28
e7adeb6
Compare
Choose a tag to compare
MQTT V5.0 Pre-release
Pre-release
  • V5.0 specification
  • Turn persistence to be an interface derived by other implementations

Optimize goroutines and memory usage

01 Sep 12:08
Compare
Choose a tag to compare
Pre-release

Decrease amount of goroutines per connection. Now only receiving routine is always active with respective buffer. Send is only activated when there is some data to flush