Thales Macedo Garitezi
af3a1326d1
chore(update_appup): bugfix: variable not pinned in lambda
2021-12-20 13:21:01 -03:00
JianBo He
b972c2aec1
Merge pull request #6490 from terry-xiaoyu/update_vsn
2021-12-20 22:10:02 +08:00
tigercl
1743c5e8b0
Merge pull request #6488 from terry-xiaoyu/ekka_vsn
...
update versions of some app
2021-12-20 18:16:52 +08:00
Shawn
23e4e101a4
chore(dashboard): bump lib-ce/emqx_dashboard to 4.3.8
2021-12-20 15:42:16 +08:00
Shawn
799aabdd04
chore(emqx): bump emqx to 4.4.0
2021-12-20 15:12:09 +08:00
Shawn
22814dc161
chore(coap): update gen_coap to v0.4.2
2021-12-20 15:07:29 +08:00
Shawn
88e7c40423
chore(ekka): update ekka vsn to 0.8.1.7
2021-12-20 14:19:45 +08:00
tigercl
2966f4a09b
Merge pull request #6487 from Rory-Z/ci/fix-update-error
...
ci(release): only push emqx broker image to aws ecr
2021-12-20 10:58:10 +08:00
zhanghongtong
f78be5a4be
ci(release): only push emqx broker image to aws ecr
2021-12-20 10:25:23 +08:00
Thales Macedo Garitezi
fef8a18bfb
chore(update_appup): insert `load_module`s after `application:stop`
...
If there is already any `application:stop(Application)` call in the
appup instructions, we prefer to add `load_module` instructions after
it, so we can be sure that the load is replaced safely.
2021-12-17 16:53:56 -03:00
Thales Macedo Garitezi
42ca5ab5a9
chore(update_appup): do not force appup render if contents are the same
...
To avoid losing comments and/or manual indentation in appup files that
are already up to date, we now check whether the contents have the
exact same terms as those we are about to write to an existint .appup
file.
2021-12-17 16:53:56 -03:00
Thales Macedo Garitezi
e1e72c144a
chore(update_appup): do not use load_module if restart_application
...
Since the appup instruction `restart_application` already loads all
modules of a given application, there is no need to introduce those
instructions if a restart is already present.
2021-12-17 16:53:56 -03:00
Thales Macedo Garitezi
3ff6661a58
chore(update_appup): take regexes into account when comparing vsns
...
This change makes the `update_appup.escript` check whether the new
version of an application (the _current_ one) is already contained in
entries in the _new_ .appup file for that application if such .appup
file contains regexes.
NOTE: this does not cover the case in which we calculate the
difference between _old_ and _new_ appup entries, and those consist of
regexes. In such case, we would need to check if one regex is
"contained" in the other, which is not currently supported by this
patch.
2021-12-17 16:53:55 -03:00
Zaiming (Stone) Shi
ccca1f53fa
chore: add details about ekka fix
2021-12-17 19:51:09 +01:00
Zaiming (Stone) Shi
5066be2385
Merge pull request #6477 from zmstone/fix-changes.md-typos
...
chore: fix CHANGES.md typos
2021-12-17 16:43:00 +01:00
Zaiming (Stone) Shi
caa6134e3b
chore: fix CHANGES.md typos
2021-12-17 16:42:37 +01:00
tigercl
fcca7f84f3
Merge pull request #6476 from zmstone/chore-introduce-CHANGE.md
...
chore: add CHANGE.md
2021-12-17 23:34:46 +08:00
Zaiming (Stone) Shi
83734612a2
chore: add CHANGE.md
2021-12-17 16:18:23 +01:00
tigercl
e443225af6
Merge pull request #6475 from zmstone/fix-emqx-appup
...
fix(appup): add missing beams to emqx.appup.src
2021-12-17 21:03:46 +08:00
tigercl
e756eb99fb
Merge pull request #6474 from tigercl/chore/vsns
...
chore(vsn): bump ehttpc and ekka version
2021-12-17 20:49:18 +08:00
Zaiming (Stone) Shi
c1cbf39552
fix(appup): add missing beams to emqx.appup.src
...
also re-formated emqx_sn.appup.src
2021-12-17 13:41:25 +01:00
zhouzb
dc9631514d
chore: ensure version bump for dashboard app
2021-12-17 20:28:54 +08:00
zhouzb
49bfabc4dc
chore(vsn): bump ehttpc and ekka version
2021-12-17 19:41:41 +08:00
tigercl
de7d510552
Merge pull request #6421 from Rory-Z/chore/bump-otp-version
...
ci: bump otp version to 24.1.5-3
2021-12-17 18:16:03 +08:00
Shawn
66e848b771
fix(code_port): improve node stop wait loop
2021-12-17 17:42:55 +08:00
tigercl
a585536a3b
Merge pull request #6468 from emqx/main-v4.3
...
Sync v4.3 to v4.4
2021-12-17 13:37:55 +08:00
tigercl
865d999e39
Merge pull request #6466 from emqx/improve_pgsql
...
chore(autotest): Improve pgsql script and change file path in emqx-fvt warehouse
2021-12-17 11:24:18 +08:00
xiangfangyang-tech
2da7f91c42
chore(autotest): improve jmeter installation mode
2021-12-17 10:50:58 +08:00
xiangfangyang-tech
0e9b608737
chore(autotest): improve pgsql script and change file path in emqx-fvt warehouse
2021-12-17 10:33:33 +08:00
tigercl
462c6efa5a
Merge pull request #6454 from terry-xiaoyu/user_property
...
fix(rules): add SQL test examples for user properties
2021-12-17 09:19:09 +08:00
Shawn
a1a9d002e3
fix(rules): add SQL test examples for user properties
2021-12-16 17:13:34 +08:00
zhongwencool
4af36ed744
Merge pull request #6448 from zhongwencool/log-trace-clientid-utf8
...
fix: trace not work if clientid is utf8
2021-12-15 15:59:41 +08:00
zhongwencool
b592565363
fix: trace not work if client is utf8
2021-12-15 09:53:46 +08:00
zhanghongtong
baf8d7d91c
ci: bump otp version to 24.1.5-3
2021-12-14 10:45:08 +08:00
zhongwencool
b4f9fe90be
Merge pull request #6442 from zhongwencool/v4.4-modules-appup
...
chore: clean up emqx_modules's appup.src for 4.4.0
2021-12-14 10:24:29 +08:00
zhongwencool
ce3006c916
chore: clean up emqx_modules's appup.src for 4.4.0
2021-12-14 10:12:05 +08:00
zhongwencool
d362d10d30
Merge pull request #6437 from HJianBo/update_coap_lwm2m_deps
...
chore: upgrade coap&lwm2m tag for otp24
2021-12-13 22:32:13 +08:00
zhongwencool
d50282dba6
Merge pull request #6434 from tigercl/chore/crypto
...
chore(otp): be compatibility with crypto in otp 24
2021-12-13 22:31:07 +08:00
tigercl
afc068a219
Merge pull request #6439 from terry-xiaoyu/otp_24_warnings_ssl
...
OTP 24 warnings ssl
2021-12-13 21:48:11 +08:00
Shawn
e9b8fc8606
fix(OTP): OTP 24 warnings for ssl:ssh_accept/1,2
2021-12-13 20:10:02 +08:00
JimMoen
61eb0e443c
Merge pull request #6438 from JimMoen/sync-from-v4.3
2021-12-13 19:35:38 +08:00
JimMoen
d76159d543
Merge remote-tracking branch 'emqx/main-v4.3' into sync-from-v4.3
2021-12-13 18:46:23 +08:00
JianBo He
396d328a70
chore: upgrade coap&lwm2m tag for otp24
2021-12-13 18:29:12 +08:00
zhouzb
9d14604935
chore: bump versions of jwt and pgsql authn to 4.4.0
2021-12-13 16:23:09 +08:00
zhouzb
a93c63f168
chore(otp): be compatibility with crypto in otp 24
2021-12-13 16:04:15 +08:00
zhongwencool
5eb4b6c173
Merge pull request #6423 from zhongwencool/fix-create-trace-failed
...
fix(trace): create trace validate type and filter more strictly
2021-12-11 16:36:25 +08:00
zhongwencool
e59c5cc3f3
fix(trace): create trace validate type and filter more strictly
2021-12-11 15:26:15 +08:00
Ilya Averyanov
38aa3d637e
Merge pull request #6425 from savonarola/ranch-compat-4.4
...
[4.4] fix(wss): update cowboy & ranch for OTP24 compatibility
2021-12-10 23:25:52 +03:00
Ilya Averyanov
c410571ee2
fix(wss): update cowboy & ranch for OTP24 compatibility
2021-12-10 20:39:25 +03:00
JimMoen
812d123453
Merge pull request #6416 from JimMoen/log-for-proxy-protocol
...
feat(frame): better log for proxy_protocol config disabled
2021-12-10 18:37:49 +08:00