Ivan Dyachkov
|
8790e0d64f
|
docs: Generate changelog for v5.2.1 and e5.2.1
|
2023-09-20 14:07:56 +02:00 |
Ilya Averyanov
|
1959e15703
|
chore: simplify session eviction for node rebalance
|
2023-09-15 11:46:51 +02:00 |
Thales Macedo Garitezi
|
bbdcf09a86
|
docs: Generate changelog for v5.2.0-build.1
|
2023-09-11 16:33:41 -03:00 |
Thales Macedo Garitezi
|
223d47a6ac
|
Merge branch 'master' into sync-m-r52-20230911
|
2023-09-11 16:04:28 -03:00 |
Zaiming (Stone) Shi
|
abda3b130a
|
chore: delete releaed change logs
|
2023-09-08 16:39:17 +02:00 |
Zaiming (Stone) Shi
|
b2ab63fa88
|
chore: sync changelog updates from e5.2.0 to v5.2.0
|
2023-09-08 16:37:55 +02:00 |
Zaiming (Stone) Shi
|
60e9c57477
|
docs: Generate changelog for v5.2.0
|
2023-09-08 16:33:03 +02:00 |
Thales Macedo Garitezi
|
e089fda260
|
Merge pull request #11568 from thalesmg/republish-props-m-20230905
feat(republish): allow templating mqtt properties
|
2023-09-07 16:43:00 -03:00 |
Zaiming (Stone) Shi
|
f3bebb0ba2
|
Merge remote-tracking branch 'origin/master' into 0907-sync-master-to-release-52
|
2023-09-07 18:51:30 +02:00 |
Zaiming (Stone) Shi
|
3bda34fccc
|
docs: add changelog file e5.2.0.en.md
|
2023-09-07 09:53:57 +02:00 |
Thales Macedo Garitezi
|
78c5a779d7
|
feat(republish): allow templating mqtt properties
Fixes https://emqx.atlassian.net/browse/EMQX-10912
|
2023-09-06 09:54:02 -03:00 |
Zaiming (Stone) Shi
|
916306b6ba
|
chore: delete beta release feature changelog
|
2023-09-06 09:56:36 +02:00 |
Zaiming (Stone) Shi
|
e794143ae1
|
Merge remote-tracking branch 'origin/release-52' into 0906-sync-release-52-to-master
|
2023-09-06 09:08:22 +02:00 |
ieQu1
|
01a128878f
|
chore(mria): Bump mria to 0.6.1
|
2023-09-05 11:08:32 +02:00 |
Kjell Winblad
|
fa9326f8ca
|
docs: add changelog entry for gpb upgrade
|
2023-09-05 09:57:13 +02:00 |
Ivan Dyachkov
|
6d984edb13
|
chore: fix typos and use consistent wording in the changelog
|
2023-09-04 11:53:47 +02:00 |
Ivan Dyachkov
|
b2f57636bd
|
Merge remote-tracking branch 'upstream/release-51' into 0904-sync-release-51
|
2023-09-04 11:34:22 +02:00 |
Kjell Winblad
|
52546ac50f
|
Merge pull request #11522 from kjellwinblad/kjell/fix/EMQX-10778
fix: bad error message when rule engine schema name is too long
|
2023-09-04 11:05:55 +02:00 |
Ilya Averyanov
|
240afecd69
|
Merge pull request #11487 from savonarola/0821-optimize-bcrypt
feat: reduce bcrypt rounds to a usable value
|
2023-09-04 10:12:40 +03:00 |
Serge Tupchii
|
bc9b270308
|
chore: add changelog for bridges `function_clause` fixes
|
2023-09-01 19:56:07 +03:00 |
Ilya Averyanov
|
90156befb5
|
feat: improve bcrypt usability
* limit salt rounds to usable values
* update bcrypt library to enable concurrent bcrypt hash calculation
|
2023-09-01 17:36:11 +03:00 |
Kjell Winblad
|
3bb65e6b05
|
Merge pull request #11542 from kjellwinblad/kjell/fix/EMQX-10775
fix: update gpb library to fix type error
|
2023-09-01 10:07:03 +02:00 |
Thales Macedo Garitezi
|
4dfbc859f9
|
fix(plugins): update plugin order on whole cluster
Fixes https://emqx.atlassian.net/browse/EMQX-10879
|
2023-08-30 16:39:52 -03:00 |
Thales Macedo Garitezi
|
1cab687153
|
Merge pull request #11540 from thalesmg/fix-cert-path-utf8-r52-20230829
fix(bridge): validate bridge name before attempting to convert certificates
|
2023-08-30 09:45:55 -03:00 |
lafirest
|
8b3a9072f9
|
Merge pull request #11532 from lafirest/fix/frame_parse
fix(frame): improve some error reasons when parsing invalid packet
|
2023-08-30 19:10:45 +08:00 |
Kjell Winblad
|
36d44ca5b7
|
docs: add changelog entry for gpb upgrade
|
2023-08-30 11:29:29 +02:00 |
JianBo He
|
9fe4382d98
|
Merge pull request #11530 from JimMoen/chore-bump-hstreamdb-driver
chore: bump hstreamdb_erl driver to `0.4.5+v0.16.1`
|
2023-08-30 14:37:17 +08:00 |
firest
|
804443ba40
|
chore: fix typos
|
2023-08-30 11:22:09 +08:00 |
Thales Macedo Garitezi
|
0f297ffef4
|
fix(bridge): validate bridge name before attempting to convert certificates
Fixes https://emqx.atlassian.net/browse/EMQX-10865
|
2023-08-29 16:32:01 -03:00 |
firest
|
6722722522
|
fix(frame): improve some error reasons when parsing invalid packet
|
2023-08-29 10:53:20 +08:00 |
zhongwencool
|
2967b709ae
|
chore: add changelog for PR(11531)
|
2023-08-29 08:20:48 +08:00 |
Paulo Zulato
|
cc3ba18734
|
fix: increment dropped message counter when bridge is unhealthy
Fixes https://emqx.atlassian.net/browse/EMQX-10767
|
2023-08-28 19:47:11 -03:00 |
Paulo Zulato
|
2c89be04d1
|
Merge pull request #11527 from paulozulato/fix-kafka-header-template-handling
fix(kafka): fix template processing for header
|
2023-08-28 18:55:33 -03:00 |
Paulo Zulato
|
0b86f04bae
|
fix(kafka): fix template processing for header
Fixes https://emqx.atlassian.net/browse/EMQX-10846
|
2023-08-28 17:28:05 -03:00 |
SergeTupchiy
|
c04f770118
|
Merge pull request #11506 from SergeTupchiy/EMQX-10274-do-not-download-empty-trace-log
fix(emqx_trace): don't download empty trace log file
|
2023-08-28 22:17:00 +03:00 |
Serge Tupchii
|
0072749143
|
fix(emqx_trace): don't download empty trace log file
Closes: EMQX-10274
|
2023-08-28 19:25:55 +03:00 |
Thales Macedo Garitezi
|
9bded07834
|
feat: cluster purge
Fixes https://emqx.atlassian.net/browse/EMQX-10763
|
2023-08-28 10:23:20 -03:00 |
JimMoen
|
f3467f44b2
|
chore: bump hstreamdb_erl driver to `0.4.5+v0.16.1`
|
2023-08-28 17:28:50 +08:00 |
zhongwencool
|
fe37842b11
|
chore: update 11523 changelog
|
2023-08-28 11:27:32 +08:00 |
Paulo Zulato
|
84e68f8ed8
|
Merge pull request #11508 from paulozulato/fix-azure-msg-error-handling
fix(kafka): fix result handling when sending message with invalid header
|
2023-08-25 14:57:09 -03:00 |
Kjell Winblad
|
00b2712f29
|
docs: changelog entry for improved too long schema name fix
|
2023-08-25 11:09:44 +02:00 |
zhongwencool
|
fc1738188e
|
fix: packets_connack_sent is not incremented if the ack_flag field in the CONNACK packet is non-zero
|
2023-08-25 15:18:34 +08:00 |
Thales Macedo Garitezi
|
0381ac0410
|
fix(kafka_producer): use correct timestamp template field
Fixes https://emqx.atlassian.net/browse/EMQX-10847
|
2023-08-24 14:20:42 -03:00 |
Kjell Winblad
|
aad9b1c27d
|
Merge pull request #11493 from kjellwinblad/kjell/fix/11488
fix: HTTP API /api/v5/publish schema
|
2023-08-24 17:46:29 +02:00 |
Kjell Winblad
|
237d1ae255
|
docs: Generate changelog for v5.1.6
|
2023-08-24 16:51:51 +02:00 |
Paulo Zulato
|
60e6217496
|
fix(kafka): fix result handling when sending message with invalid header
Fixes https://emqx.atlassian.net/browse/EMQX-10846
|
2023-08-24 10:41:42 -03:00 |
zhongwencool
|
2322b27542
|
Merge pull request #11497 from zhongwencool/prometheus-metrics
Prometheus metrics
|
2023-08-24 12:06:32 +08:00 |
zhongwencool
|
8d2be27ade
|
chore: add changlog for 11466
|
2023-08-24 06:46:50 +08:00 |
Serge Tupchii
|
bac0f7107c
|
chore: bump OTP to 25.3.2-2 and EMQX builder to 5.1-4
|
2023-08-23 19:35:36 +03:00 |
zhongwencool
|
d287b736ec
|
chore: add changelog for 11497
|
2023-08-23 17:02:30 +08:00 |