Skip to content

Update iceoryx2 requirement from 0.7.0 to 0.8.0#587

Merged
makeecat merged 1 commit into
masterfrom
dependabot/cargo/iceoryx2-0.8.0
Jan 2, 2026
Merged

Update iceoryx2 requirement from 0.7.0 to 0.8.0#587
makeecat merged 1 commit into
masterfrom
dependabot/cargo/iceoryx2-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on iceoryx2 to permit the latest version.

Release notes

Sourced from iceoryx2's releases.

v0.8.0

Full Changelog

Features

  • Separate log crate into front-end API and backend logger implementation crates #154
  • Enable Bazel bzlmod support for iceoryx2 builds #355
  • Android proof of concept with local communication #416
  • C, C++, and Python language bindings for blackboard #817
  • iox2 config explain cli command for config descriptions #832
  • Add traits to facilitate implementation of custom tunnelling mechanisms #845
  • Add platform support for QNX 8 #853
  • Add logger backend that uses the POSIX APIs instead of std to log to the console #853
  • Add support for no_std builds that can be enabled by disabling the new std feature when building iceoryx2 #865
  • Add a C++ string container type with fixed compile-time capacity #938
  • Add new C++ Expected vocabulary data type #940
  • Add a C++ vector container type with fixed compile-time capacity #951
  • Use epoll instead of select for the WaitSet on Linux #961
  • Configuration mechanism to for replacing vocabulary types in iceoryx2-bb-cxx with STL types #971
  • Add a Rust vector type with fixed compile-time capacity which has the same memory layout as the C++ vector #1073
  • Add a Rust string type with fixed compile-time capacity which has the same memory layout as the C++ vector #1075
  • Add unchecked, compile time const creation functions to SemanticString and system types like, FileName, Path, FilePath, ... #1109
  • Add conformance test suite to be able to test out-of-tree extensions #1021
  • Implement Copy for StaticString, SemanticString and system types #1114
  • Support unions with ZeroCopySend #1144
  • Add option to provide custom iceoryx2-pal-configuration #1176
  • Add option to provide custom iceoryx2-pal-posix #1176
  • Add shared memory variant based on files #1223
  • Add socket directory configuration in platform #1232
  • Configuration mechanism to for replacing vocabulary types in iceoryx2-bb-cxx with custom implementations #1250

Bugfixes

  • Print new line after CLI output to prevent '%' from being inserted by terminal #709
  • Print help for positional arguments in CLI #709
  • Remove duplicate entries in iox2 command search path to prevent discovered commands from being listed multiple times #1045
  • LocalService in C language binding uses IPC configuration #1059
  • Trait std::fmt::Debug is not implemented for sigset_t in libc #1087
  • Use IOX2_SERVICE_NAME_LENGTH in ServiceName::to_string() #1095
  • Fix QNX cross compilation #1116
  • Fix large server connection and data segment size #1130
  • ScopeGuard check if on_drop is set before calling it #1171
  • Fix C binding linker error on QNX #1174
  • Fix that dev_permissions are not applied to all resources #1188
  • Fix panic during cleanup #1198
  • Update urllib3 dependency to 2.6.0 (security issue in 2.5.0) #1228
  • Fix incomplete cleanup of file lock based monitoring concept #1252

Refactoring

... (truncated)

Changelog

Sourced from iceoryx2's changelog.

Changelog

Commits
  • 1979e6e Merge pull request #1281 from ekxide/iox2-77-release-v0.8.0
  • 372404a #77 Fix readme
  • 35911d6 #77 Fix update version script
  • 12dbf0a #77 Update release preparation script and build lock files
  • f270b5a #77 Update version number to v0.8.0
  • 1d746cd #77 Finalize release notes for v0.8.0
  • fb6f9ea Merge pull request #1280 from ekxide/iox2-77-release-v0.8.0-preparations
  • 8b96a0c Merge pull request #1278 from ekxide/iox2-1250-configuration-mechanism-to-use...
  • d59270e #77 Fix selection prompt on release scripts
  • 133473f #77 Add publishing dry-run to release preparation script
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2) to permit the latest version.
- [Release notes](https://github.com/eclipse-iceoryx/iceoryx2/releases)
- [Changelog](https://github.com/eclipse-iceoryx/iceoryx2/blob/main/CHANGELOG.md)
- [Commits](eclipse-iceoryx/iceoryx2@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: iceoryx2
  dependency-version: 0.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 29, 2025
@makeecat makeecat merged commit 9c3f0c8 into master Jan 2, 2026
13 of 14 checks passed
@makeecat makeecat deleted the dependabot/cargo/iceoryx2-0.8.0 branch January 2, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant