Skip to content

OpenDDS 3.31.0

Choose a tag to compare

@iguessthislldo iguessthislldo released this 29 Jan 22:10
· 868 commits to master since this release
2a1aa5f

Download OpenDDS-3.31.0.zip (Windows) or OpenDDS-3.31.0.tar.gz (Linux/macOS) instead of "Source code (zip)" or "Source code (tar.gz)".

Version 3.31.0 of OpenDDS

Released 2025-01-29

Read the documentation for this release on Read the Docs.

Additions

  • Improve --boottime timers to not use a file descriptor per timer. (PR #4835, PR #4871)

Platform Support and Dependencies

Fixes

  • Updated ThreadStatusManager for iterative event handling (PR #4830)
  • Fix periodic timers with --boottime so that the initial delay is honored. (PR #4835, PR #4871)

Notes

  • Releases will now use a new git tagging and branching strategy.
    • Previously releases were tagged as either DDS-X.Y or DDS-X.Y.Z.
      Release tags from now on will also be tagged as vX.Y.Z.
      Any future OpenDDS 3 releases will be tagged both ways, while OpenDDS 4 releases will only be tagged in the new way.
    • New branches can now be used for following specific release series.
      For example v3 will always be updated to the latest 3 release and v3.31 will be used for any future 3.31 releases.