firest
73b72f40e5
chore: update emqx.appup.src
2022-06-23 17:57:41 +08:00
firest
f732b41c5c
fix(ctl): remove the warning log when the mgmt upgrade
2022-06-23 17:51:32 +08:00
lafirest
4909973e37
Merge pull request #8294 from lafirest/feat/exclusive_sub
...
feat: add exclusive subscription
2022-06-23 17:49:04 +08:00
firest
a90f91d3e8
chore: update emqx.appup.src
2022-06-23 17:04:15 +08:00
firest
fc4794613c
test(mqtt_caps): fix t_check_sub error
2022-06-23 17:04:15 +08:00
firest
746b996de4
feat(exclusive): update schema and conf
2022-06-23 17:03:51 +08:00
firest
7084e510d6
feat(exclusive): refactor the implementation
2022-06-23 16:31:48 +08:00
firest
6599b71b5e
feat: add exclusive subscription
2022-06-23 16:31:48 +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
Thales Macedo Garitezi
50c546290c
feat: add redbug
2022-06-22 18:05:18 -03:00
Xinyu Liu
3bc613d660
Merge pull request #8297 from DDDHuang/ddd_cahngelog
...
fix: add some changelog
2022-06-22 19:29:04 +08:00
DDDHuang
990f02928e
fix: add some changelog
2022-06-22 19:05:42 +08:00
Xinyu Liu
b3bd31ec86
Merge pull request #8267 from zmstone/0617-ci-no-more-latest-tag-for-4.4
...
ci: no more latest tag for 4.4
2022-06-22 18:08:28 +08:00
Xinyu Liu
193595ad61
Merge pull request #8275 from zhongwencool/zip-trace
...
fix: clean trace zip file after download
2022-06-22 18:07:58 +08:00
zhongwencool
d345590206
fix: CT failed
2022-06-22 17:35:57 +08:00
zhongwencool
040e964956
fix: appup failed
2022-06-22 16:36:30 +08:00
zhongwencool
df40e3aaa1
chore: update trace changelog
2022-06-22 16:36:28 +08:00
zhongwencool
773c464572
fix: clean trace zip file after download
2022-06-22 16:35:41 +08:00
zhongwencool
98b1a232e1
Merge pull request #8290 from zhongwencool/publish-with-properties-http-api
...
feat: mqtt/publish support to publish with properties and user_properties
2022-06-22 16:33:16 +08:00
DDDHuang
5b62334e89
Merge pull request #8291 from DDDHuang/kafka_import
...
fix(kafka): data backup, support old strategy style
2022-06-22 11:49:48 +08:00
DDDHuang
6cf583a301
fix(kafka): data backup, support old strategy style
2022-06-22 11:03:34 +08:00
zhongwencool
fd11e02639
feat: mqtt/publish support to publish with properties and user_properties
2022-06-22 10:00:25 +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
117e040174
Merge pull request #8280 from thalesmg/acl-placeholder-nomatch-fix
...
fix(acl): do not leave placeholders unreplaced
2022-06-20 15:40:43 -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
Xinyu Liu
3bf08960da
Merge pull request #8282 from emqx/copy-of_main-v4.3
...
Main v4.3
2022-06-20 23:24:38 +08:00
Xinyu Liu
7ec49af40f
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-20 23:24:15 +08:00
Xinyu Liu
1ae070f8b3
Merge pull request #8281 from terry-xiaoyu/release_4.3.16-beta.1
...
chore: release v4.3.16-beta.1
2022-06-20 23:19:53 +08:00
Shawn
9cee40caec
chore: release v4.3.16-beta.1
2022-06-20 23:17:42 +08:00
Xinyu Liu
5a746448e1
Merge pull request #8274 from emqx/copy-of_main-v4.3
...
merge main-v4.3 -> main-v4.4
2022-06-20 14:04:28 +08:00
Xinyu Liu
dc777c68a1
Merge branch 'main-v4.4' into copy-of_main-v4.3
2022-06-20 11:22:58 +08:00
Zaiming (Stone) Shi
5220cdd1f6
ci: no more 'latest' docker tag for 4.4
2022-06-17 20:26:56 +02:00
DDDHuang
a8b74c10f2
Merge pull request #8113 from DDDHuang/export_ip_config
...
Add listening port to erlang node distribution
2022-06-17 09:45:33 +08:00
Thales Macedo Garitezi
25fd9db4cd
Merge pull request #8251 from thalesmg/upload-appup-fix
...
ci: fix appup artifact upload patterns
2022-06-16 17:49:04 -03:00
Zaiming (Stone) Shi
b4cdfcb709
Merge pull request #8160 from gsychev/webhook_json_fix
...
fix(web_hook): proper json encoding
2022-06-16 20:11:28 +01:00
Georgy Sychev
91221aa194
fix(emqx): reverted appup
2022-06-16 22:37:46 +04:00
Thales Macedo Garitezi
f0cbfff866
ci: fix appup artifact upload patterns
2022-06-16 14:37:51 -03:00
Rory Z
627112fd75
Merge pull request #8236 from Rory-Z/chore/add-pod-annotation
...
chore(helm): add pod annotation
2022-06-16 17:56:08 +08:00
Rory Z
72f21f2d55
chore(helm): add pod annotation
2022-06-16 14:01:23 +08:00
Xinyu Liu
606b6d8e6c
Merge pull request #8233 from DDDHuang/grpc065
...
fix: update grpc deps & deps in root rebar.config
2022-06-16 11:10:21 +08:00
DDDHuang
fcdb6217db
fix: update grpc deps & deps in root rebar.config
2022-06-16 10:49:53 +08:00
Thales Macedo Garitezi
b7762ede6e
Merge pull request #8225 from thalesmg/merge-43-into-44-1
...
Merge main-v4.3 into main-v4.4
2022-06-15 16:01:19 -03:00
Thales Macedo Garitezi
f08aedbf1f
Merge branch 'main-v4.3' into merge-43-into-44-1
2022-06-15 14:45:01 -03:00
Thales Macedo Garitezi
daa87e525f
Merge pull request #8228 from thalesmg/artifacts-for-all-builds-43
...
ci: upload artifacts for all builds (not just tags) (4.3)
2022-06-15 14:44:22 -03:00
Thales Macedo Garitezi
35c3eba03b
ci: upload artifacts for all builds (not just tags) (4.3)
...
Port of #8233 .
2022-06-15 14:30:52 -03:00
Thales Macedo Garitezi
a55d583de6
chore: bump more app versions
2022-06-15 14:14:34 -03:00
Thales Macedo Garitezi
13f575bc84
chore(relup): bump release and app vsns, update appups
2022-06-15 13:45:05 -03:00
Georgy Sychev
f3b596eb7e
fix(webhook): removed User-Property field from message
2022-06-15 20:29:41 +04:00
Thales Macedo Garitezi
b93a0743ac
Merge branch 'main-v4.3' into 'main-v4.4'
2022-06-15 10:48:02 -03:00
JianBo He
23616be4a4
Merge pull request #8215 from Rory-Z/chore/delete-pre-strop
...
chore(helm): delete preStop command
2022-06-15 13:47:10 +08:00