Ivan Dyachkov
822ed71282
chore: release 5.7.2
2024-08-06 13:25:56 +02:00
Kinple
b8fd5de2a5
Merge pull request #13577 from Kinplemelon/kinple/upgrade-dashboard
...
chore(dashboard): bump dashboard version to v1.9.2 & e1.7.2
2024-08-06 19:02:50 +08:00
Kinplemelon
3ee84d60ae
chore(dashboard): bump dashboard version to v1.9.2 & e1.7.2
2024-08-06 18:11:35 +08:00
Kinple
caf1897979
Merge pull request #13574 from Kinplemelon/kinple/upgrade-dashboard
...
chore(dashboard): bump dashboard version to e1.7.2-beta.7
2024-08-06 10:51:03 +08:00
Kinplemelon
dbbd5e1458
ci: update emqx docs link in dashboard
2024-08-06 09:33:20 +08:00
Kinplemelon
0ab31df9d2
chore(dashboard): bump dashboard version to v1.9.2-beta.1 & e1.7.2-beta.7
2024-08-06 09:32:17 +08:00
lafirest
4644072fd8
Merge pull request #13570 from lafirest/fix/api_key_bootstrap
...
fix(api_key): do not crash boot when the bootstrap file is not exists
2024-08-05 16:33:43 +08:00
firest
c9c4d1a196
fix(api_key): do not crash boot when the bootstrap file is not exists
2024-08-05 15:56:05 +08:00
JimMoen
09ec31908b
Merge pull request #13357 from JimMoen/fix-utf8-frame-error-connack
...
Stop returning `CONNACK` or `DISCONNECT` to clients that sent malformed CONNECT packets.
- Only send `CONNACK` with reason code `frame_too_large` for MQTT-v5.0 when connecting if the protocol version field in CONNECT can be detected.
- Otherwise **DONOT** send any CONNACK or DISCONNECT packet.
2024-08-02 15:24:30 +08:00
lafirest
b94ec4014f
Merge pull request #13563 from lafirest/fix/payload_encode
...
fix(log): respect payload encoding settings when formatting packets
2024-08-02 14:38:12 +08:00
firest
74c346f9d1
fix(log): respect payload encoding settings when formatting packets
2024-08-02 12:41:30 +08:00
zhongwencool
8a33ef8576
Merge pull request #13562 from zhongwencool/fix-deactivate-alarm
...
fix: deactivate alarm before create resource
2024-08-02 12:08:27 +08:00
zhongwencool
6c2033ecbf
fix: deactivate alarm before create resource
2024-08-02 11:03:59 +08:00
zmstone
51530588ef
ci: fix a typo in commented out docker-compose yaml file
2024-08-01 22:41:42 +02:00
JimMoen
f792418a68
Merge pull request #13552 from JimMoen/fix-plugin-app-takes-too-long
...
fix: add a startup timeout limit for the plugin application
2024-08-01 16:46:09 +08:00
JimMoen
4915cc0da6
chore: add changelog entry for 13357
2024-08-01 15:23:58 +08:00
JimMoen
15b3f4deb0
fix: rm unused func and exports
2024-08-01 15:00:24 +08:00
JimMoen
7a251c9ead
test: handle frame error for CONNECT packets
2024-08-01 10:26:31 +08:00
JimMoen
37a89d0094
fix: enrich parse_state and connection serialize opts
2024-08-01 10:26:31 +08:00
JimMoen
c313aa89f0
fix: try throw proto_ver and proto_name when parsing CONNECT packet
2024-08-01 10:26:31 +08:00
JimMoen
6db1c0a446
refactor: separate function to handle `frame_error`
2024-08-01 10:26:31 +08:00
JimMoen
d4508a4f1d
chore: sync master `elvis.config`
2024-08-01 10:26:31 +08:00
Ivan Dyachkov
577f1a7d8a
Merge pull request #13553 from id/20240731-ci-fix-docker-build
...
ci: fix docker images build
2024-07-31 16:04:47 +02:00
Thales Macedo Garitezi
08c58cc319
Merge pull request #13543 from thalesmg/20240730-r57-sr-delete-protobuf-cache
...
fix(schema registry): clear protobuf code cache when deleting/updating serdes
2024-07-31 10:16:48 -03:00
Thales Macedo Garitezi
150fee87f1
Merge pull request #13541 from thalesmg/20240730-r57-unset-crl-check-listener
...
fix(crl): force remove CRL fields from SSL opts after listener update
2024-07-31 10:16:35 -03:00
JimMoen
c658cfe269
fix: make static_check happy
2024-07-31 17:17:13 +08:00
JimMoen
a246551914
fix: add a startup timeout limit for the plugin application
2024-07-31 17:17:11 +08:00
JimMoen
b1c8bc2421
Merge pull request #13548 from JimMoen/feat-plugin-on-config-changed-callback
...
feat: call plugin's app module `on_config_changed/2` callback
2024-07-31 16:40:48 +08:00
Ivan Dyachkov
8d8ff6cf5d
ci: fix docker images build
...
/etc/docker/daemon.json requires root for read access
2024-07-31 10:27:04 +02:00
JimMoen
e6bfc14cc9
fix: try-catch optional `on_config_changed/2` plugin app callback
2024-07-31 10:09:02 +08:00
JimMoen
3d1f0c756c
feat: call plugin's app module `on_config_changed/2` callback
...
assume the module: `[PluginName]_app`
2024-07-31 10:09:02 +08:00
Thales Macedo Garitezi
ebb69f4ebf
fix(crl): force remove crl fields from SSL opts after listener update
...
Fixes https://emqx.atlassian.net/browse/EMQX-12785
2024-07-30 14:00:24 -03:00
Thales Macedo Garitezi
fd961f9da7
fix(schema registry): clear protobuf code cache when deleting/updating serde
...
Fixes https://emqx.atlassian.net/browse/EMQX-12789
2024-07-30 13:52:34 -03:00
JianBo He
c347c2c285
Merge pull request #13540 from zmstone/0729-rule-funciton-getenv-should-be-limited-to-vars-with-prefix-EMQXVAR_
...
refactor: force getenv to access only OS env with prefix EMQXVAR_
2024-07-30 08:23:24 +08:00
zmstone
a49cd78aae
refactor: force getenv to access only OS env with prefix EMQXVAR_
2024-07-29 23:54:00 +02:00
zmstone
7f7d0741d2
Merge pull request #13528 from zmstone/0726-unrecoverable-error-limit
...
0726 unrecoverable error limit
2024-07-29 21:32:14 +02:00
zmstone
5b50d5433a
Merge pull request #13537 from thalesmg/20240729-r57-auto-decode-payload-kprodu
...
feat: attempt to automatically decode `payload` similar to key and message templates
2024-07-29 21:03:41 +02:00
zmstone
eab440e0c1
docs: add changelog for PR 13528
2024-07-29 20:41:57 +02:00
zmstone
e08425e67d
refactor(log-throttler): remove unnecessary code
...
there is no need to reset counters before erasing
2024-07-29 20:41:27 +02:00
zhongwencool
f6f1d32da0
feat: throttle with resource_id
2024-07-29 20:41:27 +02:00
zhongwencool
2924ec582a
feat: add unrecoverable_resource_error throttle
2024-07-29 20:41:27 +02:00
zhongwencool
8dc1d1424a
chore: add resource tag for log
2024-07-29 20:41:27 +02:00
Thales Macedo Garitezi
693d5dd394
feat: attempt to automatically decode `payload` similar to key and message templates
2024-07-29 13:01:06 -03:00
lafirest
60aefd1065
Merge pull request #13520 from lafirest/feat/scram-rest-acl
...
feat(scram): supports ACL rules in `scram_restapi` backend
2024-07-29 22:46:50 +08:00
JianBo He
c637422302
Merge pull request #13518 from thalesmg/20240724-r57-dynamic-kprodu-action-mkIII
...
feat(kafka producer): allow dynamic topics (mkIII)
2024-07-29 22:43:20 +08:00
Thales Macedo Garitezi
6786c9b517
refactor: improve descriptions and identifiers
...
Co-authored-by: zmstone <zmstone@gmail.com>
2024-07-29 09:45:52 -03:00
Thales Macedo Garitezi
8913de10c0
Merge pull request #13527 from thalesmg/20240726-r57-multiple-froms-sql-test
...
fix(rule engine tester): fix message publish with bridge source in from clause
2024-07-29 09:37:17 -03:00
JianBo He
0b0a28ae44
chore: update changes/ee/feat-13504.en.md
...
Co-authored-by: zmstone <zmstone@gmail.com>
2024-07-29 10:45:24 +08:00
Thales Macedo Garitezi
1d56ac6e5e
refactor: change topic schema type
2024-07-26 14:26:21 -03:00
Thales Macedo Garitezi
4e0742c66f
feat: make kafka producer freely dynamic
2024-07-26 14:25:20 -03:00