From 8f454d542f4175faf652de76da29691daeec6000 Mon Sep 17 00:00:00 2001 From: bn480_comcast Date: Thu, 12 Mar 2026 17:11:59 +0530 Subject: [PATCH 1/2] RDKEMW-15363 change log updates for 0.1.1 Signed-off-by: bn480_comcast --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2da9fef1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [0.1.1](https://github.com/rdkcentral/middleware-player-interface/compare/0.1.0...0.1.1) + +- RDKEMW-14777 : L1 coverage failure fix [`#87`](https://github.com/rdkcentral/middleware-player-interface/pull/87) +- RDKEMW-13297:Player-interface component separation phase1 [`#75`](https://github.com/rdkcentral/middleware-player-interface/pull/75) +- main merge [`#80`](https://github.com/rdkcentral/middleware-player-interface/pull/80) +- RDKEMW-14084:Enable L1 tests trigger-able manually [`#77`](https://github.com/rdkcentral/middleware-player-interface/pull/77) +- RDKEMW-13781:Create ISSUES_TEMPLATE for middleware-player-interface [`#74`](https://github.com/rdkcentral/middleware-player-interface/pull/74) +- RDKEMW-11934 : Fix build failure in MAC [`#64`](https://github.com/rdkcentral/middleware-player-interface/pull/64) +- RDKEMW-9809 : Latest AAMP sync [`#49`](https://github.com/rdkcentral/middleware-player-interface/pull/49) +- player-interface component separation phase1 [`b5b95a9`](https://github.com/rdkcentral/middleware-player-interface/commit/b5b95a99abf0b4389ccd894d2599d72c3729486d) +- Add include path for taglib compatibility header and resolve sssl package issue [`03052c7`](https://github.com/rdkcentral/middleware-player-interface/commit/03052c7c4dd531472444c05986695796c8e210ea) +- ISSUES TEMPLATE [`b3b2802`](https://github.com/rdkcentral/middleware-player-interface/commit/b3b280201c96de276ed162af9592b432c05d3614) + +#### 0.1.0 + +> 13 December 2025 + +- RDKEMW-9809 : Latest AAMP code sync [`#52`](https://github.com/rdkcentral/middleware-player-interface/pull/52) +- resolve L1 failure [`#51`](https://github.com/rdkcentral/middleware-player-interface/pull/51) +- Cleaned up cmakelist [`#37`](https://github.com/rdkcentral/middleware-player-interface/pull/37) +- Deploy fossid_integration_stateless_diffscan_target_repo action [`#41`](https://github.com/rdkcentral/middleware-player-interface/pull/41) +- Deploy cla action [`#40`](https://github.com/rdkcentral/middleware-player-interface/pull/40) +- RDKEMW-7909 Generation of L1 coverage report with github script [`#36`](https://github.com/rdkcentral/middleware-player-interface/pull/36) +- L1 test cases from LLM team is merged [`#32`](https://github.com/rdkcentral/middleware-player-interface/pull/32) +- Revert "Release/1.0.0" [`#34`](https://github.com/rdkcentral/middleware-player-interface/pull/34) +- Release/1.0.0 [`#33`](https://github.com/rdkcentral/middleware-player-interface/pull/33) +- Feature/rdkemw 7076 [`#27`](https://github.com/rdkcentral/middleware-player-interface/pull/27) +- RDKEMW-6985 : NEED TO BUILD THE PLAYER INTERFACE AS PART OF INSTALL SCRIPT [`#24`](https://github.com/rdkcentral/middleware-player-interface/pull/24) +- Feature/rdk 58340 [`#14`](https://github.com/rdkcentral/middleware-player-interface/pull/14) +- RDKEMW-6568 : Merge feature/RDKEMW-6561 to develop [`#16`](https://github.com/rdkcentral/middleware-player-interface/pull/16) +- RDKEMW-5868 Native build workflow added for coverity [`#15`](https://github.com/rdkcentral/middleware-player-interface/pull/15) +- Rebasing [`#22`](https://github.com/rdkcentral/middleware-player-interface/pull/22) +- dev sync [`#18`](https://github.com/rdkcentral/middleware-player-interface/pull/18) +- RDKEMW-6667 PI-CLI fix initial problems [`#17`](https://github.com/rdkcentral/middleware-player-interface/pull/17) +- RDKEMW-6103 Create initial player interface CLI program [`#9`](https://github.com/rdkcentral/middleware-player-interface/pull/9) +- Feature/rdkemw 5868 - Workflow added for native build . Native build will be provided as input for coverity scan [`#11`](https://github.com/rdkcentral/middleware-player-interface/pull/11) +- RDKEMW-5974 Build Player Integration Interface on MacOS [`#8`](https://github.com/rdkcentral/middleware-player-interface/pull/8) +- Create CODEOWNERS [`#5`](https://github.com/rdkcentral/middleware-player-interface/pull/5) +- init commit [`60b2b1a`](https://github.com/rdkcentral/middleware-player-interface/commit/60b2b1a549c963587d03578507118a8ac9202424) +- integerate DrmSessionManagerTest file [`8b6fb66`](https://github.com/rdkcentral/middleware-player-interface/commit/8b6fb6601fbb7abadf60ca8e434c01bf41b22dac) +- test revert to develop [`d9b6fd3`](https://github.com/rdkcentral/middleware-player-interface/commit/d9b6fd378b11f52b91aec3d79a49732f94c4673c) From 6e69681465ec95170a211bfd058fe175cb509efd Mon Sep 17 00:00:00 2001 From: nrames759 Date: Fri, 13 Mar 2026 11:55:58 +0530 Subject: [PATCH 2/2] dev_sprint_pli support for github worflows --- .github/workflows/L1-tests.yml | 2 +- .github/workflows/native-full-build.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/L1-tests.yml b/.github/workflows/L1-tests.yml index 32782833..ab69486f 100644 --- a/.github/workflows/L1-tests.yml +++ b/.github/workflows/L1-tests.yml @@ -2,7 +2,7 @@ name: L1 tests on: pull_request: - branches: [develop, main] + branches: [ develop , main , feature/dev_sprint_pli ] paths: ['**/*.c', '**/*.cpp', '**/*.cc', '**/*.cxx', '**/*.h', '**/*.hpp', '**/*.sh'] workflow_dispatch: diff --git a/.github/workflows/native-full-build.yml b/.github/workflows/native-full-build.yml index 524034ed..b6c573e2 100644 --- a/.github/workflows/native-full-build.yml +++ b/.github/workflows/native-full-build.yml @@ -2,8 +2,9 @@ name: Build Component in Native Environment on: pull_request: - branches: [ develop , main ] + branches: [ develop , main , feature/dev_sprint_pli ] paths: ['**/*.c', '**/*.cpp', '**/*.cc', '**/*.cxx', '**/*.h', '**/*.hpp', '**/*.sh'] + workflow_dispatch: jobs: build-player-interface-on-pr: