forked from rdkcentral/rdkservices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rdkcentral#5458 from yuvaramachandran-gurusamy/mai…
…n_RDKTV-30790 RDKTV-30790 added retry logic for IARM connect failure
- Loading branch information
Showing
2 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
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. | ||
## [1.0.1] - 2024-06-25 | ||
### Fixed | ||
- Added retry logic for IARM connect failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters