zhouzb
|
fce93c5a17
|
feat(migration): improve modules migration and add test cases
|
2021-11-15 17:44:23 +08:00 |
zhongwencool
|
96d2615cc8
|
fix: return error code when trace log not foundd (#6168)
|
2021-11-15 17:41:22 +08:00 |
k32
|
61c68ddb35
|
feat(rpc): Bump gen_rpc version
|
2021-11-15 10:27:08 +01:00 |
Zaiming (Stone) Shi
|
7dc944a154
|
Merge pull request #6160 from zmstone/chore-check-version-before-build
build: ensure git tag matches release version
|
2021-11-15 09:07:37 +01:00 |
zhongwencool
|
23e2bd62c5
|
fix: there should not be multiple layers of directories when download trace zip file (#6165)
|
2021-11-15 15:53:49 +08:00 |
zhanghongtong
|
cace53a02b
|
build: update docker build
|
2021-11-15 14:33:23 +08:00 |
tigercl
|
8c119ea6d9
|
Merge pull request #6149 from Rory-Z/main-v4.4
chore(cluster): add new type for dns auto cluster
|
2021-11-15 13:48:19 +08:00 |
tigercl
|
276db400c2
|
Merge pull request #6150 from tigercl/feat/mongo-srv
feat(mongo srv): support srv for mongodb authentication
|
2021-11-15 11:25:17 +08:00 |
zhongwencool
|
6bd5fd218e
|
chore: limit/page to position/bytes (#6161)
|
2021-11-15 11:02:45 +08:00 |
lafirest
|
0357f7ad85
|
improve(emqx_st_statistics): optimize the parameters of on_publish_done (#6151)
* fix(emqx_st_statistics): optimize the parameters of on_publish_done
|
2021-11-15 11:00:04 +08:00 |
lafirest
|
87a2667e35
|
fix(emqx_retainer): fix timer message error (#6156)
* fix(emqx_retainer): fix timer message error
|
2021-11-15 10:57:59 +08:00 |
zhanghongtong
|
f46084438b
|
chore(cluster): add new type for dns auto cluster
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-11-15 10:46:52 +08:00 |
zhanghongtong
|
7e91a47be8
|
ci: update workflows
|
2021-11-15 10:45:27 +08:00 |
zhanghongtong
|
454f609aa6
|
build: emqx package name scheme include otp version
|
2021-11-15 10:45:27 +08:00 |
zhouzb
|
cb18538957
|
fix(mong srv): fix wrong configuration
|
2021-11-15 10:27:56 +08:00 |
zhouzb
|
25f504c90a
|
feat(mongo srv): support srv for mongodb authentication
|
2021-11-15 10:26:38 +08:00 |
Shawn
|
d305111929
|
Merge pull request #6076 from HJianBo/enhance-message-hook
feat(exhook): expose headers for on_messages_publish hook
|
2021-11-15 10:23:16 +08:00 |
JianBo He
|
f7bdd6defe
|
chore(lwm2m): fix bad appup.src
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
08cf0326b3
|
chore(exhook): bump version to 4.4.0
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
6b40048d29
|
chore: put the pool_size default value to avoid hot upgrade failure
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
2be33b33e3
|
chore: fix elvis warnings
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
f194ae65d2
|
chore: update appup.src
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
8dfc8ed96b
|
chore: fill message headers
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
7d06e48b4b
|
chore: remove needless catch
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
f2d99017a0
|
chore(exhook): update appup.src
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
641f36514f
|
chore: fix elvis warnings
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
5922521e49
|
test(props): cover messages headers
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
44008b9a6d
|
chore: fix compiling warnings
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
c170d076e3
|
feat(exhook): expose process pool_size for grpc client
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
b756e7d17a
|
chore: upgrade grpc to 0.6.4
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
012c741592
|
chore(exhook): update appup.src
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
ef2a5c1dc7
|
chore(exhook): fix diaylzer warnings
|
2021-11-15 09:50:32 +08:00 |
JianBo He
|
6fb3ff1f9f
|
feat(exhook): expose headers for on_messages_publish hook
|
2021-11-15 09:50:32 +08:00 |
Zaiming Shi
|
0971567cff
|
build: ensure git tag matches release version
|
2021-11-14 18:23:30 +01:00 |
lafirest
|
ad4d3fc652
|
chore(emqx_retainer): refresh the timestamp when dispatch retained message (#6155)
1. refresh the timestamp when dispatch retained message
2. fix some elvis style error
|
2021-11-12 21:26:44 +08:00 |
zhongwencool
|
8bf6668e4c
|
Set keepalive via http api (#6143)
* feat: set keepalive over http api
* chore: elvis warning
* fix: bump retainer to 4.4.0
|
2021-11-12 20:11:59 +08:00 |
Zaiming (Stone) Shi
|
5f8d9db64b
|
Merge pull request #6142 from HJianBo/put-message-headers
Fill the message headers
|
2021-11-12 12:51:48 +01:00 |
JianBo He
|
54bb3ddaf2
|
Merge branch 'main-v4.3' into put-message-headers
|
2021-11-12 19:25:39 +08:00 |
Zaiming Shi
|
d512c474be
|
Merge tag 'v4.3.10' into main-v4.3
|
2021-11-12 11:52:54 +01:00 |
Zaiming (Stone) Shi
|
5412cf4c78
|
Merge pull request #6154 from lafirest/fix/revert_refresh_retained
Revert "fix(emqx_retainer): refresh the timestamp when dispatch retai…
|
2021-11-12 11:38:38 +01:00 |
firest
|
e9ce8e7586
|
fix(emqx_retainer): revert the "refresh the timestamp when dispatch retained message"
This reverts commit 66d0c44e36 .
|
2021-11-12 18:36:26 +08:00 |
zhongwencool
|
f3de1bdb77
|
fix: make sure enable boolean() (#6147)
|
2021-11-12 15:48:30 +08:00 |
JianBo He
|
d8f37be210
|
chore(lwm2m): fix bad appup.src
|
2021-11-12 15:38:49 +08:00 |
lafirest
|
66d0c44e36
|
fix(emqx_retainer): refresh the timestamp when dispatch retained message (#6148)
|
2021-11-12 14:51:02 +08:00 |
Shawn
|
e7bbe98a7a
|
fix(ekka): update ekka to 0.8.2
|
2021-11-12 14:48:58 +08:00 |
lafirest
|
a4a7cac647
|
fix(eqmx_st_statistics): add ignore_before_create in config (#6140)
1. allows not to process the message before the session is created
to solve the problem caused by clean session = false
2. fix some elvis errors
|
2021-11-12 14:00:48 +08:00 |
tigercl
|
0003b05247
|
Merge pull request #6138 from emqx/chore/release
chore(release): update version to 4.3.10
|
2021-11-12 11:34:45 +08:00 |
JianBo He
|
8e4c2c88c3
|
chore: use PROTO_VER marco
|
2021-11-12 10:45:26 +08:00 |
JianBo He
|
439fb3a403
|
chore: fix elvis warnings
|
2021-11-12 10:43:21 +08:00 |
JianBo He
|
0c5cb1b9ac
|
chore: update appup.src
|
2021-11-12 10:43:21 +08:00 |