You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
Starting from v2.2.5, all notable changes to this project will be documented in this file.
4
4
5
+
## v4.3.4
6
+
7
+
### Release Notes
8
+
9
+
This release focuses on **MQTT connectivity robustness and operational convenience**, introducing **configurable MQTT Client ID support** and **in-app restart capability**.
10
+
11
+
By allowing explicit control over the **MQTT Client ID**, AnyShake Observer can now avoid client collisions and better integrate with managed brokers and shared infrastructures. In addition, the new **in-app restart mechanism** improves maintainability by enabling controlled restarts without external process management.
12
+
13
+
### New Features
14
+
15
+
- Added support for **configurable MQTT Client ID**, allowing users to explicitly define the client identifier used when connecting to the MQTT broker.
16
+
- Added support for **in-app restart**, enabling the service to restart itself without external supervisors or manual intervention.
0 commit comments