Releases: gojek/vernemq
Releases · gojek/vernemq
v4.0.1
What's Changed
- fix: call on_client_offline for remote session termination by @VivekPipaliya23 in #88
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
*Feature: end-to-end delivery by @VivekPipaliya23 in #85
Delayed PUBACK support: you can now defer sending QoS1 PUBACKs for publishes matching a given ACL, and send them later when the delivery completes.
Use vmq-admin delay_puback enable acl_name=Name / vmq-admin delay_puback disable acl_name=Name to toggle it per ACL.
Run vmq-admin delay_puback show to list all ACL names with delayed PUBACK enabled.
Full Changelog: v3.0.2...v4.0.0
v3.0.2
What's Changed
- feat: add username on disconnect event by @kenkalang in #84
New Contributors
- @kenkalang made their first contribution in #84
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix: active_mqtt_connections to sum all active WebSocket connections … by @VivekPipaliya23 in #82
- feat: add Redis sentinel master config by @VivekPipaliya23 in #83
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Feature/bump erlang opt version 27 by @VivekPipaliya23 in #73
- feat: introduce new metric active_mqtt_connections by @VivekPipaliya23 in #81
Full Changelog: v2.6.4...v3.0.0
v2.6.4
What's Changed
- fix: jsx parser crash subscribe auth webhook by @dhruvjain99 in #79
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- fix: reap subscriber process expiring existing queues by @VivekPipaliya23 in #71
- Feature/instrument offline messages in redis by @dhruvjain99 in #69
- feat: add register_auth error metric with reasons by @dhruvjain99 in #76
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- fix: unable to vernemq attach switch to no_dot_erlang by @VivekPipaliya23 in #68
- chore: add metrics plus plugin schema import by @VivekPipaliya23 in #67
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- fix: old module code purge on plugin disable by @VivekPipaliya23 in #64
- update rebar3 by @VivekPipaliya23 in #65
- chore: update import lib path, ignore unused variables by @VivekPipaliya23 in #66
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- fix: max clients not used in reaping subs by @dhruvjain99 in #58
- fix: reaped subs session expiry causing queue teardown tsunami by @dhruvjain99 in #59
- feat: add sampling for on_delivery_complete by @VivekPipaliya23 in #60
- fix: reloading old plugin modules by @VivekPipaliya23 in #61
- feat: add priority plugin chain order with plugin reload by @VivekPipaliya23 in #62
- Fix offline store choking by bypassing plugin for redis ops by @dhruvjain99 in #63
Full Changelog: v2.5.0...v2.6.0