Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20055] Update roadmap & platforms support #4159

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Community members may provide assistance with these platforms.

## Platforms

|Architecture|Ubuntu Jammy (22.04)|Ubuntu Focal (20.04)|MacOS Mojave (10.14)|Windows 10 (VS2019)|Debian Buster (10)|Android 12 | QNX 7.1 |
|------------|--------------------|--------------------|--------------------|-------------------|------------------|-----------|-----------|
|amd64 |Tier 1 [^a][^s] |Tier 3 [^a][^s] |Tier 1 [^s] |Tier 1 [^a][^s] |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|
|amd32 | | | |Tier 2 [^a][^s] | | | |
|arm64 |Tier 1 [^a][^s] |Tier 3 [^a][^s] | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|
|arm32 |Tier 3 [^s] |Tier 3 [^s] | | |Tier 3 [^s] |Tier 3 [^s]| |
|Architecture|Ubuntu Jammy (22.04)|Ubuntu Focal (20.04)|MacOS Mojave (10.14)|Windows 10 (VS2019)|Windows 11 (VS2022)|Debian Buster (10)|Android 12 |Android 13 | QNX 7.1 |
|------------|--------------------|--------------------|--------------------|-------------------|-------------------|------------------|-----------|-----------|-----------|
|amd64 |Tier 1 [^a][^s] |Tier 3 [^a][^s] |Tier 1 [^s] |Tier 1 [^a][^s] |Tier 3 [^a][^s] |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
|amd32 | | | |Tier 2 [^a][^s] |Tier 3 [^a][^s] | | | | |
|arm64 |Tier 1 [^a][^s] |Tier 3 [^a][^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
|arm32 |Tier 3 [^s] |Tier 3 [^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]| |

[^a]: Binary releases are provided as a single archive per platform.
[^s]: Compilation from source.
Expand Down
13 changes: 6 additions & 7 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@ Disclaimer:
The following list of features are planned to be addressed in the short term, and incorporated into the following
minor release of the product:

* Complete support for dynamic network interfaces
* DDS-XTypes 1.3
* Monitor service to keep track of discovery events.
* Tier 1 support for QNX platforms.
* Ignore local endpoints configured at endpoint level.
* Thread configuration QoS.
* Extend network interfaces to enable mask filtering.
* Refactor whitelist feature to allowed and blocked network interfaces.
* Ignore local endpoints configured at endpoint level
* Refactor whitelist feature to allowed and blocked network interfaces
* Extend network interfaces to enable mask filtering
* Complete support for dynamic network interfaces

## Medium term

The following list of features are planned to be addressed in the medium term, typically within the subsequent
release(s) generated in the next **9 months** after next planned release:

* Tier 1 support for QNX platforms
MiguelCompany marked this conversation as resolved.
Show resolved Hide resolved
* Tier 1 support for Android platforms
* Support for Time-based filter QoS
* Service aware DataWriter

Expand Down