sync `release-55` to `master`
@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.1.19"},
+ {vsn, "5.1.20"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auth, [
{description, "EMQX Authentication and authorization"},
- {vsn, "0.2.1"},
+ {vsn, "0.2.2"},
{registered, [emqx_auth_sup]},
{application, emqx_auth_mnesia, [
{description, "EMQX Buitl-in Database Authentication and Authorization"},
- {vsn, "0.1.3"},
+ {vsn, "0.1.4"},
{mod, {emqx_auth_mnesia_app, []}},
{application, emqx_bridge, [
{description, "EMQX bridges"},
- {vsn, "0.1.33"},
+ {vsn, "0.1.34"},
{registered, [emqx_bridge_sup]},
{mod, {emqx_bridge_app, []}},
@@ -1,6 +1,6 @@
{application, emqx_bridge_greptimedb, [
{description, "EMQX GreptimeDB Bridge"},
- {vsn, "0.1.7"},
+ {vsn, "0.1.8"},
kernel,
{application, emqx_bridge_http, [
{description, "EMQX HTTP Bridge and Connector Application"},
- {vsn, "0.2.2"},
+ {vsn, "0.2.3"},
{applications, [kernel, stdlib, emqx_resource, ehttpc]},
{env, [{emqx_action_info_modules, [emqx_bridge_http_action_info]}]},
@@ -878,9 +878,9 @@ redact(Data) ->
%% and we also can't know the body format and where the sensitive data will be
%% so the easy way to keep data security is redacted the whole body
redact_request({Path, Headers}) ->
- {Path, Headers};
+ {Path, redact(Headers)};
redact_request({Path, Headers, _Body}) ->
- {Path, Headers, <<"******">>}.
+ {Path, redact(Headers), <<"******">>}.
clientid(Msg) -> maps:get(clientid, Msg, undefined).
{application, emqx_bridge_kafka, [
{description, "EMQX Enterprise Kafka Bridge"},
{registered, [emqx_bridge_kafka_consumer_sup]},
{application, emqx_bridge_mqtt, [
{description, "EMQX MQTT Broker Bridge"},
- {vsn, "0.1.8"},
+ {vsn, "0.1.9"},
{application, emqx_conf, [
{description, "EMQX configuration management"},
- {vsn, "0.1.34"},
+ {vsn, "0.1.35"},
{mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib]},
{application, emqx_connector, [
{description, "EMQX Data Integration Connectors"},
- {vsn, "0.1.38"},
+ {vsn, "0.1.39"},
{mod, {emqx_connector_app, []}},
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
- {vsn, "5.0.32"},
+ {vsn, "5.0.33"},
{registered, [emqx_dashboard_sup]},
{application, emqx_durable_storage, [
{description, "Message persistence and subscription replays for EMQX"},
- {vsn, "0.1.11"},
+ {vsn, "0.1.12"},
{applications, [kernel, stdlib, rocksdb, gproc, mria, emqx_utils]},
{application, emqx_ft, [
{description, "EMQX file transfer over MQTT"},
- {vsn, "0.1.13"},
+ {vsn, "0.1.14"},
{mod, {emqx_ft_app, []}},
{application, emqx_gateway, [
{description, "The Gateway management application"},
- {vsn, "0.1.30"},
+ {vsn, "0.1.31"},
{mod, {emqx_gateway_app, []}},
{applications, [kernel, stdlib, emqx, emqx_auth, emqx_ctl]},
{application, emqx_gateway_exproto, [
{description, "ExProto Gateway"},
{applications, [kernel, stdlib, grpc, emqx, emqx_gateway]},
{env, []},
{application, emqx_gateway_ocpp, [
{description, "OCPP-J 1.6 Gateway for EMQX"},
- {vsn, "0.1.2"},
+ {vsn, "0.1.3"},
{applications, [kernel, stdlib, jesse, emqx, emqx_gateway]},
{application, emqx_license, [
{description, "EMQX License"},
- {vsn, "5.0.15"},
+ {vsn, "5.0.16"},
{registered, [emqx_license_sup]},
{applications, [kernel, stdlib, emqx_ctl]},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
- {vsn, "0.2.18"},
+ {vsn, "0.2.19"},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.0.37"},
+ {vsn, "5.0.38"},
{registered, [emqx_management_sup]},
{application, emqx_modules, [
{description, "EMQX Modules"},
- {vsn, "5.0.25"},
+ {vsn, "5.0.26"},
{applications, [kernel, stdlib, emqx, emqx_ctl, observer_cli]},
{mod, {emqx_modules_app, []}},
{application, emqx_mongodb, [
{description, "EMQX MongoDB Connector"},
- {vsn, "0.1.5"},
+ {vsn, "0.1.6"},
{application, emqx_mysql, [
{description, "EMQX MySQL Database Connector"},
{application, emqx_postgresql, [
{description, "EMQX PostgreSQL Database Connector"},
{application, emqx_prometheus, [
{description, "Prometheus for EMQX"},
- {vsn, "5.0.19"},
+ {vsn, "5.0.20"},
{registered, [emqx_prometheus_sup]},
{applications, [kernel, stdlib, prometheus, emqx, emqx_auth, emqx_resource, emqx_management]},
{application, emqx_resource, [
{description, "Manager for all external resources"},
- {vsn, "0.1.27"},
+ {vsn, "0.1.28"},
{mod, {emqx_resource_app, []}},
{application, emqx_retainer, [
{description, "EMQX Retainer"},
- {vsn, "5.0.20"},
+ {vsn, "5.0.21"},
{registered, [emqx_retainer_sup]},
{applications, [kernel, stdlib, emqx, emqx_ctl]},
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
{modules, [
emqx_utils,
emqx_utils_api,
@@ -0,0 +1 @@
+Redacted authorization headers from debug logs from HTTP bridge.
@@ -0,0 +1,3 @@
+Improve MongoDB connector performance.
+
+- [mongodb-erlang PR](https://github.com/emqx/mongodb-erlang/pull/41)