vernemq:update_license_scouter

Last commit made on 2023-12-29
Get this branch:
git clone -b update_license_scouter https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
update_license_scouter
Repository:
lp:vernemq

Recent commits

5c1b182... by Andre Fatton <email address hidden>

Update license scout script to Python3 and add a few fallbacks (redundant)

5319c3c... by mths1 <email address hidden>

Bump versions (#2227)

Co-authored-by: mths1 <mths1>

b9d31cc... by MeisterMasi <email address hidden>

Optional feature for forced disconnect on unauthorized mqtt31 publish (#2228)

* Introduce configuration variable disconnect_on_unauthorized_publish_v3 to force disconnect on unauthorized publish, even for non MQTT 3.1.1 connections.

* Implementation is now working.

* Add tests for forced disconnect option on unauthorized publish.

* Run code formatter.

* Forgot to add the new test functions to the test groups.

* Add disconnect_on_unauthorized_publish_v3 to list of settable values (vmq_config_cli)

* Simplify code change using a guard sequence, as recommendend in review.

* Add Intellij folder to gitignore.

* Add change description to changelog file.

* Optional feature for forced disconnect on unauthorized mqtt31 publish

---------

Co-authored-by: eelwth <email address hidden>
Co-authored-by: Andre Fatton <email address hidden>

ffdb056... by mths1 <email address hidden>

Allow downgrade of warning keepalive expired from warning to info (#2226)

Co-authored-by: mths1 <mths1>

54f5886... by mths1 <email address hidden>

Allow to persist QoS0 messages to disk in case of upgrade_qos (#2221)

Co-authored-by: mths1 <mths1>
Co-authored-by: ioolkos <email address hidden>

c9c4db3... by mths1 <email address hidden>

Include possible scopes in vmq-admin help text (#2225)

Co-authored-by: mths1 <mths1>

4419164... by mths1 <email address hidden>

Set APIKey as secure default for vmq_http_v2_api (#2224)

Co-authored-by: mths1 <mths1>

c98d359... by mths1 <email address hidden>

Remove vmq_http_pub from default listeners config. (#2223)

Add vmq_http_pub to require API key

Co-authored-by: mths1 <mths1>

4f94a08... by mths1 <email address hidden>

Introduce "null" vmq_message_store_engine that disables message storage. (#2189)

Co-authored-by: mths1 <mths1>
Co-authored-by: ioolkos <email address hidden>

3bb3928... by mths1 <email address hidden>

Add support for environment variables for erlang configuration arguments (#2190)

Co-authored-by: mths1 <mths1>