Skip to content

Commit 7b9596b

Browse files
authored
Merge pull request #3148 from emqx/r510-remove-duplicated-changelog
fix(changelog): Removed duplicated 5.8.7 changelogs
2 parents d66d383 + 4df6532 commit 7b9596b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

en_US/changes/changes-ee-v5.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -718,23 +718,6 @@ Make sure to check the breaking changes and known issues before upgrading to EMQ
718718

719719
### Bug Fixes
720720

721-
- [#15383](https://github.com/emqx/emqx/pull/15383) Fixed a potential resource leak in the MQTT bridge. When the bridge failed to start, the topic index table was not properly cleaned up. This fix ensures that the index table is correctly deleted to prevent resource leaks.
722-
- [#15331](https://github.com/emqx/emqx/pull/15331) Fixed an issue in the InfluxDB action where line protocol conversion failed if the `timestamp` in `WriteSyntax` was left blank and no timestamp field was provided in the rule. Now the system's current millisecond value is used instead, and millisecond precision is enforced.
723-
- [#15274](https://github.com/emqx/emqx/pull/15274) Improved the resilience of Postgres, Matrix, and TimescaleDB connectors by triggering a full reconnection on any health check failure. Previously, failed health checks could leave the connection in a broken state, causing operations to hang and potentially leading to out-of-memory issues.
724-
- [#15224](https://github.com/emqx/emqx/pull/15224) Fixed an issue where updating an External Schema Registry via the Dashboard would unintentionally overwrite the existing password with `******`. The password is now correctly preserved during updates.
725-
- [#14989](https://github.com/emqx/emqx/pull/14989) Optimized the Kinesis Connector and Action to significantly reduce the number of AWS API calls during startup and health checks. This change helps prevent exceeding AWS Kinesis API rate limits (e.g., `ListStreams` and `DescribeStream`), which previously led to frequent health check failures when using larger connection pools or multiple connectors.
726-
- [#15299](https://github.com/emqx/emqx/pull/15299) Fixed a `badarg` error that occurred when exporting OpenTelemetry metrics.
727-
728-
## 5.8.7
729-
730-
*Release Date: 2025-07-02*
731-
732-
### Enhancements
733-
734-
- [#15364](https://github.com/emqx/emqx/pull/15364) Added support for custom HTTP headers in the OpenTelemetry gRPC (over HTTP/2) integration. This enhancement enables compatibility with collectors that require HTTP authentication.
735-
736-
### Bug Fixes
737-
738721
- [#15383](https://github.com/emqx/emqx/pull/15383) Fixed a potential resource leak in the MQTT bridge. When the bridge failed to start, the topic index table was not properly cleaned up. This fix ensures that the index table is correctly deleted to prevent resource leaks.
739722
- [#15331](https://github.com/emqx/emqx/pull/15331) Fixed an issue in the InfluxDB action where line protocol conversion failed if the `timestamp` in `WriteSyntax` was left blank and no timestamp field was provided in the rule.
740723
Now the system's current millisecond value is used instead, and millisecond precision is enforced.

0 commit comments

Comments
 (0)