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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ All notable changes to this RDK Service will be documented in this file.
14
14
15
15
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
16
16
17
+
## [1.3.0] - 2025-09-17
18
+
### Added
19
+
- Implemented NetworkManagerProxy library which can help Thunder to Create COM-RPC connection to Out-Of-Process plugin
20
+
- Implemented Internet Connectivity Monitoring for specific to Primary Interface.
21
+
- Updated to not to post onInternetStatusChanged event when secondary interface is disturbed.
22
+
17
23
## [1.2.0] - 2025-09-15
18
24
### Changed
19
25
- Reverted NetworkManager to continue to run as out-of-process-plugin
@@ -23,7 +23,7 @@ org.rdk.NetworkManager interface for Thunder framework.
23
23
<aname="head.Scope"></a>
24
24
## Scope
25
25
26
-
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.2.0). It includes detailed specification about its methods provided and notifications sent.
26
+
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.3.0). It includes detailed specification about its methods provided and notifications sent.
27
27
28
28
<aname="head.Case_Sensitivity"></a>
29
29
## Case Sensitivity
@@ -1840,6 +1840,7 @@ Triggered when internet connection state changed.The possible internet connectio
1840
1840
| params.prevStatus | string | The previous internet connection status |
1841
1841
| params.state | integer | The internet connection state |
1842
1842
| params.status | string | The internet connection status |
1843
+
| params.interface | string | The internet status change on default interface |
1843
1844
1844
1845
### Example
1845
1846
@@ -1851,7 +1852,8 @@ Triggered when internet connection state changed.The possible internet connectio
0 commit comments