Update dependency score_baselibs to v0.2.13 - #1100
Closed
eclipse-score-bot wants to merge 1 commit into
Closed
eclipse-score-bot wants to merge 1 commit into
eclipse-score-bot wants to merge 1 commit into
Conversation
eclipse-score-bot
requested review from
LittleHuba,
bemerybmw,
castler,
crimson11,
hoe-jo and
limdor
as code owners
September 17, 2026 16:09
Contributor
Author
|
Contributor
|
This will not work just bumping baselibs, some other deps need to be bumped also. |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.12→0.2.13Release Notes
eclipse-score/baselibs (score_baselibs)
v0.2.13Module Name: baselibs
Release Tag: v0.2.13
Origin Release Tag: v0.2.12
Release Commit Hash:
e7ddf3bRelease Date: 2026-09-17
Overview
The baselibs module provides a selection of basic C++ utility libraries for common use in the S-CORE project.
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 (https://eclipse-score.github.io/process_description/main/index.html). 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/baselibs/index.html
Notable Changes
Breaking changes & deprecations
score/datetime_converterhas been removed, completing its deprecation in v0.2.11. Use POSIX or C library time APIs where equivalent functionality is required. #471score/os'scpuid,file_stream, andmake_devlibraries, tests, and mocks have been removed. #535Coverage reporting migration
bazel coverage --config=llvm_covnow produces one report for C++ and Rust, including line and branch data and 0% baselines for untested in-scope files. The pipeline is now supplied byscore_coverage0.2.0, which corrects source attribution and report links. #533 #584 #589New features
score::cpp::stop_token, enabling integration with frameworks that require stop tokens, such as lifecycle. #461LockedPtrnow provides the monadictransformandand_thenoperations for composing work on locked values. #456 #458flatcoutput to restore rich attributes from schema-comment tokens, such as@title, and orders generated attributes deterministically. #474setenvandunsetenv, and thescore/os:netdbBazel target is publicly available. #507 #535Bug fixes
score::os::StatBuffernow represents user and group IDs as unsigned 64-bit values, andFileUtils::ValidateGroupuses a matching conversion when comparing group IDs. #563Compatibility
The following platforms are supported using the bazel_cpp_toolchains (https://github.com/eclipse-score/bazel_cpp_toolchains):
x86_64-unknown-linux-gnuaarch64-unknown-linux-gnux86_64-unknown-nto-qnx800aarch64-unknown-nto-qnx800Performed Verification
Report: https://github.com/eclipse-score/baselibs/actions/runs/35227239830
Upgrade Instructions
Backward compatibility with the previous release is not guaranteed.
Contact Information
For any questions or support, please contact the Base Libs Feature Team (https://redirect.github.com/orgs/eclipse-score/discussions/1223) or raise an issue/discussion.
What's Changed
http_connector_retry_max_timeoutto 30s in.bazelrcfiles by @4og in #548LockedPtr::transformimplemented by @sankurm in #456LockedPtr::and_thenintroduced by @sankurm in #458Full Changelog: eclipse-score/baselibs@v0.2.12...v0.2.13
This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.