Zhongwen Deng
71d20d153b
fix: replace deep_merge with merge.
2022-03-03 22:52:46 +08:00
Zhongwen Deng
4dfcb90b16
fix: get_roots broken
2022-03-03 20:31:30 +08:00
Thales Macedo Garitezi
f3e7ec43dd
Merge pull request #7190 from thalesmg/fix-typos
...
docs: fix a few typos
2022-03-03 08:57:51 -03:00
Zhongwen Deng
a862eb0252
chore: add more test for emqx_config_handler
2022-03-03 17:39:32 +08:00
Ilya Averyanov
4b19fb575a
Merge pull request #7187 from savonarola/mongo-no-double-pooling
...
chore(mongodb): do not use mongodb internal pool
2022-03-03 11:47:41 +03:00
lafirest
c0df5cd80f
Merge pull request #7193 from lafirest/fix/retainer_api
...
fix(retainer): fix config lookup error
2022-03-03 10:58:35 +08:00
JianBo He
7ba1db759e
Merge pull request #7182 from HJianBo/mqttsn-replay-register
2022-03-03 10:55:45 +08:00
lafirest
be61d918bf
fix(retainer): fix config lookup error
2022-03-03 10:43:08 +08:00
JianBo He
cc7db4a104
Merge pull request #7183 from lafirest/refactor/retainer_api
...
refactor(retainer): refactor the api use swagger
2022-03-03 09:55:13 +08:00
Zaiming (Stone) Shi
0f93c23936
Merge pull request #7186 from zmstone/structured-build-info
...
build: more structured build info
2022-03-02 23:58:08 +01:00
Zaiming (Stone) Shi
72dbfeee14
Merge pull request #7191 from zmstone/build-update-builder-to-5.0-8
...
Build update builder to 5.0 8
2022-03-02 23:57:49 +01:00
Zaiming (Stone) Shi
e6495f4300
ci: upgrade emqx-builder to 5.0-8:1.13.3-24.2.1-1
2022-03-02 21:57:26 +01:00
Zaiming (Stone) Shi
d1cf1cca67
ci: add debian11
2022-03-02 21:56:10 +01:00
Zaiming (Stone) Shi
4e64010a3b
build: more structured build info
2022-03-02 21:22:03 +01:00
Zaiming (Stone) Shi
18abf7bd1e
Merge pull request #7188 from thalesmg/bugfix-exclude-gpb-from-build
...
fix(mix): do not include gpb in the release
2022-03-02 21:21:48 +01:00
Thales Macedo Garitezi
4aa15c1e78
docs: fix a few typos
2022-03-02 16:21:07 -03:00
Thales Macedo Garitezi
c9058121a1
chore: add gpb check to elixir build
2022-03-02 14:57:39 -03:00
Thales Macedo Garitezi
e69ca61d49
fix(mix): do not include gpb in the release
...
Since `gpb` is a GPL compile-time-only dependency, we should not
include it in the release.
Note that adding `gpb: :none` to the release applications list *will*
make Mix include its files *and* reference them in the startup +
release scripts...
2022-03-02 14:49:06 -03:00
Ilya Averyanov
a0cd877669
chore(mongodb): do not use mongodb internal pool
2022-03-02 16:26:39 +03:00
JianBo He
61251be20b
Merge pull request #7185 from lafirest/fix/retainer_update
...
fix(retainer): trap exit message
2022-03-02 18:16:06 +08:00
JianBo He
4460373cd5
Merge pull request #7184 from lafirest/fix/slow_subs_state
...
fix(slow_subs): change enable to false when unload
2022-03-02 18:11:36 +08:00
lafirest
4a9ba7f8b8
fix(retainer): trap exit message
2022-03-02 17:06:48 +08:00
lafirest
d7321e8b77
fix(slow_subs): change enable to false when unload
2022-03-02 16:54:25 +08:00
JianBo He
63ef00a208
fix(gw): add takeover_session/3 for cm_proto_v1
2022-03-02 16:43:53 +08:00
lafirest
ddb7786d30
refactor(retainer): refactor the api use swagger
2022-03-02 16:37:54 +08:00
JianBo He
7ade24b344
feat(mqttsn): support to register unknown topic-name to the client
2022-03-02 14:58:43 +08:00
JianBo He
5b1ba335cb
chore(session): add obtain_next_pkt_id/1
...
In the current implement, mqtt-sn gateway is using the emqx_session as
its session structure. We need a method to get a pkt_id for sending like
REGISTER related messages
2022-03-02 14:58:43 +08:00
JianBo He
ddf3585b22
refactor(gw): support session takeover
2022-03-02 14:58:43 +08:00
JianBo He
123b667eb0
Merge pull request #7128 from lafirest/refactor/retainer_flow_control
...
refactor(emqx_retainer): use hierarchical limiter for the flow control
2022-03-02 14:46:56 +08:00
JianBo He
365e0c7f34
Merge pull request #7180 from HJianBo/update-dashboard-vsn
...
Update dashboard vsn
2022-03-02 14:12:44 +08:00
lafirest
9bdebabdbc
fix(retainer): fix/add some comment
2022-03-02 11:34:19 +08:00
JianBo He
612611c954
chore: update dashboard vsn to 0.21.0
2022-03-02 10:48:39 +08:00
JianBo He
8d837f88de
Merge pull request #7171 from lafirest/fix/auto_subscribe
...
fix(emqx_auto_subscribe): fix config update not work in cluster
2022-03-02 10:16:46 +08:00
JianBo He
480e17ccb5
Merge pull request #7178 from lafirest/fix/topic_rewrite
...
fix(emqx_rewrite): fix config update not work in cluster
2022-03-02 10:14:52 +08:00
firest
df2da949f1
fix(emqx_rewrite): fix config update not work in cluster
2022-03-01 23:11:21 +08:00
Dmitrii
b4439c6710
Merge pull request #7176 from ieQu1/fix-add-hook
...
test(emqx_hook): Fix flaky t_add_hook_order test
2022-03-01 15:52:22 +01:00
Zaiming (Stone) Shi
f39ae6dfa7
Merge pull request #7177 from zmstone/docs-add-more-detailed-desc-for-strict-mode
...
docs: add more details desc for strct_mode config
2022-03-01 14:58:14 +01:00
ieQu1
87d7698e1e
test(emqx_hook): Fix flaky t_add_hook_order test
2022-03-01 14:15:11 +01:00
JimMoen
88b69dd806
Merge pull request #7175 from JimMoen/mqtt-frame-utf8-check
...
feat(frame): utf-8 string check in `strict_mode`
2022-03-01 21:02:26 +08:00
Zaiming (Stone) Shi
be34b927ad
docs: add more detailed description for strict_mode config
2022-03-01 13:11:16 +01:00
lafirest
134625b046
Merge pull request #7166 from lafirest/fix/event_message
...
fix(emqx_event_message): fix config update not work in cluster
2022-03-01 19:05:49 +08:00
JimMoen
0849a2d4c7
test(frame): malformed utf-8 packet
2022-03-01 18:55:31 +08:00
JimMoen
9a75004759
feat(frame): utf-8 string check in `strict_mode`
2022-03-01 18:51:56 +08:00
lafirest
32a995ffe9
fix(emqx_auto_subscribe): fix config update not work in cluster
2022-03-01 18:10:31 +08:00
lafirest
24cba8efa1
fix(emqx_event_message): fix config update not work in cluster
2022-03-01 15:08:21 +08:00
Zaiming (Stone) Shi
de0a074384
Merge pull request #7162 from zmstone/refactor-compile-time-release-edition
...
refactor: make release edition static info at compile time
2022-02-28 18:36:03 +01:00
Zaiming (Stone) Shi
b3745715c4
build: support a default edition
2022-02-28 17:03:42 +01:00
Zaiming (Stone) Shi
d029a73b99
refactor: make release edition static info at compile time
2022-02-28 16:37:47 +01:00
Zaiming (Stone) Shi
96815539c1
chore: delete unused template values
2022-02-28 15:25:51 +01:00
Zaiming (Stone) Shi
a9deb43f7e
Merge pull request #7160 from zmstone/fix-data-dir-for-windows
...
fix: get data_dir from config for windows
2022-02-28 15:12:16 +01:00