Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.56 KB

Changelog

All notable changes to this RDK Service will be documented in this file.

  • Each RDK Service has a CHANGELOG file that contains all changes done so far. When version is updated, add a entry in the CHANGELOG.md at the top with user friendly information on what was changed with the new version. Please don't mention JIRA tickets in CHANGELOG.

  • Please Add entry in the CHANGELOG for each version change and indicate the type of change with these labels:

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.
  • 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.

  • For more details, refer to versioning section under Main README.

[0.2.0] - 2024-05-27

Added

  • Restructured the NetworkManager folder organization
  • Refactored Legacy Network & WiFiManager Plugin as JSONRPC
  • Built COMRPC Proxy Implementation as part of NetworkManager Plugin itself
  • Built out-of-process class as part of main library itself.

[0.1.0] - 2024-03-28

Added

  • Added NetworkManager plugin. A Unified NetworkManager plugin that allows you to manage Ethernet and Wifi interfaces on the device.