Commit Graph

11580 Commits

Author SHA1 Message Date
zhouzb f4cb8610ea
Merge pull request #8997 from tigercl/chore/bump-chart-vsn
chore: bump vsn for helm chart
2022-09-17 22:00:09 +08:00
zhouzb f0db2c0f12 chore: bump vsn for helm chart 2022-09-17 21:56:47 +08:00
zhouzb b48e3a5264
Merge pull request #8989 from tigercl/chore/bump-vsn
chore: bump vsn to 5.0.8
2022-09-16 19:32:59 +08:00
zhouzb ba37ab4938 chore: bump vsn to 5.0.8 2022-09-16 19:32:17 +08:00
zhouzb eb21947c46
Merge pull request #8988 from tigercl/chore/bump-dashboard-vsn
chore: bump dsahboard vsn
2022-09-16 19:20:17 +08:00
zhouzb a9e6e1b6c8 chore: bump dsahboard vsn 2022-09-16 19:18:56 +08:00
JimMoen a48160eae2
Merge pull request #8979 from JimMoen/fix-mqtt-bridge-anonymous-client
fix(bridge): mqtt bridge client info `username` & `password`
2022-09-16 16:06:01 +08:00
JimMoen a660004fa4 fix(bridge): mqtt bridge client info `username` & `password`
for non configured `username` and `password`, default values `<<>>` should be
used. emqtt needs the values.
2022-09-16 15:09:51 +08:00
zhouzb 2985810763
Merge pull request #8969 from tigercl/chore/bump-vsn
chore: bump vsn
2022-09-15 10:22:53 +08:00
zhouzb 8054144357 chore: bump vsn 2022-09-15 10:20:25 +08:00
Xinyu Liu d9c9a1dec3
Merge pull request #8958 from JimMoen/fix-ssl-drop-invalid-certs
fix(bridge/authz/exhook): no need to drop invalid certs
2022-09-15 09:01:08 +08:00
JianBo He 8845da130e
Merge pull request #8957 from HJianBo/strip-double-quote
chore: support strip double quote in authn/authz
2022-09-14 17:35:41 +08:00
lafirest 9ffbff11c2
Merge pull request #8956 from lafirest/fix/redis_authn
fix(authn_redis): Add new clause for non-existent key check
2022-09-14 17:05:34 +08:00
firest 8590fef829 fix(authn_redis): Avoid duplicating check for non-existent keys 2022-09-14 16:30:59 +08:00
JianBo He a461375b30 chore: support strip double quote in authn/authz
more compatibility for https://github.com/emqx/emqx/pull/8827
2022-09-14 15:25:31 +08:00
firest 62fd955a0e fix(authn_redis): make dialyzer happy 2022-09-14 14:16:43 +08:00
JimMoen f018b8ab49 fix(bridge/authz/exhook): no need to drop invalid certs 2022-09-14 14:08:55 +08:00
firest 9e97760520 fix(authn_redis): Add new clause for non-existent key check
fix #8800
when the key not-existing, redis may return a list that all elements are `undefined`
2022-09-14 11:30:26 +08:00
zhongwencool 53bc6f47e7
Merge pull request #8948 from zhongwencool/deprecated-etc-dir
chore: deprecated etc_dir since 5.0.8
2022-09-14 10:05:10 +08:00
JimMoen 122a5b4c5e
Merge pull request #8949 from JimMoen/fix-mqtt-bridge-payload
fix: mqtt bridge payload default value
2022-09-14 10:00:33 +08:00
Xinyu Liu ef467c49bd
Merge pull request #8951 from terry-xiaoyu/readme_build_appple_m1_m2
chore: update readme doc for building on apple m1/m2
2022-09-14 09:55:07 +08:00
Shawn 17ccb77c79 chore: update readme doc for building on apple m1/m2 2022-09-13 20:36:57 +08:00
JimMoen b5bf5d3adb fix: mqtt bridge payload default value 2022-09-13 18:58:01 +08:00
zhouzb 2c7d518c19
Merge pull request #8851 from zhongwencool/denny-update-local-override-conf
feat: deny hot updates to the configuration in local-override.conf
2022-09-13 18:49:51 +08:00
Zhongwen Deng 56c1ac5a82 chore: deprecated etc_dir since 5.0.8 2022-09-13 18:38:36 +08:00
JianBo He 9e07f074bf
Merge pull request #8866 from HJianBo/port-exhook-exproto-bugfixes
fix(exproto): avoid udp client process leaking
2022-09-13 18:29:41 +08:00
JianBo He e282e3986f Merge branch 'using-erlang-system-time-5' into release-v5.0.8 2022-09-13 11:22:57 +08:00
JianBo He 522f650096 chore: apply review suggestions 2022-09-13 10:28:53 +08:00
JianBo He 44f8108228 chore: update app vsn 2022-09-13 09:15:50 +08:00
JianBo He 4384cae29e test: fix failed tests 2022-09-13 09:15:50 +08:00
JianBo He aed2df5811 chore: update grpc vsn in mix.exs 2022-09-13 09:15:50 +08:00
JianBo He 533569ad2a chore: fix app vsn check 2022-09-13 09:15:50 +08:00
JianBo He 8803719346 chore: update changes 2022-09-13 09:15:49 +08:00
JianBo He fbc2130865 test: add test for idle_timeout parameter 2022-09-13 09:15:28 +08:00
JianBo He f8614196ac test: ensure udp client keepalive value getting right value 2022-09-13 09:15:28 +08:00
JianBo He ebb2824e15 test: ensure hooks has unloaded if grpc is blocked 2022-09-13 09:15:28 +08:00
JianBo He dfc6e34680 fix(exproto): avoid udp client process leaking
porting from v4.x:
- https://github.com/emqx/emqx/pull/8575
- https://github.com/emqx/emqx/pull/8628
- https://github.com/emqx/emqx/pull/8725
2022-09-13 09:15:28 +08:00
lafirest 17edd79561
Merge pull request #8936 from lafirest/sync/master-to-5.0.8
Sync/master to 5.0.8
2022-09-09 16:03:43 +08:00
firest 311fa5288f chore: update CHANGES-5.0.md 2022-09-09 15:31:50 +08:00
firest 061e3c264b fix(authn_redis): fix that redis authn will deny the unknown users 2022-09-09 15:28:01 +08:00
lafirest 67013ac35a
Merge pull request #8933 from lafirest/sync/master-to-5.0.8
Sync/master to 5.0.8
2022-09-09 11:31:16 +08:00
firest b43eaceab6 chore: update CHANGES-5.0.md 2022-09-09 10:46:42 +08:00
firest 5ba31cb192 fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners`
Old:
    API: POST /listeners/{type:demo}
    Body: {"type" : "tcp", "id" : "tcp:demo"}
New:
    API: POST /listeners
    Body: {"type" : "tcp", "name" : "demo"}
2022-09-09 10:46:42 +08:00
firest 9368ae9fa8 test(retainer): add test case for start after retianer is disabled 2022-09-09 10:46:42 +08:00
firest 8768884e2b chore: bump emqx_retainer version && update CHANGES-5.0.md 2022-09-09 10:46:42 +08:00
firest 42e2d00cfa fix(retainer): fix that EMQX can't start when the retainer is disabled 2022-09-09 10:46:41 +08:00
Zaiming (Stone) Shi 8062084e4b
Merge pull request #8909 from Rory-Z/ci/update-docker-build
ci(docker): add edition for docker image labels
2022-09-08 13:54:18 +02:00
zhongwencool 0e633f87b3
Merge branch 'master' into denny-update-local-override-conf 2022-09-08 17:17:07 +08:00
JianBo He de8bf0909c chore: update changes 2022-09-08 16:16:49 +08:00
JianBo He 641763d4d7 chore: update app.src 2022-09-08 16:14:42 +08:00