vernemq:main

Last commit made on 2024-06-01
Get this branch:
git clone -b main https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
main
Repository:
lp:vernemq

Recent commits

67b0901... by ioolkos <email address hidden>

Fix SWC summary for empty Nodeclocks (#2304)

* Fix SWC summary for empty Nodeclocks

* rebar3 fmt

795a461... by Henning Sudbrock <email address hidden>

Support JSON-Logging on console (#2300)

Adds the configuration option 'log.console.console.format', which can be set to 'text' or 'json' to select between the default text format and json format. This is completely analogous to the already present configuration option 'log.console.file.format'.

Resolves #2295

c0881f0... by mths1 <email address hidden>

Ensure utf8 for client_id, topics and username (#2285)

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

b158f20... by ioolkos <email address hidden>

vmq_diversity: dd useful SSL Client opts for Postgres (#2284)

* vmq_diversity: dd useful SSL Client opts for Postgres

* Fix typos in vmq_diversity.schema file

* Forgot to include all SSL opts

* Fix default type for cacertfile clause

* customize_hostname_check option typo

* Add automatic server_name_indication

* Add extended CockroachDB SSL options

* Update changelog

597cb47... by mths1 <email address hidden>

Bugfix: Per protocol description only msg ids > 0 are accepted (#2288)

* Bugfix: Per protocol description only msg ids > 0 are accepted

* Adapt to non-zero msg ids in retain tests

* Adapt to non-zero msg ids in publish tests

---------

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

a23d0be... by mths1 <email address hidden>

Bugfix: Authentication data without authentication method is not allowed (protocol error) (#2287)

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

5906673... by mths1 <email address hidden>

Run retrain tests with waitsync true (#2294)

Co-authored-by: mths1 <mths1>

92b779a... by mths1 <email address hidden>

Update luerl dependecy to 1.2.0, update plumtree and clique (#2292)

Co-authored-by: mths1 <mths1>

3516eaa... by mths1 <email address hidden>

Update rebar3 to latest version (#2291)

Co-authored-by: mths1 <mths1>

c47627c... by mths1 <email address hidden>

Introduce max_header_value_length for http(s) and ws(s) listeners (#2289)

Co-authored-by: mths1 <mths1>