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
All notable changes to this RDK Service will be documented in this file.
2
+
3
+
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.
4
+
5
+
Please Add entry in the CHANGELOG for each version change and indicate the type of change with these labels:
6
+
Added for new features.
7
+
Changed for changes in existing functionality.
8
+
Deprecated for soon-to-be removed features.
9
+
Removed for now removed features.
10
+
Fixed for any bug fixes.
11
+
Security in case of vulnerabilities.
12
+
13
+
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.
14
+
15
+
For more details, refer to versioning section under Main README.
16
+
17
+
## [1.0.0] - 2024-12-01
18
+
### Added
19
+
- New RDK Service MigrationPreparer to aid the Data Harvesting process, where it exposes APIs to applications such as ResidentApp and others to store user settings in a standardized format (as a JSON file) suitable for EntOS consumption. The MigrationPreparer Thunder plugin will exist only in the RDKV ecosystem.
0 commit comments