Shawn
e5ca44d0b6
chore: update appups and app vsns
2023-04-21 17:03:33 +08:00
Shawn
8db1aae642
feat: improve the syntax of ${} in payload templates
2023-04-21 16:49:39 +08:00
Shawn
c0a55344c5
revert: Revert "refactor: use mneisa:subscribe/1 for rule operations"
...
This reverts commit 64309a193b
.
For relup from old versions, the emqx_rule_registry has not subscribes
the mnesia events, so we cannot update caches only when mnesia events
received.
For rolling upgrade the nodes one by one, some of the nodes has not
subscribes the mnesia events, so we cannot move the `load_hooks_for_rule`
into the mnesia events handling.
In a word, it is too complicated to use mnesia events, we use RPC instead.
2023-04-10 23:30:15 +08:00
Shawn
df23edb102
fix: logger header for rule-registry
2023-04-03 17:30:23 +08:00
Shawn
64309a193b
refactor: use mneisa:subscribe/1 for rule operations
2023-04-03 13:38:16 +08:00
Shawn
e33a5bfc89
fix: update rule_cache when get_rules/0
2023-03-31 14:17:06 +08:00
Shawn
7dbbef30c9
fix: remove emqx_rule_registry from the qlc_mod list
2023-03-31 13:51:30 +08:00
Shawn
c899a6020d
fix: update the appups
2023-03-31 13:14:44 +08:00
Shawn
8511dbfde3
perf: cache the result of emqx_rule_registry:get_rules/0
2023-03-31 13:14:39 +08:00
Shawn
cb61e5deca
chore: update the change logs
2023-03-22 10:51:10 +08:00
Shawn
0b2660f64d
chore: start emqx_retainer_worker_pool when relup
2023-03-21 18:47:28 +08:00
Shawn
0eee57e4f7
chore: update appup files
2023-03-21 17:15:26 +08:00
Shawn
3e24d287a3
fix: hide ws_cookie from logs
2023-03-21 17:08:39 +08:00
Shawn
4bfd7dd14a
fix: create dedicated pool for retainer
2023-03-21 17:05:13 +08:00
Shawn
a6cf261e66
chore: add debug logs when auth/acl ignored
2023-03-14 22:24:54 +08:00
Shawn
5402ff7fd8
chore: port changes from e4.4 back to v4.4
2023-03-09 20:16:55 +08:00
Shawn
5d3946fe23
fix: add catch-all clauses in appups
2023-03-09 10:53:53 +08:00
Shawn
2e8d207558
chore: bump versions for apps
2023-03-09 09:06:41 +08:00
Shawn
753f70bab8
chore: final EMQ X -> EMQX
2023-03-09 01:58:40 +08:00
JimMoen
3a735d8f5d
chore: bump app.src and appup.src. update changes.md
2023-02-28 19:25:52 +08:00
JimMoen
2d0d578b4f
fix: delete ssl dirs on resource destory
2023-02-28 18:41:47 +08:00
Shawn
c84096c9c8
fix: the _EXP_ON_FAIL_ was not called on throw
2023-02-15 15:55:31 +08:00
Shawn
bfa00a04dc
fix: flacky testcases emqx_rule_monitor_SUITE
2023-02-15 11:51:12 +08:00
Shawn
05d14119fa
fix: keep v4.4 files sync with e4.4
2023-02-13 13:08:22 +08:00
Erik Timan
8f4e390840
chore: bump VSN and appup
2023-02-09 17:20:31 +01:00
Erik Timan
c4c2f570ff
feat(emqx_prometheus): expose live_connections stats to prometheus
2023-02-09 17:20:31 +01:00
Xinyu Liu
df3c114938
Merge pull request #9943 from lafirest/fix/more_logs
...
fix(auth): add more detailed logs for auth/acl
2023-02-09 18:41:50 +08:00
firest
a6c6ae6206
chore: bump versions && update appup
2023-02-09 15:16:06 +08:00
firest
3314d9616d
fix(auth): add more detailed logs for auth/acl
2023-02-09 14:08:42 +08:00
Xinyu Liu
a4bada457b
Merge pull request #9942 from emqx/http-api-publish-crash
...
Http api publish crash
2023-02-09 13:55:12 +08:00
zhongwencool
6f5e6e7f9b
Merge pull request #9933 from zhongwencool/keepalive-undefined
...
fix: don't crash when connecting via keepalive=0
2023-02-08 20:06:38 +08:00
Shawn
8c478fd7f3
chore: update emqx_rule_engine.appup.src
2023-02-08 18:46:49 +08:00
Shawn
04cae4ef60
fix: republish MQTT msgs with properties crash
2023-02-08 18:44:46 +08:00
zhongwencool
c8d4ebfc45
fix: don't crash when connecting via keepalive=0
2023-02-08 17:09:11 +08:00
Shawn
82c2ea980d
fix: change EMQ X -> EMQX
2023-02-08 15:04:57 +08:00
Shawn
231f591dd8
fix: print warning logs when request JWKS server failed
2023-02-08 15:00:53 +08:00
Shawn
2528eb07b5
chore: bump emqx_bridge_mqtt to 4.3.8
2023-02-08 13:50:19 +08:00
Shawn
f7e6783402
fix: typos in some rule-action's descriptions
2023-02-08 13:49:35 +08:00
Shawn
5b518eedb8
fix(http-api): using a fixed order when cluster query nodes
2023-02-07 17:16:04 +08:00
Shawn
73c6275788
chore: update emqx_rule_engine.appup.src
2023-02-04 12:53:29 +08:00
Shawn
c22e2a0d18
fix: add retry for rules
2023-02-04 12:48:12 +08:00
JianBo He
26cec4be69
Merge pull request #9869 from HJianBo/upgrade-gen-coap-44
...
Upgrade gen coap to v0.4.3
2023-01-31 18:29:21 +08:00
Stefan Strigler
6e66d52d31
Merge pull request #9803 from sstrigler/main-v4.4
...
feat: support HAProxy protocol for mgmt API
2023-01-31 10:31:56 +01:00
JianBo He
c3e1c8a054
chore(coap): update gen_coap to v0.4.3
2023-01-31 15:16:35 +08:00
Zaiming (Stone) Shi
7c476fd80b
Merge pull request #9790 from lafirest/feat/banned_with_delayed
...
feat: improve the integration of the banned and the delayed/retain feature
2023-01-30 16:40:03 +01:00
Shawn
e459180015
fix: restart oracle resources at relup
2023-01-30 14:53:20 +08:00
firest
482952e951
chore: bump app version
2023-01-30 10:24:52 +08:00
firest
7fd7cfc665
feat: filter out messages which the source client is banned when delivering the retained message
2023-01-29 20:26:11 +08:00
Stefan Strigler
2b407cf0fa
feat: support HAProxy protocol for mgmt API
2023-01-19 13:24:33 +01:00
Shawn
c3e494c735
chore: update esockd to 5.8.8
2023-01-19 10:02:46 +08:00