vernemq

A distributed MQTT message broker based on Erlang/OTP. Built for high quality & Industrial use cases. The VerneMQ mission is active & the project maintained. Thank you for your support!

APACHE-2.0 License

Stars
3.2K
Committers
62

Bot releases are hidden (Show)

vernemq - VerneMQ 2.0.0 Latest Release

Published by ioolkos 6 months ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The binary packages are compiled with OTP 26.2.4.
ARM builds in the making, Docker builds will follow.

Note on migration and incompatibilities for VerneMQ Release 2.0.0: https://docs.vernemq.com/v/master/guides/migration-to-2-0

Changelog

  • New feature: Synchronized wait for retained message store
  • Add option for a default rule ("*") in database Lua scripts, so that Clients can fallback to default ACLs.
  • Introduce credentials obfusication that avoid printing secrets to logs and stack traces (breaking change)
  • New feature: Support prometheus namespace
  • New feature: Add logger support, instead of lager
  • Remove deprecated subscriber format (#2247)
  • Protect against empty XFF CN/Username
  • Add simple options to HTTP health listener (health/ping)
  • Remove deprecated allow_multiple_sessions
  • Improve systemd support: Add support of systemd-notify
  • New feature: Allow downgrade of client stopped due to keepalive from warning to info message (logging.keepalive_as_warning = off)
  • Bugfix: Persist QoS0 to disk in case of outgoing upgrade_qos (#2220)
  • 'vmq_http_api_v2': Set apikey as new default authentication method
  • Bugfix: Remove 'vmq_http_pub' from default listener group and enforce apikey as default (#2222)
  • New feature: "null" message store that disables persisting messages
  • Add environment variable support for erlang configuration arguments
  • 'vmq_admin': Introduce regex search for session show command
  • 'vmq_admin': Extend vmq-admin listener show with TLS and MQTT listener settings
  • Improve error reporting (include client) in logs (#2184)
  • 'vmq_http_pub': Allows post in netsplit situations (follows allow_publish_during_netsplit global config)
  • 'vmq_admin': Add new command tls invalide-pem-cache to support easier certificate replacement
  • Add compatibility with [Erlang/OTP 26]
  • Add new command to vmq-admin to clear webhook cache (webhooks cache clear)
  • 'vmq_admin': Add commands allowing batch disconnects (vmq-admin session disconnect batch and vmq-admin session disconnect clients)
  • 'vmq_http_pub': Allow anonymous access (allow_anonymous = on)
  • New feature: Add configuration option disconnect_on_unauthorized_publish_v3 to force disconnect on unauthorized publish even for MQTT clients before v3.1.1
  • New feature: Add persistent message queueing functionality to vmq_bridge Plugin, using ReplayQ

Commits

New Contributors

Full Changelog: https://github.com/vernemq/vernemq/compare/1.13.0...2.0.0

vernemq - VerneMQ Release Candidate 1 for 2.0.0.

Published by ioolkos 8 months ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version OTP-26.2.2. You'll (possibly) have to re-compile your own plugins to match the OTP version.

This is a Release Candidate to allow you to test.
ARM binaries, Docker images and a migration guide for the (few) breaking changes will follow shortly.

Note on migration and incompatibilities: https://github.com/vernemq/vernemq/wiki/Migration-to-VerneMQ-2.0.0

Changelog:

  • Introduce credentials obfusication that avoid printing secrets to logs and stack traces (breaking change)
  • New feature: Support prometheus namespace
  • New feature: Add logger support, instead of lager
  • Remove deprecated subscriber format (https://github.com/vernemq/vernemq/pull/2247)
  • Protect against empty XFF CN/Username
  • Add simple options to HTTP health listener (health/ping)
  • Remove deprecated allow_multiple_sessions
  • Improve systemd support: Add support of systemd-notify
  • New feature: Allow downgrade of client stopped due to keepalive from warning to info message (logging.keepalive_as_warning = off)
  • Bugix: Persist QoS0 to disk in case of outgoing upgrade_qos (https://github.com/vernemq/vernemq/issues/2220)
  • 'vmq_http_api_v2': Set apikey as new default authentication method
  • Bugfix: Remove 'vmq_http_pub' from default listener group and enforce apikey as default (https://github.com/vernemq/vernemq/issues/2222)
  • New feature: "null" message store that disables persisting messages
  • Add environment variable support for erlang configuration arguments
  • 'vmq_admin': Introduce regex search for session show command
  • 'vmq_admin': Extend vmq-admin listener show with TLS and MQTT listener settings
  • Improve error reporting (include client) in logs (https://github.com/vernemq/vernemq/issues/2184)
  • 'vmq_http_pub': Allows post in netsplit situations (follows allow_publish_during_netsplit global config)
  • 'vmq_admin': Add new command tls invalide-pem-cache to support easier certificate replacement
  • Add compatibility with [Erlang/OTP 26]
  • Add new command to vmq-admin to clear webhook cache (webhooks cache clear)
  • 'vmq_admin': Add commands allowing batch disconnects (vmq-admin session disconnect batch and vmq-admin session disconnect clients)
  • 'vmq_http_pub': Allow anonymous access (allow_anonymous = on)
  • New feature: Add configuration option disconnect_on_unauthorized_publish_v3 to force disconnect on unauthorized publish even for MQTT clients before v3.1.1
  • New feature: Add persistent message queueing functionality to vmq_bridge Plugin, using ReplayQ
vernemq - VerneMQ 1.13.0

Published by ioolkos over 1 year ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version OTP-25.3.2.1. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • New Plugin: 'vmq_http_pub', allows to ingest MQTT messages via a HTTP REST interface
  • Allow configuration of max_request_line_length for HTTP(S) listeners
  • Improve SWC sync handling for node leave/rejoin situations
  • Improve memory footprint and performance of sessions that subscribe to many topics (new configurable vmq_reg_ordered_trie module, the old vmq_reg_trie is kept as default)
  • Bugfix: Use default regview as information source for status page
  • Add support for x-forward-for (XFF) header (Websockets) (#1783)
  • Bugfix: QoS0 message shall ignore receive maximum setting (#2150)
  • Offline queues to online queue transition can (temporarily) override the max online queue size (#1663)
  • Fix processing of line endings in vmq_acl (#1897)
  • QoS0 messages for offline sessions now count towards the queue_unhandeled metric (#1528,#1536)
  • Allow overriding last will delay in plugins (#1998)
  • Improve error logging: Report invalid modifiers in hooks
  • Fix MQTT listener suspension and --kill_session flag in cluster leave.
  • Adapt nodetool escript to Erlang distribution protocol at boot, enabling IPv6 compat for vmq-admi
  • Expose more SWC sync protocol settings in vernemq.conf (number of SWC groups & more)
  • Add vmq-admin retain delete command to CLI (single topic delete only).
  • Fix per mountpoint filtering of vmq-admin retain show.
  • Add 'keypasswd': Allows setting password for pem keyfile (#1676)
  • Bugfix: Improve warning messages for unexpected frame type error to track origin (#1671)
  • Bugfix: Remove special chars in auto-generated client id (#1673)
  • Bugfix: Websocket returned error 500 and wrote to log, instead of returning 426 (protocol upgrade) #1983
  • Allow to specify a maximum connection lifetime (per listener). The lifetime can be overwriten by on_register hooks.
  • Improve TLSv1.3 support (Documentation, CLI, Testsuite)
  • Improve HTTP/2 support for HTTPS listeners (#2117)
  • Make Redis username configurable in vmq_diversity.
  • Enable v5 protocol for WS and SSL listeners as a default.
  • Fix dev_n builds (make dev0 dev1...).
  • Fix issue https://github.com/vernemq/vernemq/issues/2008 where the default MQTT listener fails to create in vernemq.conf.
  • Fix configuration problems when using Unix Domain Sockets.
  • Add support for compilation in ARM architectures (Tested on M1 Mac and Raspberry PI). Now we can use the make rel target to build a VerneMQ release for RaspberryPI.
  • CI Improvements:
    • Test on the last 3 major OTP versions, following the Erlang/OTP support conventions.
    • Test on Both Linux and OSX for each version.
    • Add more extensive smoke test by publishing/subscribing to messages.
  • Add compatibility with Erlang/OTP 25.
  • Allow protection of all HTTP(s) endpoints with API keys (e.g. metrics)
  • Update bootstrap 4.6.2 in status page and add favicon
  • vmq_passwd -c no longer overwrites existing files by default.
  • Allow per-purpose HTTP endpoints (status, metrics, api) by assigning http_modules
  • Add support for TLS-PSK (Pre-Shared Key) for MQTTS (TLS) listeners
  • Fix regression in handling of the Proxy protocol for WebSockets.
  • Refactor metrics count of active connections, using 3 new gauges: active_mqtt_connections, active_mqttws_connections (WebSocket) and total_active_connections. Adapt Status page. This also fixes an error, where the status page would show a false connection count.
  • Add active_conns and all_conns info to vmq-admin listener show.

Note: tar files (like vernemq-1.13.0.alpine.x86_64.tar.gz) are the binaries used by the official Docker images. They are of no direct use.

vernemq - VerneMQ 1.12.6.2

Published by ioolkos almost 2 years ago

Patch Release for 1.12.6

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 24.3.4.5. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

Add max_ws_frame_size setting to limit incoming WebSocket stream.

vernemq - VerneMQ 1.12.6.1

Published by ioolkos about 2 years ago

Patch Release for 1.12.6

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 24.3.4.5. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Fix bug in webhooks metrics that crashed Prometheus endpoint
vernemq - VerneMQ 1.12.6

Published by ioolkos about 2 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 24.3.4.5. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Fix outgoing QoS and outgoing QoS upgrades.
  • Collect per webhook type (e.g. on_publish_m5_requests) metrics.
  • Fix vmqs (SSL) inter-node communication.
  • Store waiting pubrec packets in queue and add to waiting acks on reconnect.
  • Fix PostGres (epgsql 4.6.0) response format in vmq_diversity.
  • Fix Prometheus exposition format, related to MQTT v4 and v5 labels.
  • Add Unix domain listeners (to be configured as "listener.tcp.unix_socket = local:/tmp/my.sock:0")
  • Add new setting tls_handshake_timeout option to SSL listeners.
  • Fix webhook cache to not allow multiple entries per key
  • Fix recovery of waiting pubrecs in MQTT v5
  • Update epgsql to 4.6.1
  • Update eredis to 1.7.0 (vmq_diversity)
  • Update eredis to 1.7.0 (vmq_diversity)
  • Update erlang-mongodb to ref 713e8bd (vmq_diversity)
  • Update sext to 1.8.0
  • Update stdout_formatter to 0.2.4
vernemq - VerneMQ Release 1.12.5

Published by ioolkos over 2 years ago

Changelog:

  • Change git clone protocol to https globally.
  • Update erlang-pbkdf2 and mongodb-erlang, fixes Issue https://github.com/vernemq/vernemq/issues/1928.
  • Fix proxy_protocol_use_cn_as_username config for WS listeners: the CN now overrides the MQTT username correctly.
  • Add ?P_RESPONSE_INFO property in CONNACK when auth_on_register_m5_hook sets the property.
  • Add per-listener allow_anonymous_override config (to open a single listener while allow_anonymous=off).
  • Update certifi to 2.9.0.
  • Update epgsql to 4.6.0.
  • Update jsx to 3.1.0 (vmq_diversity, vmq_webhooks).
  • Update eredis to 1.4.1 (vmq_diversity).
vernemq - VerneMQ Release 1.12.4

Published by ioolkos almost 3 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 24.2 You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Add additional bcrypt configuration options
  • Bump bcrypt version
  • Switch on V5 in MQTT listeners as a default
  • Fix v5 username regression, interfering with auth_on_register modifiers.
  • Move the add_session on queue draining from error to info logging.
  • Add vmq-admin trace stop_all command to stop unreachable traces.
  • Fix bridge configuration regarding CAP settings.
  • Add prefer_online_before_local shared subscription policy.

Technical note:
Some of the DB drivers in vmq_diversity showed unexpected issues with OTP 24. We're fixing those in main branch & for the next release. If you need MongoDB or PostGres auth plugins, you can use release 1.12.3.

vernemq - VerneMQ Release 1.12.3

Published by ioolkos about 3 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 23.3.2. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog: (Quickfix Release to 1.12.2, to fix SWC sync regression)

  • Move from r_mode to read preference in VMQ Diversity MongoDB
  • Fix SWC event broadcast regression, which led to higher SWC sync times.
vernemq - VerneMQ Release 1.12.2

Published by ioolkos about 3 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 23.3.2. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Fix username for allow_anonymous case in MQTT v5 (keep the given username in session)
  • Fix Retain Server cache race condition for messages originating from local node.
  • Remove debug logging statement for MongoDB in vmq_diversity
  • Allow Overlay_vars from include files in vars.generated
  • Switch to no_dot_erlang instead of start_clean in Runner script.
vernemq - VerneMQ 1.12.1

Published by vmq-ci over 3 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 23.3.2. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Fix regression introduced in 1.12.0 in on-disk encoding/decoding.
vernemq - VerneMQ 1.12.0

Published by vmq-ci over 3 years ago

Note:

VerneMQ binary software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee (subscription), in case you use these packages commercially.

The packages are based on Erlang/OTP version 23.3.2. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Incompatibility Note:

Existing installations based on SWC synchronisation protocol will have to rebuild clusters with empty/fresh state, due to changes to the SWC layer on disk.

Note: a critical bug introduced with the binary encoding in 1.12.0 is under investigation.

Changelog:

  • Fix bug causing the pool_size option for databases to not be respected.
  • Update Hackney HTTP client to version 1.17.0
  • Allow configuration for TCP listener buffer sizes in vmq_cluster_com module
  • Autotune TCP 'buffer' for outgoing TCP connections in vmq_cluster_node module
  • Fix command line tool to allow managing anonymous client sessions (Issue #1673)
  • Allow custom option for HTTPS endpoints (WebHooks)
  • Adds PEM validation of certificate files in server and webhooks schemas
  • Adds a new CI profile to the rebar3
  • Bumps MongoDB driver to latest
  • Adds support for MongoDB DNS SRV lookup in vmq_diversity
  • Adds authentication to MongoDB Lua test script in vmq_diversity
  • Adds Docker Compose file for local testing
  • Update vmq_diversity to newest Luerl version
  • Bumps rebar3 executable
  • Update Hackney HTTP client to version 1.17.4
  • Upgrade Cowboy dependency to 2.8.0
  • Adds support for auth_source in MongoDB connections in vmq_diversity
  • Enforce UTF8 strings in topics
  • Use safe mode for binary_to_term in SWC
  • Fix Proxy protocol handling for WebSocket listener.
  • Updates in vmq_swc plugin to allow for unique SWC node ids, leading to fixes in synchronisation after
    a node leaves and re-joins a cluster.
  • Adds topic_max_depth config value to enforce configurable global maximum number of allowed topic levels
  • Ensures that MQTT_v5_user_properties are stored to disk
vernemq - VerneMQ 1.12.0-rc.1

Published by vmq-ci over 3 years ago

Note: existing installations based on SWC synchronisation protocol will have to rebuild clusters with empty/fresh state, due to changes to the SWC layer on disk.

vernemq - VerneMQ 1.11.0

Published by vmq-ci about 4 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee, in case you use these packages commercially.

The packages are based on Erlang/OTP version 22.3. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

This Release replaces and extends RC 1.10.5

  • Improve Proxy protocol error logging (warn instead of crash process).
  • Add retain command to vmq-admin usage output
  • Bridge Plugin: Continue to publish during netsplit (that is, during cluster not_ready)
  • Bridge Plugin: Make internal publish use the configured per-topic QoS
  • Upgrade package bcrypt to fix compilation in OSX (#1500).
  • Fix issue with loading status dashboard from behind a proxy with a basepath set
  • Fix bug where the server would not parse multiple WebSocket protocols correctly.
  • New feature: Allow configuration of allowed ECC named curves in configuration file. (thanks to @varnerac)
  • New feature: Add on_topic_unsubscribe hook (PR #1539, Issue #1326). (thanks to @khodzha)
  • Update to jquery 3.5.1 and bootstrap 4.1.2 in status page.
  • Add case clause for proxy protocol 'local command', causing unnecessary error logging in loadbalancer health checks.
vernemq - VerneMQ 1.10.5 Release Candidate

Published by vmq-ci about 4 years ago

vernemq - VerneMQ 1.10.4.1

Published by vmq-ci about 4 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee, in case you use these packages commercially.

The packages are based on Erlang/OTP version 22.3. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

Patch Release to:

  • Fix the new bridge metrics labels that prevented the Prometheus metrics to be exported correctly (blocking Prometheus export entirely).
vernemq - VerneMQ 1.10.4

Published by vmq-ci about 4 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee, in case you use these packages commercially.

The packages are based on Erlang/OTP version 22.3. You'll (possibly) have to re-compile your own plugins to match the OTP version.

Changelog:

  • Improve buffering in in-memory queue of outgoing bridges.
  • Add a Name to bridges, so that a bridge can be identified by {Name, Host, Port}, instead of {Host, Port} only. This allows multiple bridges to the same remote endpoint.
  • Add bridge Name and MQTT client mailbox size to vmq-admin bridge show command.
  • Add per QoS/per bridge in and out counters to pull resp. push bridges.
  • Log bridge connection setups and subscribes (info level).
  • Support Power Linux LE (ppc64le) platform.
  • Add on_session_expired/1 hook to vmq_webhooks schema.
  • Add Subscriber trie/event handler readiness check to handle fast subscribers after a reboot (race condition, #1557).
  • Update nodetool escript with latest version.
  • Fix internal Watermark update in SWC (#1556).
  • Handle LevelDB truncated record corruption more automatically in LevelDB SWC and Messagestore backends.
  • Catch ETS table call in vmq_cluster:netsplit_statistics/0 (#1537).
  • Add compatibility with Erlang/OTP 23. This release requires Erlang/OTP 21.3 or later.
  • Upgrade package bcrypt to version 1.1.0.
  • Upgrade package hackney to version 1.16.0 (dependencies of hackney were updated as well).
  • Fix to allow equal signs on parameter values on vmq-admin commands (#740).

NOTE: do not use these packages, but use the latest 1.10.4.1 Packages in case you use the bridge plugin. This release has issues with bridge plugin and Prometheus metrics exports!

vernemq - VerneMQ 1.10.3

Published by vmq-ci over 4 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee, in case you use these packages commercially.

The packages are based on Erlang/OTP version 22.3. You'll (possibly) have to re-compile your own plugins to match the OTP version.

New packages added (thanks for testing and feedback!):

  • Ubuntu 20.04 Focal
  • Suse Leap 15.1

Changelog:

  • Add new on_session_expired/1 hook to vmq_diversity and vmq_webhooks.
  • Add datetime prefix to the tracer output. The datetimes are expressed in UTC with
    iso-8601 format (eg '2020-04-29T21:19:39Z'). (#782)
  • Add start command to Bridge CLI.
  • Fix options passed to PublishFun for plugins (#1516)
  • Add configurable connect time (mqtt_connect_timeout) between establishing the connection and sending CONNECT (#735, #824).
  • Fix tracing error when using payload modifiers (#1517).
  • Make vmq-admin bridge show command more robust against bridge client state machine timeouts (#1515).
  • Fix vmq health http format error (#1529).
  • Add new CLI output formatter (#1502).
  • Remove minor functions for OTP 18. OTP 18 is not supported anymore (#1523).
  • Update VerneMQ Schema info on SWC.
  • Add Inet6 support to the vmq_diversity MySQL plugin (#1461).
  • Improve error message when plugin chains have exhausted (#1465).
  • Upgrade clique dependency to fix bug with empty KV params.
vernemq - VerneMQ 1.10.2

Published by vmq-ci over 4 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

TL;DR: You are required to contribute a yearly usage fee, in case you use these packages commercially.

The packages are based on Erlang/OTP version 22.2.

Changelog:

  • Support multilevel bridge prefixes.
  • Make SSL cert depth configurable for bridges.
  • Fix directory paths for metadata backend for RocksDB and Leveled
  • Fix number only client IDs in vmq-admin session CLI. (#1436)
  • Fix proxy protocol handling bug for WebSockets listeners (#1429)
  • Fix compilation for OS X
  • Fix bug in vmq_swc where a cluster leave didn't properly cleanup the node clock.
vernemq - VerneMQ 1.10.1

Published by vmq-ci almost 5 years ago

Note:

VerneMQ software distribution packages and Docker images are covered by the VerneMQ EULA. See the blog post for more information:
https://vernemq.com/blog/2019/11/26/vernemq-end-user-license-agreement.html.

Changelog:

  • Upgrade the Plumtree metadata backend to include a fix for a crash which could
    occur during metadata exchange with a remote node if the remote node becomes
    unavailable.
  • Fix bug where vmq_metrics crashes because external metric providers haven't
    started yet.
Badges
Extracted from project README
Google group : VerneMQ Users Docker Pulls from Old Repo Docker Pulls from New Repo VerneMQ Logo Google group : VerneMQ Users contributors