DDDHuang
02e7f3bfe0
feat: backup data support old versions dir
2022-03-15 15:05:48 +08:00
zhongwencool
dd86ece33e
Merge pull request #7308 from zhongwencool/set-keepalive-via-body
...
feat: Support set keepalive via queryString & Body HTTP API.
2022-03-15 14:30:42 +08:00
JianBo He
a3d8981635
refactor(mqttsn): assign subs_resume to mqtt-sn client process state
2022-03-15 11:28:40 +08:00
JianBo He
af65310ce7
chore(script): update_appup.escript support the update cmd
...
We often use the advanced directive `update` when hot upgrading
gen_server, gen_statem, and other such processes, and it will be
parsed as:
```
{suspend,[Mod]},
{load,{Mod,brutal_purge,brutal_purge}},
{code_change,up,[{Mod,[Extra]}]},
{resume,[Mod]},
```
So, we should treat the update instruction as having completed the
upgrade of this module.
2022-03-15 10:51:30 +08:00
JianBo He
3823ab8693
fix: typos in emqx_sn.appup.src
2022-03-15 10:51:30 +08:00
JianBo He
f8b7b9415d
chore(mqttsn): update appup.src
2022-03-15 10:51:30 +08:00
JianBo He
fcf1178f3b
chore: update CHANGES-4.3.md
2022-03-15 10:51:29 +08:00
JianBo He
d4c1b3acc6
test(mqttsn): more tests for topic register and subs_resume
2022-03-15 10:51:05 +08:00
JianBo He
3201d11212
feat(mqttsn): introduce subs_resume option
...
As the mqtt-sn v1.2 spec metioned, the gateway will be able to sync the
subscriptions topic-name registry to client when the client resume it's
session
port from: https://github.com/emqx/emqx-sn/pull/195
2022-03-15 10:51:05 +08:00
zhongwencool
4adc914372
feat: Support set keepalive via queryString & Body HTTP API.
2022-03-15 10:40:01 +08:00
Chris Hicks
eb5d9fa501
Merge pull request #7298 from mononym/fix-mongodb-timeout-crash
...
fix: prevent crash when mongodb connection times out
2022-03-14 17:01:09 +01:00
Chris
440523138b
fix: prevent crash when mongodb connection times out
2022-03-14 15:09:49 +01:00
Zaiming (Stone) Shi
c4f609eb42
Merge pull request #7295 from zmstone/fix-ensure-bash-for-systemd-service
...
chore: ensure bash wraper in emqx.service, restart wait 60 seconds
2022-03-14 13:28:35 +01:00
Chris Hicks
32fac8b67b
Merge pull request #7299 from mononym/fix-typo-in-log-message
...
fix: typo in log message
2022-03-14 12:55:04 +01:00
Chris
55eddfa16c
fix: typo in log message
2022-03-14 10:18:18 +01:00
DDDHuang
1ec0377a69
fix: api file path with filename:join(List) & app up
2022-03-14 16:11:07 +08:00
Zaiming (Stone) Shi
223642e62b
chore: ensure bash wraper in emqx.service, restart wait 60 seconds
2022-03-14 08:08:04 +01:00
DDDHuang
2da3333879
fix: check backup file type & legal json
2022-03-14 14:16:34 +08:00
JianBo He
59bae0a27a
Merge pull request #7274 from zhongwencool/dashboard-login-warning
...
chore: Prompt user how to change the dashboard default password when emqx start
2022-03-11 12:41:56 +08:00
Zaiming (Stone) Shi
d58bfed751
Merge tag 'v4.4.1' into main-v4.4
2022-03-10 16:50:32 +01:00
zhongwencool
f82550ddc6
chore: Prompt user how to change the dashboard default password when emqx start
2022-03-10 23:01:58 +08:00
JianBo He
ecc2f069f6
Merge pull request #7261 from JimMoen/mqtt-frame-utf8-check
...
feat(frame): utf-8 string check in `strict_mode`
2022-03-10 13:21:14 +08:00
JimMoen
892600f43f
docs: update CHANGES-4.3.md
2022-03-10 13:13:07 +08:00
JimMoen
8ea84e4a01
chore(appup): update appup.src
2022-03-10 12:12:42 +08:00
JimMoen
dce513df0e
test(frame): malformed utf-8 packet
2022-03-10 11:39:44 +08:00
JimMoen
c0b688b51f
feat(frame): utf-8 string check in `strict_mode`
2022-03-10 11:23:44 +08:00
Rory Z
96695bcec5
Merge pull request #7245 from Rory-Z/build/update-helm
...
build(helm): add preStop command for container
2022-03-10 09:20:38 +08:00
Chris Hicks
2a4aa5a8b5
Merge pull request #7249 from mononym/fix-mongodb-deadloop
...
fix: update mongodb client to include deadloop fix
2022-03-09 11:49:23 +01:00
Zaiming (Stone) Shi
cedeff4dab
build(appup): fix module delete instructions
...
when there is a application_restart instruction, there is no
need to add module delete instructions
2022-03-09 11:18:02 +01:00
Chris
ca5637b4a3
fix: update mongodb client to include deadloop fix
2022-03-09 10:57:29 +01:00
Zaiming (Stone) Shi
de990b98f1
Merge pull request #7243 from zmstone/merge-v43-to-v44
...
Merge v43 to v44
2022-03-09 06:48:36 +01:00
zhanghongtong
8057282d7d
build(helm): add preStop command for container
...
update probe for container
2022-03-09 11:26:03 +08:00
Zaiming (Stone) Shi
27617539f1
fix(appup): adjust update-appup.sh for 4.4.
2022-03-08 19:31:21 +01:00
Zaiming (Stone) Shi
571456b3c4
Merge remote-tracking branch 'origin/main-v4.3' into main-v4.4
2022-03-08 18:59:38 +01:00
Zaiming (Stone) Shi
04fa1980c0
Merge pull request #7229 from zmstone/build-fix-update_appup
...
build(update_appup): refactor appup update scripts
2022-03-08 15:20:44 +01:00
Zaiming (Stone) Shi
d8e29f19cb
refactor(appup): always generate appup from script
2022-03-08 13:24:54 +01:00
Zaiming (Stone) Shi
85d87a768a
Merge pull request #7230 from lafirest/fix/flakey_test
...
test(slow_subs): fix the flaky case, relax the range check
2022-03-08 11:04:12 +01:00
Xinyu Liu
9fbc211fd0
Merge pull request #7196 from DDDHuang/usort_plugins
...
fix(plugins): usort plugin list
2022-03-08 11:03:00 +08:00
lafirest
03374cdf14
test(slow_subs): fix the flaky case, relax the range check
2022-03-07 17:54:13 +08:00
Zaiming (Stone) Shi
f8004fdd26
Merge pull request #7221 from zmstone/build-exclude-gpb-in-appup-update
...
build(appup): exclude gpb from appup checks
2022-03-07 06:47:00 +01:00
Zaiming (Stone) Shi
e34b110e84
Merge pull request #7219 from zmstone/merge-v4.3-to-v4.4
...
Merge v4.3 to v4.4
2022-03-07 06:46:05 +01:00
DDDHuang
fbd70b02bc
fix: override plugins list
2022-03-07 10:32:49 +08:00
DDDHuang
7884238073
fix(doc): better change log
...
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-03-07 09:53:19 +08:00
Zaiming (Stone) Shi
111b93b4ea
fix(update-appup): pass in --repo option even when download bin package
...
the repo url is NOT used to clone the source,
but used to determin the sub-dir name when extracting the zip package
2022-03-05 17:24:49 +01:00
Zaiming (Stone) Shi
1ae46cc22a
build(appup): exclude gpb from appup checks
2022-03-05 16:49:58 +01:00
Zaiming (Stone) Shi
8df4fb98af
Merge pull request #7220 from zmstone/fix-appup-update-for-ee
...
build: fix update-appup for ee
2022-03-05 12:03:42 +01:00
Zaiming (Stone) Shi
0a6e2d596b
build: fix update-appup for ee
2022-03-05 11:49:44 +01:00
Zaiming (Stone) Shi
521f47ff80
build: add 4.4 dashboard download
2022-03-05 10:46:56 +01:00
Zaiming (Stone) Shi
87a2155fb5
Merge remote-tracking branch 'origin/main-v4.3' into main-v4.4
2022-03-05 10:40:03 +01:00
Zaiming (Stone) Shi
67c6206718
Merge pull request #7218 from zmstone/fix-unclosed-action-issue-credit-mohammadiahmad
...
fix(helm): fix unclosed action issue
2022-03-05 10:38:53 +01:00