Thales Macedo Garitezi
|
25cdc2a04b
|
chore: bump version to 5.5.1-rc.1
|
2024-02-21 09:57:05 -03:00 |
Zaiming (Stone) Shi
|
80be84c401
|
Merge pull request #12491 from zmstone/docs-sync-changes-for-i18n
docs: fix i18n
|
2024-02-21 09:10:25 +01:00 |
Thales Macedo Garitezi
|
b6689d178f
|
fix(http_bridge): redact headers
Fixes https://emqx.atlassian.net/browse/EMQX-11864
```
2024-02-20T15:51:34.744509+00:00 [debug] msg: http_connector_received, mfa: emqx_bridge_http_connector:on_query_async/4(471), tag: QUERY_ASYNC, request: {"/bah",[{<<"Authorization">>,<<"******">>},{<<"content-type">>,<<"application/json">>},{<<"authorization">>,<<"******">>},{<<"content-type">>,<<"application/json">>}],<<"******">>}, state: #{port => 18083,request => #{path => [<<>>],body => undefined,headers => [{[<<"content-type">>],[<<"application/json">>]},{[<<"Authorization">>],#Fun<emqx_secret.0.85191762>}],method => [<<"undefined">>],max_retries => 2,request_timeout => 30000},host => "localhost",connect_timeout => 15000,pool_type => random,pool_name => <<"connector:http:p1">>,base_path => "/",installed_actions => #{<<"action:http:p1:connector:http:p1">> => #{path => [<<"/bah">>],body => undefined,headers => [{[<<"authorization">>],#Fun<emqx_secret.0.85191762>},{[<<"content-type">>],[<<"application/json">>]}],method => [<<"post">>],max_retries => 2,request_timeout => 30000,render_template_func => fun emqx_bridge_http_connector:render_template/2}}}, connector: <<"connector:http:p1">>, note: the request body is redacted due to security reasons
```
|
2024-02-20 12:57:13 -03:00 |
Zaiming (Stone) Shi
|
68baa4dcaf
|
docs: fix i18n
|
2024-02-19 13:57:44 +01:00 |
Thales Macedo Garitezi
|
bee7fa630b
|
chore: bump app vsns
|
2024-02-19 09:05:13 -03:00 |
Thales Macedo Garitezi
|
dbb6725a47
|
fix(config): apply config upgrade to deprecated configs
Fixes https://emqx.atlassian.net/browse/EMQX-11845
Fixes https://github.com/emqx/emqx/issues/12452
|
2024-02-19 09:02:43 -03:00 |
Serge Tupchii
|
8ac8d14abd
|
chore(emqx_mongodb): bump app vsn to 0.1.6
|
2024-02-09 16:29:42 +02:00 |
Serge Tupchii
|
c3b7d76102
|
perf: un-deprecate mongodb topology pool_size and set it to 10 by default
Benchmarks proved that it effects performance:
10 ecpool workers / 10 topology pool workers outperform
100 ecpool / 1 topology worker.
Fixes: EMQX-11825
|
2024-02-09 16:28:53 +02:00 |
Serge Tupchii
|
e248cd6c66
|
perf: upgrade mongodb-erlang to v3.0.23
Fixes: EMQX-11825
|
2024-02-09 16:18:32 +02:00 |
Ivan Dyachkov
|
3ad71f75e6
|
chore: emqx 5.5.0
|
2024-02-01 11:07:02 +01:00 |
Ivan Dyachkov
|
3f71a98e5e
|
chore: 5.5.0-rc.2
|
2024-01-31 17:06:54 +01:00 |
JianBo He
|
b787f28d27
|
chore: compatible the contet-type sytanx
|
2024-01-31 17:49:46 +08:00 |
Ivan Dyachkov
|
a2ba8fc645
|
chore: 5.5.0-rc.1
|
2024-01-30 18:58:00 +01:00 |
JianBo He
|
c0674913e2
|
Merge pull request #12421 from HJianBo/fix-import-users
fix(user_import): ensure the last record overwrites previous one
|
2024-01-30 18:49:35 +08:00 |
SergeTupchiy
|
03ff6f2ddf
|
Merge pull request #12410 from SergeTupchiy/EMQX-11812-subscribe-performance-degraded
perf(emqx_broker): pick broker pool worker by topic/shard pair to dis…
|
2024-01-30 11:48:59 +02:00 |
JianBo He
|
4190682a16
|
chore: fix the data type and example value for cluster invitation result
|
2024-01-30 15:29:46 +08:00 |
JianBo He
|
aedfc8e8c0
|
fix(user_import): ensure the last record overwrites previous one
|
2024-01-30 14:14:20 +08:00 |
JianBo He
|
4688b36cdf
|
Merge pull request #12396 from HJianBo/import_user_2
feat(import_users): support user's password in plain text
|
2024-01-30 09:00:00 +08:00 |
Serge Tupchii
|
5007650bd2
|
perf(emqx_broker): pick broker pool worker by topic/shard pair to distribute the load more evenly.
Fixes: EMQX-11812
|
2024-01-29 20:57:10 +02:00 |
JianBo He
|
d12335c4c6
|
chore: add tests
|
2024-01-29 18:10:42 +08:00 |
JianBo He
|
d286b7e28c
|
Merge pull request #12404 from thalesmg/fix-action-metric-handler-r55-20240126
fix(resource_metrics): avoid detaching handler on crashes
|
2024-01-29 17:51:04 +08:00 |
Ivan Dyachkov
|
fa6d65887d
|
test(retainer): fix test cases
|
2024-01-29 08:42:36 +01:00 |
Ivan Dyachkov
|
e4b8d79444
|
fix(retainer): add default delivery rate in the schema
|
2024-01-29 08:04:58 +01:00 |
JianBo He
|
ab99a17c99
|
chore(utils_stream): simplfy the csv reader implementation
|
2024-01-29 11:10:50 +08:00 |
JianBo He
|
2e35024df1
|
test: update eunit tests
|
2024-01-29 10:49:07 +08:00 |
JianBo He
|
9915c85b0b
|
chore(authn_mnesia): use emqx_utils_stream module to imporve reusability
|
2024-01-29 10:49:07 +08:00 |
JianBo He
|
8fc8106819
|
test: cover password_type and new data format
|
2024-01-29 10:49:07 +08:00 |
JianBo He
|
829887630d
|
test: refine existed test cases
|
2024-01-29 10:49:07 +08:00 |
JianBo He
|
fed512689a
|
chore: make elvis checking happy
|
2024-01-29 10:49:07 +08:00 |
JianBo He
|
e65cfb836c
|
feat(import_users): support user's password in plain text
|
2024-01-29 10:49:07 +08:00 |
Thales Macedo Garitezi
|
6410f5a717
|
fix(resource_metrics): avoid detaching handler on crashes
Fixes https://emqx.atlassian.net/browse/EMQX-11821
|
2024-01-26 13:05:41 -03:00 |
JimMoen
|
2e37f7514a
|
fix(prom_stats): compatibility with previous api format in json mode
|
2024-01-26 16:01:32 +08:00 |
JimMoen
|
308cde53b9
|
fix(prom_stats): merge cl_consistented data into per nodes data
|
2024-01-26 11:39:20 +08:00 |
JianBo He
|
e29a80d568
|
Merge pull request #12388 from qzhuyan/dev/william/per-listn-conn-cnt
feat: quic per listener conn count
|
2024-01-26 09:01:39 +08:00 |
lafirest
|
0b6aee0ae9
|
Merge pull request #12393 from lafirest/fix/iotdb
fix(iotdb): change the `data` field to optional
|
2024-01-25 23:00:36 +08:00 |
JimMoen
|
4dca1ef848
|
fix(prom_di): compatibility with bridge_v1
|
2024-01-25 19:37:15 +08:00 |
JimMoen
|
7b041683bb
|
fix(prom_di): action enable and status
|
2024-01-25 19:36:40 +08:00 |
JimMoen
|
beeedd33d1
|
fix(prom_mria): mria_data in init_acc
|
2024-01-25 19:36:39 +08:00 |
JimMoen
|
58b60181d7
|
fix(prom_mria): move mria callback into `emqx_prometheus.erl`
- they will return in same api endpoint.
|
2024-01-25 19:36:38 +08:00 |
firest
|
01f374d8e5
|
fix(iotdb): change the `data` field to optional
|
2024-01-25 18:29:41 +08:00 |
JianBo He
|
52a7b45d97
|
fix: upgrade ekka to 0.18.3 to ensure the leader correct
|
2024-01-25 14:47:59 +08:00 |
JianBo He
|
ff0fd65f9d
|
Merge pull request #12373 from JimMoen/fix-prom-data-aggre
Follow up #12299
|
2024-01-25 10:37:47 +08:00 |
JimMoen
|
a752119d05
|
fix(prom_di): use bridge_v2 metrics api
|
2024-01-25 09:22:22 +08:00 |
JimMoen
|
61dd362db0
|
fix(prom_di): api crash in `connecting`
- https://emqx.atlassian.net/browse/EMQX-11801
|
2024-01-25 09:22:21 +08:00 |
William Yang
|
9fb6688801
|
fix(quic): Per listener conn count
|
2024-01-24 21:36:25 +01:00 |
Thales Macedo Garitezi
|
a19cf253ae
|
Merge pull request #12359 from thalesmg/fix-connector-app-deps-r55-20240119
fix(machine_boot): inject connector/bridge apps as dependencies to `emqx_connector` app
|
2024-01-24 15:40:24 -03:00 |
JimMoen
|
ace1303de2
|
fix(prom_auth): authz metric name: `allow` and `deny`
- https://emqx.atlassian.net/browse/EMQX-11799
|
2024-01-24 22:38:49 +08:00 |
JimMoen
|
5e02709de0
|
fix(prom_auth): authz_enable key from enable status
- https://emqx.atlassian.net/browse/EMQX-11800
|
2024-01-24 22:38:48 +08:00 |
JimMoen
|
6e3ce4d644
|
fix(prom_stats): emqx_stats metric type should be gauge
|
2024-01-24 14:11:17 +08:00 |
JimMoen
|
4a1d1b6aeb
|
fix: topics and retained metrics are cluster consistented
|
2024-01-24 14:11:16 +08:00 |