.. |
emqx
|
chore: bump version to 5.4.0-alpha.2
|
2023-12-18 13:51:21 +01:00 |
emqx_audit
|
fix: use microsecond precision as the primary key for audit logs to prevent duplication
|
2023-12-15 09:07:04 +08:00 |
emqx_auth
|
feat: don't merge default headers if user already setting one
|
2023-12-13 08:47:55 +08:00 |
emqx_auth_http
|
feat: don't merge authz default headers if user already setting
|
2023-12-15 09:45:42 +08:00 |
emqx_auth_jwt
|
chore: bump apps versions
|
2023-11-14 11:02:26 +01:00 |
emqx_auth_ldap
|
fix(authn_ldap): Improve the type inference of method union
|
2023-12-08 19:26:29 +08:00 |
emqx_auth_mnesia
|
fix(dialyzer): batch 2
|
2023-12-08 17:59:55 +01:00 |
emqx_auth_mongodb
|
Merge remote-tracking branch 'upstream/release-54'
|
2023-11-14 19:38:21 +01:00 |
emqx_auth_mysql
|
feat(emqx_bridge_mysql): port to shared connectors
|
2023-12-08 16:15:18 +01:00 |
emqx_auth_postgresql
|
chore: bump apps versions
|
2023-11-14 11:02:26 +01:00 |
emqx_auth_redis
|
chore: bump app vsn for emqx_auth_redis
|
2023-12-01 08:37:37 +01:00 |
emqx_auto_subscribe
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_bridge
|
Merge pull request #12184 from sstrigler/EMQX-11587-use-common-functions-to-create-api-schemata-and-examples-in-action-implementations
|
2023-12-15 19:02:14 +01:00 |
emqx_bridge_azure_event_hub
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_bridge_cassandra
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_bridge_clickhouse
|
feat(clickhouse): accept wrapped secrets as passwords
|
2023-11-14 16:05:24 +07:00 |
emqx_bridge_confluent
|
Merge pull request #12053 from zmstone/1129-prepare-for-otp26
|
2023-11-30 19:38:40 +01:00 |
emqx_bridge_dynamo
|
feat(dynamo): accept wrapped secrets as passwords
|
2023-11-14 16:05:52 +07:00 |
emqx_bridge_gcp_pubsub
|
fix: project sub-fields in action/connector `resource_opts` for some bridges
|
2023-12-14 12:09:32 -03:00 |
emqx_bridge_greptimedb
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_bridge_hstreamdb
|
test: fix some compile warnings
|
2023-12-11 09:43:13 +01:00 |
emqx_bridge_http
|
Merge pull request #12144 from thalesmg/fix-conn-schema-query-mode-r54-20231211
|
2023-12-13 09:19:46 -03:00 |
emqx_bridge_influxdb
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_bridge_iotdb
|
feat(iotdb): accept wrapped secrets as passwords
|
2023-11-14 16:05:53 +07:00 |
emqx_bridge_kafka
|
fix(bridge_kafka_producer): add missing `resource_opts` sub-fields to connector schema
|
2023-12-04 10:02:05 -03:00 |
emqx_bridge_kinesis
|
feat(kinesis): accept wrapped secrets as passwords
|
2023-11-14 16:05:52 +07:00 |
emqx_bridge_matrix
|
fix(actions_api): add missing fields to `POST` API schema
|
2023-12-06 11:13:09 -03:00 |
emqx_bridge_mongodb
|
refactor(emqx_bridge): common api_fields fn for actions
|
2023-12-15 14:23:33 +01:00 |
emqx_bridge_mqtt
|
fix(dialyzer): batch 2
|
2023-12-08 17:59:55 +01:00 |
emqx_bridge_mysql
|
refactor(emqx_bridge): common api_fields fn for actions
|
2023-12-15 14:23:33 +01:00 |
emqx_bridge_opents
|
chore: unified slog message formatting to improve logging consistency
|
2023-09-20 18:13:00 +08:00 |
emqx_bridge_oracle
|
feat(oracle): accept wrapped secrets as passwords
|
2023-11-14 16:05:24 +07:00 |
emqx_bridge_pgsql
|
fix: project sub-fields in action/connector `resource_opts` for some bridges
|
2023-12-14 12:09:32 -03:00 |
emqx_bridge_pulsar
|
fix(dialyzer): batch 2
|
2023-12-08 17:59:55 +01:00 |
emqx_bridge_rabbitmq
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_bridge_redis
|
fix: project sub-fields in action/connector `resource_opts` for some bridges
|
2023-12-14 12:09:32 -03:00 |
emqx_bridge_rocketmq
|
feat(rocketmq): accept wrapped secrets as passwords
|
2023-11-14 16:05:53 +07:00 |
emqx_bridge_sqlserver
|
fix(bridges): handle secrets more consistently
|
2023-11-14 16:05:54 +07:00 |
emqx_bridge_syskeeper
|
fix(dialyzer): batch 2
|
2023-12-08 17:59:55 +01:00 |
emqx_bridge_tdengine
|
feat(pgsql): accept wrapped secrets as passwords
|
2023-11-14 16:05:23 +07:00 |
emqx_bridge_timescale
|
fix(actions_api): add missing fields to `POST` API schema
|
2023-12-06 11:13:09 -03:00 |
emqx_conf
|
fix: use microsecond precision as the primary key for audit logs to prevent duplication
|
2023-12-15 09:07:04 +08:00 |
emqx_connector
|
Merge pull request #12162 from thalesmg/fix-lookup-timeout-r54-20231213
|
2023-12-14 13:36:26 -03:00 |
emqx_ctl
|
fix: incorrect behavior in audit logs during stop and start of EMQX
|
2023-12-12 14:29:39 +08:00 |
emqx_dashboard
|
Merge pull request #12138 from zmstone/1208-fix-dialyzer
|
2023-12-11 12:52:56 +01:00 |
emqx_dashboard_rbac
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_dashboard_sso
|
fix(sso): Correctly handle wrapped passwords when updating
|
2023-12-14 10:07:04 +08:00 |
emqx_durable_storage
|
test: fix some compile warnings
|
2023-12-11 09:43:13 +01:00 |
emqx_enterprise
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_eviction_agent
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_exhook
|
fix(exhook): `client.authorize` hook always uses real-topic
|
2023-12-11 14:11:18 +08:00 |
emqx_ft
|
fix(dialyzer): batch 2
|
2023-12-08 17:59:55 +01:00 |
emqx_gateway
|
Merge pull request #12175 from HJianBo/fix-ocpp-listener-bug
|
2023-12-15 14:12:00 +08:00 |
emqx_gateway_coap
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_gateway_exproto
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_gateway_gbt32960
|
fix(gw_jt808): client keepalive timer
|
2023-12-15 09:25:03 +08:00 |
emqx_gateway_jt808
|
docs(gw_jt808): fix and reformat data exchange guide
|
2023-12-18 03:21:49 +08:00 |
emqx_gateway_lwm2m
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_gateway_mqttsn
|
test: upgrade failed tests
|
2023-12-15 12:40:29 +08:00 |
emqx_gateway_ocpp
|
test: enable-disable gw ocpp
|
2023-12-15 18:01:06 +08:00 |
emqx_gateway_stomp
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_gcp_device
|
chore: bump apps versions
|
2023-11-14 11:02:26 +01:00 |
emqx_ldap
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_license
|
fix: license watermark percent support float
|
2023-12-12 17:27:31 +08:00 |
emqx_machine
|
fix: incorrect behavior in audit logs during stop and start of EMQX
|
2023-12-12 14:29:39 +08:00 |
emqx_management
|
fix: ensure config update error text is readable
|
2023-12-13 17:07:28 +08:00 |
emqx_modules
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_mongodb
|
chore: bump apps versions
|
2023-11-30 20:01:12 +01:00 |
emqx_mysql
|
feat(emqx_bridge_mysql): port to shared connectors
|
2023-12-08 16:15:18 +01:00 |
emqx_node_rebalance
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_opentelemetry
|
fix(emqx_opentelemetry): convert exporter SSL files
|
2023-12-15 14:59:26 +02:00 |
emqx_oracle
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_plugins
|
test: replace 'slave' and 'ct_slave' with 'peer'
|
2023-12-01 08:07:09 +01:00 |
emqx_postgresql
|
fix: project sub-fields in action/connector `resource_opts` for some bridges
|
2023-12-14 12:09:32 -03:00 |
emqx_prometheus
|
fix: only return recommend setting when get prometheus api
|
2023-12-11 14:49:32 +08:00 |
emqx_psk
|
feat(schema): Add v2 scheam JSON dump
|
2023-11-22 13:12:35 +01:00 |
emqx_redis
|
chore: update eredis_cluster to 0.8.3
|
2023-12-13 09:39:15 +08:00 |
emqx_resource
|
fix(connector_api): avoid calling resource process to get channels
|
2023-12-14 10:22:46 -03:00 |
emqx_retainer
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_rule_engine
|
feat(rule_engine): also bump `unknown` counter for unrecoverable action errors
|
2023-12-14 13:42:28 -03:00 |
emqx_s3
|
fix(dialyzer): fix some dialyzer issues found on otp 26
|
2023-12-06 20:32:49 +01:00 |
emqx_schema_registry
|
test: replace 'slave' and 'ct_slave' with 'peer'
|
2023-12-01 08:07:09 +01:00 |
emqx_slow_subs
|
chore(auth): update tests
|
2023-10-05 13:41:50 +03:00 |
emqx_telemetry
|
test: fix some compile warnings
|
2023-12-11 09:43:13 +01:00 |
emqx_utils
|
fix: use microsecond precision as the primary key for audit logs to prevent duplication
|
2023-12-15 09:07:04 +08:00 |