Zaiming (Stone) Shi
63f6fa8584
docs: add changelog for PR 12264
2024-01-08 20:43:58 +01:00
ieQu1
88f649531b
Merge pull request #12264 from ieQu1/avoid-starting-ds-when-feature-is-off
...
fix(ds): Don't start the supervision tree when feature is off
2024-01-08 17:52:08 +00:00
ieQu1
caf461fdf6
fix(ds): Don't start the supervision tree when feature is not in use
2024-01-08 17:59:19 +01:00
JianBo He
a7ad2266ce
Merge pull request #12271 from Kinplemelon/kinple/for-upgrade-dashboard
...
chore: upgrade dashboard to v1.6.1 for ce
2024-01-08 18:13:05 +08:00
Kinplemelon
fb140a1246
chore: upgrade dashboard to v1.6.1 for ce
2024-01-08 16:49:06 +08:00
Ivan Dyachkov
66c8faa87e
Merge pull request #12262 from id/0105-release-5.4.1
...
release 5.4.1
2024-01-05 13:16:00 +01:00
Ivan Dyachkov
d04ac08d1d
chore: release 5.4.1
2024-01-05 11:48:28 +01:00
zhongwencool
42ec566771
Merge pull request #12259 from Kinplemelon/kinple/for-upgrade-dashboard
...
chore: upgrade dashboard to e1.4.1 for ee
2024-01-05 14:24:33 +08:00
Kinplemelon
4edd4b4db8
chore: upgrade dashboard to e1.4.1 for ee
2024-01-05 11:51:47 +08:00
Andrew Mayorov
ca3109dfa6
Merge pull request #12256 from keynslug/fix/mysql-wo-pwd
...
fix(mysql): expect password may be missing from config
2024-01-04 16:40:21 +01:00
Andrew Mayorov
ace6081792
chore: add changelog entry
2024-01-04 15:16:27 +01:00
Andrew Mayorov
304fe84434
fix(mysql): expect password may be missing from config
2024-01-04 15:16:27 +01:00
zhongwencool
338e14ad54
Merge pull request #12250 from zhongwencool/deobfuscate-config
...
fix: incorrectly attempt to update the field value when the previous …
2024-01-04 13:59:01 +08:00
zhongwencool
90404b62a4
fix: incorrectly attempt to update the field value when the previous field don't have value
2024-01-04 10:12:34 +08:00
JianBo He
b4c4103eab
Merge pull request #12246 from id/0102-docker-do-not-expose-11883
...
chore: do not expose 11883 by default in docker as we do not listen on it
2024-01-04 09:14:03 +08:00
zhongwencool
f2f099ff18
Merge pull request #12249 from zhongwencool/log-prompt-garbled
...
fix: the API prompt garbled characters for updating the configuration
2024-01-03 16:00:46 +08:00
zhongwencool
00e8a36dbe
fix: the API prompt garbled characters for updating the configuration
2024-01-03 15:34:45 +08:00
Ivan Dyachkov
b33f46f82a
Merge pull request #12248 from id/0102-prep-5.4.1-alpha.1
...
5.4.1-alpha.1
2024-01-02 15:21:30 +01:00
Ivan Dyachkov
d4c83cf463
chore: tag 5.4.1-alpha.1
2024-01-02 14:37:45 +01:00
Ivan Dyachkov
4c761b0ff9
docs: add changelog entry
2024-01-02 10:50:15 +01:00
Ivan Dyachkov
1649f67996
chore: do not expose 11883 by default in docker as we do not listen on it
2024-01-02 10:07:05 +01:00
Zaiming (Stone) Shi
2b61f5290d
Merge pull request #12236 from zmstone/1227-ensure-short-mqtt-bridge-clientid
...
fix(bridge/mqtt): ensure short clientid
2023-12-28 16:06:09 +01:00
zhongwencool
a6acebb4aa
Merge pull request #12240 from zhongwencool/ft-api-e-541
...
fix: return raw config when update ft's config
2023-12-28 22:25:22 +08:00
Andrew Mayorov
0eb737c96e
Merge pull request #12241 from keynslug/fix/EMQX-11665/s3-headers
...
fix(s3): handle extra configured headers correctly
2023-12-28 15:23:53 +01:00
Andrew Mayorov
72677f69d4
chore: add changelog entry
2023-12-28 14:49:05 +01:00
Andrew Mayorov
18dc9b2516
fix(s3): remove `emqx_bridge_http` from runtime dependencies
...
Otherwise it's impossible to test `emqx_s3` in isolation.
2023-12-28 14:13:22 +01:00
Andrew Mayorov
1d9374125c
chore: bump `emqx_s3` to 5.0.13
2023-12-28 14:12:33 +01:00
Andrew Mayorov
33ef964582
fix(s3): handle extra configured headers correctly
...
* Header names in config become atoms.
(Probably because of blanket `unsafe_atom_key_map/1` in `emqx_config`)
* Header names should be normalized to lowercase.
(Otherwise signature will be incorrect)
2023-12-28 13:55:05 +01:00
Zaiming (Stone) Shi
4669c4d552
fix(bridge/mqtt): ensure short clientid
...
Some mqtt brokers do not allow long client IDs.
To make it compatible with this limitation, this commit
tries to limit the number of bytes under 23 with a best-effort
attempt to derive it from the bridge name.
2023-12-28 11:53:27 +01:00
JianBo He
d26f56e99b
Merge pull request #12238 from emqx/compatible-bridge-http-conf
...
fix(bridge-http): compatible conf with the error format introduced in 5.3.2
2023-12-28 16:18:44 +08:00
zhongwencool
1fd67564ce
fix: return raw config when update ft's config
2023-12-28 14:49:36 +08:00
JianBo He
3ce2f225d7
test: update the test config
2023-12-28 13:48:51 +08:00
JianBo He
c0aba14d27
chore: update changes
2023-12-28 11:41:20 +08:00
JianBo He
b6391cf18c
fix(bridge-http): compatible conf with the error format introduced in 5.3.2
2023-12-28 11:36:48 +08:00
SergeTupchiy
2d209ec576
Merge pull request #12234 from SergeTupchiy/EMQX-11643-fix-otel-conf-incompatibility
...
fix(emqx_opentelemetry): use converter to convert legacy metrics config
2023-12-27 15:44:28 +02:00
Serge Tupchii
423b8b4274
fix(emqx_opentelemetry): use converter to convert legacy metrics config
...
HOCON converter is cleaner and safer option,
that will also work for configurations defined in emqx.conf.
Previously used `upgrade_raw_conf/1` is currently not supported in hocon_cli (used in bin/emqx).
Fixes: EMQX-11643
2023-12-27 14:15:12 +02:00
Zaiming (Stone) Shi
f36b842d94
chore: prepare for e5.4.0 retag
2023-12-23 11:18:19 +01:00
Zaiming (Stone) Shi
f1e1a05f4c
docs: rename changelog e5.4.0-build.1.en.md to e5.4.0-build.2.en.md
2023-12-22 20:12:10 +01:00
Zaiming (Stone) Shi
77c0a288b2
Merge pull request #12225 from zmstone/1222-fix-config-update-for-ft
...
1222 fix config update for ft
2023-12-22 20:10:54 +01:00
Zaiming (Stone) Shi
ac6e4cf2cc
fix: config update for ft
2023-12-22 19:01:14 +01:00
Zaiming (Stone) Shi
733196aa83
chore: prepare for e5.4.0-build.2
2023-12-22 18:59:46 +01:00
Zaiming (Stone) Shi
8530a18285
docs: rename changelog from e5.4.0 to changes/e5.4.0-build.1
2023-12-22 14:03:34 +01:00
Zaiming (Stone) Shi
5b5d4a6f68
chore: bump release version to e5.4.0-build.1
2023-12-22 14:00:12 +01:00
Zaiming (Stone) Shi
157dc12047
Merge pull request #12219 from zhongwencool/ft-deobfuscate-keys
...
fix: FT deobfuscate secret key
2023-12-22 13:58:08 +01:00
zhongwencool
a16bce8c24
fix: deobfuscate ft's secret keys in api
2023-12-22 13:13:44 +01:00
Zaiming (Stone) Shi
20543d55ef
chore: bump app vsn
2023-12-22 13:13:30 +01:00
Zaiming (Stone) Shi
e9d453405a
Merge pull request #12217 from zmstone/1221-release-5.4.0
...
chore: prepare for release version 5.4.0
2023-12-21 21:09:11 +01:00
Zaiming (Stone) Shi
36d2929534
chore: prepare for release version 5.4.0
2023-12-21 19:51:12 +01:00
Zaiming (Stone) Shi
a9b1b82546
Merge pull request #12210 from keynslug/feat/EMQX-11579/schema-type-doc
...
feat(schema): provide type-level documentation snippets
2023-12-21 18:46:22 +01:00
Zaiming (Stone) Shi
d9b3280f30
Merge pull request #12214 from zhongwencool/update-actions-connectors
...
fix: emqx conf ctl load failed with connectors/actions
2023-12-21 17:39:44 +01:00