Skip to content

Releases: s2e-systems/dust-dds

v0.15.0

20 Mar 07:49
97754b9

Choose a tag to compare

Highlights

  • Remove the generic runtime parameter from the public API

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

07 Nov 16:12
fc9e945

Choose a tag to compare

Highlights

  • Enable XTypes support
  • Add Content filtered topic

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

15 Sep 19:10
fc9e054

Choose a tag to compare

Highlights

  • Possibility of using different transports
  • Possibility of using different runtimes enabling running Dust DDS on microcontrollers or other environments
  • Idlgen improvements

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

09 Jan 21:33
d5131c0

Choose a tag to compare

What's Changed

  • Interoperability checks included in the official OMG repository
  • Simplify communication traits and add some of the XTypes functionality
  • Refactor Dust DDS to separate the transport and DDS layers
  • Code simplifications and bug fixes

Full Changelog: v0.11.0...v0.12.0

v0.11.0

27 Aug 10:11
8acd3c5

Choose a tag to compare

What's Changed

  • Add DataRepresentationQosPolicy
  • Allow using Reader and Writer functionality on Listeners without Foo
  • Add Exclusive ownership and Durability QoS policies
  • Add OfferedDeadlineMissed status detection
  • Lost samples, memory leak and other bug fixes

Full Changelog: v0.10.1...v0.11.0

v0.10.1

04 Jul 07:20
121e9b1

Choose a tag to compare

Meta release to allow Python bindings PyPI upload

v0.10.0

03 Jul 15:47
35250de

Choose a tag to compare

What's Changed

  • Multiple performance optimizations
  • Remove tokio dependency
  • Add lifetime support for Foo type in listener
  • Android APK release for Dust DDS Shapes Demo
  • Python bindings

Full Changelog: v0.9.0...v0.10.0

v0.9.0

07 Jun 11:17
fa90a79

Choose a tag to compare

What's Changed

  • Replace Listener interface API by an Option<Box> instead of impl Listener
  • Performance optimizations
  • Remove panics on message processing (included Fuzz targets for improved testing)
  • Bug fixes
  • Shapes demo improvements and Android target

Full Changelog: v0.8.2...v0.9.0

v0.8.2

27 Mar 14:11
4f4fe16

Choose a tag to compare

What's Changed

  • Fix issues with discovery interoperability
  • Fix issues with RTPS/DDS time conversion and transmission
  • Increase robustness on invalid message reception
  • Update README and add async example

Full Changelog: v0.8.1...v0.8.2

v0.8.1

13 Mar 14:30
2239e90

Choose a tag to compare

What's Changed

  • Use IP address for the host ID part of the GUID

Full Changelog: v0.8.0...v0.8.1