Update dependency score_communication to v0.3.0#188
Open
eclipse-score-bot wants to merge 1 commit into
Open
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.1→0.3.0Release Notes
eclipse-score/communication (score_communication)
v0.3.0Module Name: communication
Release Tag: v0.3.0
Origin Release Tag: v0.2.1
Release Commit Hash:
6b1a78bRelease Date: 2026-07-13
Overview
The communication module provides a generic communication frontend with an IPC binding for use in the S-CORE project.
The module is available as a Bazel module in the S-CORE Bazel registry: https://github.com/eclipse-score/bazel_registry/tree/main/modules/score_communication
Disclaimer
This release is not intended for production use, as it does not include a safety argumentation or a completed safety assessment.
The work products compiled in the safety package are created with care according to the S-CORE process. However, as a non-profit, open-source organization, the project cannot assume any liability for its content.
For details on the features, see https://eclipse-score.github.io/score/main/features/communication/index.html
Improvements
Core Communication Features
Message Passing & Architecture
C++ Modernization & Codebase Quality
score::cpp::optionalwith standardstd::optionalacross 125 files, aligning with modern C++17 standards (#598).Testing & Quality Infrastructure
CI/CD & Release Automation
Documentation & Process
CONTRIBUTING, quality README) and architecture documentation (#303)Bug Fixes
Configuration & Service Binding
Shared Memory & Lifecycle Management
Message Passing & IPC
Quality & Build Infrastructure
Compatibility
x86_64-unknown-linux-gnuusing score_toolchains_gccx86_64-unknown-linux-gnuusing toolchains_llvmx86_64-unknown-nto-qnx800using score_toolchains_qnxaarch64-unknown-nto-qnx800using score_toolchains_qnxPerformed Verification
Known Issues
score_baselibsto work around QNX8 resource manager issues where pollers may not wake correctly (see https://github.com/eclipse-score/communication/blob/v0.3.0/third_party/score_baselibs/restore_qnx8_poll_workaround.patch). This adds a finite timeout and internal retry loop. The underlying issue is tracked in QNX Ticket-221150.Upgrade Instructions
Backward compatibility with the previous release is not guaranteed.
Contact Information
For any questions or support, please raise an issue/discussion.
This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.