Xinyu Liu
c6573c708f
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-29 15:40:14 +08:00
Ilya Averyanov
4447948c5e
fix: handle claim verification errors correctly
2022-06-28 19:36:46 +03:00
Ilya Averyanov
f238e8f83d
fix: update JWKS renewal timer correctly
2022-06-28 09:54:12 +03:00
Xinyu Liu
c812975ca6
Merge branch 'main-v4.4' into copy-of-main-v4.3
2022-06-27 21:34:11 +08:00
zhongwencool
4a87d77be3
fix: can't start dashboard if default_username is missing
2022-06-27 14:35:12 +08:00
JianBo He
ee05895058
chore(exhook): update changes-4.3 for #8314
2022-06-27 11:30:54 +08:00
JianBo He
e4df71d90e
chore: update changes-4.3
2022-06-27 11:27:45 +08:00
Xinyu Liu
565b6b0eb3
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-23 22:44:53 +08:00
Xinyu Liu
14a37bbc89
Merge pull request #8288 from thalesmg/fix-client-sub-hook
...
fix(hooks): use hook response to stop subscriptions
2022-06-23 11:42:42 +08:00
DDDHuang
990f02928e
fix: add some changelog
2022-06-22 19:05:42 +08:00
Thales Macedo Garitezi
4bda62b195
fix(hooks): use hook response to stop subscriptions
...
Fixes https://github.com/emqx/emqx-lua-hook/issues/118
1) If the Lua hook returns an empty list, it should replace the final
topic filter list.
2) The subscribed topics after running the 'client.subscribe' hook
should not contain topics filtered out by the hooks.
2022-06-21 17:06:39 -03:00
Thales Macedo Garitezi
7d303ae7fe
fix(acl): do not leave placeholders unreplaced
...
If there is no information in the `ClientInfo` map that can be used to
template a placeholder, then we should avoid letting the literal
placeholder match. Otherwise, the literal placeholder will allow
messages to be published/received unintentionally.
One can still use `{eq, <<"%c">>}` if matching the placeholder is
really desired.
2022-06-20 14:52:51 -03:00
Thales Macedo Garitezi
b93a0743ac
Merge branch 'main-v4.3' into 'main-v4.4'
2022-06-15 10:48:02 -03:00
JianBo He
00fe560dac
Merge branch 'main-v4.3' into chore/fix-loaded-plugin
2022-06-14 09:47:14 +08:00
JianBo He
9bf1423452
chore: update changes-4.3.md
2022-06-13 15:29:22 +08:00
Thales Macedo Garitezi
1733f19608
chore: bump version and update changelog
2022-06-10 16:30:27 -03:00
Thales Macedo Garitezi
50ff2edf13
feat(tls): add configs for private key password in dashboard/mgmt
2022-06-03 11:21:12 -03:00
JianBo He
25be198d2a
Merge tag 'v4.3.15-rc.4' into merge-main-v4.3-into-v4.4
2022-05-31 22:07:57 +08:00
Zaiming (Stone) Shi
8f398b42d4
docs: fix typo in CHANGES-4.3.md
2022-05-31 10:56:59 +02:00
JianBo He
6c765b3e02
Merge tag 'v4.3.15-rc.3' into merge-main-v4.3-into-v4.4
2022-05-27 18:13:38 +08:00
JianBo He
975c7eb095
Merge branch 'main-v4.3' into trace-large-msg-format-as-iolist
2022-05-27 16:42:04 +08:00
zhongwencool
87b4bddaae
chore: add changelog for trace
2022-05-27 14:15:43 +08:00
DDDHuang
a6c258165a
chore(doc): customize log date : update change log
2022-05-27 14:13:32 +08:00
JianBo He
7ee5f90516
Merge tag 'v4.3.15-rc.3' into merge-main-v4.3-into-v4.4
2022-05-27 11:09:11 +08:00
JianBo He
157bcffd6f
Merge branch 'main-v4.3' into shared_dispatch_full_inflight
2022-05-26 16:53:35 +08:00
Georgy Sychev
aabfb71804
chore: changes.md
2022-05-26 12:32:15 +04:00
DDDHuang
e1ad8aab46
fix: date format funs & logger conf & appup & change log
2022-05-26 13:13:00 +08:00
JianBo He
7862d75ee4
Merge remote-tracking branch 'ce/main-v4.3' into merge-main-v4.3-into-v4.4
2022-05-25 16:59:04 +08:00
Thales Macedo Garitezi
24f0592e94
fix(node_dump): define `RUNNER_ROOT_DIR` before sourcing vars
...
Port of https://github.com/emqx/emqx/pull/7733
`emqx_vars` requires `RUNNER_ROOT_DIR` to be defined before being
sourced.
2022-05-23 16:23:46 -03:00
Xinyu Liu
211fee3035
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-05-23 23:19:19 +08:00
Xinyu Liu
a1120ef09b
Merge pull request #8023 from HJianBo/pretty-change-logs
...
chore: pretty change logs
2022-05-23 21:51:22 +08:00
JianBo He
ae8b41e87e
Merge pull request #8015 from zmstone/0523-update-changelog-4.3
...
docs: add missing docs for changes made in bin/emqx and upgrade script
2022-05-23 21:50:39 +08:00
JianBo He
95d613e204
chore: pretty change logs
2022-05-23 21:48:26 +08:00
JianBo He
c93626e97f
chore: update changes and appup.src for emqx_management
2022-05-23 18:05:41 +08:00
Zaiming (Stone) Shi
6dcdb58482
docs: add missing docs for changes made in bin/emqx and upgrade script
2022-05-23 11:39:29 +02:00
Shawn
ca842aa869
fix: merge main-v4.3 to main-v4.4
2022-05-23 11:23:27 +08:00
JimMoen
4ed8f4d953
chore: update CHANGES.md
2022-05-22 22:06:02 +08:00
gsychev
192c65047e
Merge pull request #7807 from emqx/shared_redispatch43
...
feat(shared): redispatch to another shared sub, when no ACK received
2022-05-19 12:14:25 +00:00
EMQ-YangM
b2176b7652
fix: update CHANGES-4.3.md
2022-05-19 15:39:53 +08:00
EMQ-YangM
7b38c66538
feat: add rule engine function float2str/2
2022-05-19 14:18:22 +08:00
Xinyu Liu
04b02b7b6f
Merge pull request #7979 from DDDHuang/bad_node_name
...
fix(conf): check node name, otp regular expression
2022-05-19 08:49:26 +08:00
Georgy Sychev
b345002e84
feat(shared): redispatch to another shared sub, when no ACK received
2022-05-18 18:28:58 +04:00
EMQ-YangM
de1d8909c3
fix: hexstr2bin support half byte
2022-05-18 17:45:26 +08:00
DDDHuang
1adb33a6a0
fix: check node name, regular expression (good idea from stone)
2022-05-18 15:59:33 +08:00
DDDHuang
cdb1c149e7
fix(conf): check node name, otp regular expression
2022-05-18 14:30:16 +08:00
zhongwencool
2db123bec6
chore: update auth/acl changelog
2022-05-17 11:34:55 +08:00
JianBo He
7c82b84293
Merge pull request #7960 from HJianBo/fix-mqttsn-qos2
...
fix(mqttsn): fix mqtt-sn client disconnected due to re-send a duplicated qos2 message
2022-05-16 16:46:21 +08:00
JianBo He
442248f1a4
feat(rule-engine): add proto_name/proto_ver for $event/client_disconnected event
2022-05-16 14:30:41 +08:00
JianBo He
7357ee5918
fix(mqttsn): fix mqtt-sn client disconnected due to re-send a duplicated qos2 message
2022-05-16 13:54:38 +08:00
EMQ-YangM
f3d91abe1a
fix: update CHANGES-4.3.md
2022-05-09 09:52:11 +08:00