ros-rolling-rmw-dds-common (6.0.0-2resolute) resolute; urgency=high



 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 16 Jan 2026 06:00:00 -0000

ros-rolling-rmw-dds-common (4.0.3-2resolute) resolute; urgency=high

  * If no publishers discovered, make the best available QoS for subscription. (#84 <https://github.com/ros2/rmw_dds_common/issues/84>)
  * Contributors: Tomoya Fujita

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 13 Jan 2026 06:00:00 -0000

ros-rolling-rmw-dds-common (4.0.2-2resolute) resolute; urgency=high

  * Add get_clients_info_by_service and get_servers_info_by_service; introduce ServiceEntityInfo to handle service type hash in graph cache (#82 <https://github.com/ros2/rmw_dds_common/issues/82>)
  * Contributors: Minju, Lee

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 18 Nov 2025 06:00:00 -0000

ros-rolling-rmw-dds-common (4.0.1-2resolute) resolute; urgency=high

  * Remove deprecated GraphCache methods without type hash (#83 <https://github.com/ros2/rmw_dds_common/issues/83>)
  * Contributors: Christophe Bedard

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 17 Oct 2025 05:00:00 -0000

ros-rolling-rmw-dds-common (4.0.0-2resolute) resolute; urgency=high

  * Update cmake requirements (#80 <https://github.com/ros2/rmw_dds_common/issues/80>)
  * Remove deprecated security utilities (#79 <https://github.com/ros2/rmw_dds_common/issues/79>)
  * Contributors: Alejandro Hernández Cordero, mosfet80

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 01 Jul 2025 05:00:00 -0000

ros-rolling-rmw-dds-common (3.3.0-2resolute) resolute; urgency=high



 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 25 Apr 2025 05:00:00 -0000

ros-rolling-rmw-dds-common (3.2.1-2resolute) resolute; urgency=high

  * Deprecated security methods (#77 <https://github.com/ros2/rmw_dds_common/issues/77>)
  * Contributors: Alejandro Hernández Cordero

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 14 Feb 2025 06:00:00 -0000

ros-rolling-rmw-dds-common (3.2.0-2resolute) resolute; urgency=high



 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 26 Apr 2024 05:00:00 -0000

ros-rolling-rmw-dds-common (3.1.0-2resolute) resolute; urgency=high

  * Add pkcs11 support to get_security_files (#66 <https://github.com/ros2/rmw_dds_common/issues/66>)
  * Contributors: Miguel Company

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Wed, 10 Apr 2024 05:00:00 -0000

ros-rolling-rmw-dds-common (3.0.0-2resolute) resolute; urgency=high

  * make a new private mutex and add updating graph methods (#73 <https://github.com/ros2/rmw_dds_common/issues/73>)
  * Contributors: Chen Lihui

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Mon, 06 Nov 2023 06:00:00 -0000

ros-rolling-rmw-dds-common (2.1.1-2resolute) resolute; urgency=high

  * Just remove rcpputils::fs dependency (#72 <https://github.com/ros2/rmw_dds_common/issues/72>)
  * Contributors: Kenta Yonekura

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Mon, 09 Oct 2023 05:00:00 -0000

ros-rolling-rmw-dds-common (2.1.0-2resolute) resolute; urgency=high



 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Thu, 27 Apr 2023 05:00:00 -0000

ros-rolling-rmw-dds-common (2.0.1-2resolute) resolute; urgency=high

  * Type hash in GraphCache, user_data encoding tools (#70 <https://github.com/ros2/rmw_dds_common/issues/70>)
  * Mark benchmark _ as unused. (#71 <https://github.com/ros2/rmw_dds_common/issues/71>)
  * Contributors: Chris Lalancette, Emerson Knapp

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 11 Apr 2023 05:00:00 -0000

ros-rolling-rmw-dds-common (2.0.0-2resolute) resolute; urgency=high

  * Update rmw_dds_common to C++17. (#69 <https://github.com/ros2/rmw_dds_common/issues/69>)
  * Change Gid.msg to be 16 bytes. (#68 <https://github.com/ros2/rmw_dds_common/issues/68>)
  * Minor cleanups of test_qos. (#67 <https://github.com/ros2/rmw_dds_common/issues/67>)
  * [rolling] Update maintainers - 2022-11-07 (#65 <https://github.com/ros2/rmw_dds_common/issues/65>)
  * Contributors: Audrow Nash, Chris Lalancette

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Mon, 13 Feb 2023 06:00:00 -0000

ros-rolling-rmw-dds-common (1.7.1-2resolute) resolute; urgency=high

  * build shared lib only if BUILD_SHARED_LIBS is set (#62 <https://github.com/ros2/rmw_dds_common/issues/62>)
  * Update maintainers (#61 <https://github.com/ros2/rmw_dds_common/issues/61>)
  * Contributors: hannes09, methylDragon

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 13 Sep 2022 05:00:00 -0000

ros-rolling-rmw-dds-common (1.7.0-2resolute) resolute; urgency=high

  * Add functions for resolving 'best available' QoS policies (#60 <https://github.com/ros2/rmw_dds_common/issues/60>)
    Given a QoS profile and set of endpoints for the same topic, overwrite any policies set to
    BEST_AVAILABLE with a policy such that it matches all endpoints while maintaining a high
    level of service.
    Add testable functions for updating BEST_AVAILABLE policies,
    * qos_profile_get_best_available_for_subscription
    * qos_profile_get_best_available_for_publisher
    and add convenience functions that actual query the graph for RMW implementations to use,
    * qos_profile_get_best_available_for_topic_subscription
    * qos_profile_get_best_available_for_topic_publisher
  * Contributors: Jacob Perron

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 03 May 2022 05:00:00 -0000

ros-rolling-rmw-dds-common (1.6.0-2resolute) resolute; urgency=high

  * Depend on target generated by rosidl_typesupport_cpp (#58 <https://github.com/ros2/rmw_dds_common/issues/58>)
  * Contributors: Shane Loretz

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Thu, 31 Mar 2022 05:00:00 -0000

ros-rolling-rmw-dds-common (1.5.1-2resolute) resolute; urgency=high

  * Use rosidl_get_typesupport_target() and target_link_libraries(). (#57 <https://github.com/ros2/rmw_dds_common/issues/57>)
  * Contributors: Shane Loretz

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 25 Mar 2022 05:00:00 -0000

ros-rolling-rmw-dds-common (1.5.0-2resolute) resolute; urgency=high

  * Install headers to include/${PROJECT_NAME} (#56 <https://github.com/ros2/rmw_dds_common/issues/56>)
  * Contributors: Shane Loretz

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 01 Mar 2022 06:00:00 -0000

ros-rolling-rmw-dds-common (1.4.1-2resolute) resolute; urgency=high

  * Fix include order for cpplint (#55 <https://github.com/ros2/rmw_dds_common/issues/55>)
  * Contributors: Jacob Perron

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Fri, 14 Jan 2022 06:00:00 -0000

ros-rolling-rmw-dds-common (1.4.0-2resolute) resolute; urgency=high

  * Fix up rmw_dds_common documentation when using rosdoc2 (#54 <https://github.com/ros2/rmw_dds_common/issues/54>)
  * Add support for Certificate Revocation List files (#52 <https://github.com/ros2/rmw_dds_common/issues/52>)
  * Silence clang warning (range-loop-construct) (#53 <https://github.com/ros2/rmw_dds_common/issues/53>)
  * Contributors: Chris Lalancette, Karsten Knese, Michel Hidalgo

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Thu, 16 Sep 2021 05:00:00 -0000

ros-rolling-rmw-dds-common (1.3.0-2resolute) resolute; urgency=high

  * Add a common function for security files. (#51 <https://github.com/ros2/rmw_dds_common/issues/51>)
  * Normalize rmw_time_t according to DDS spec (#48 <https://github.com/ros2/rmw_dds_common/issues/48>)
  * Contributors: Andrea Sorbini, Chris Lalancette

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Mon, 28 Jun 2021 05:00:00 -0000

ros-rolling-rmw-dds-common (1.2.1-2resolute) resolute; urgency=high

  * Fix one more instance of index.ros.org. (#49 <https://github.com/ros2/rmw_dds_common/issues/49>)
  * updating quality declaration links (re: ros2/docs.ros2.org#52 <https://github.com/ros2/docs.ros2.org/issues/52>) (#46 <https://github.com/ros2/rmw_dds_common/issues/46>)
  * Contributors: Chris Lalancette, shonigmann

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 06 Apr 2021 05:00:00 -0000

ros-rolling-rmw-dds-common (1.2.0-2resolute) resolute; urgency=high

  * Add function for checking QoS profile compatibility (#45 <https://github.com/ros2/rmw_dds_common/issues/45>)
  * Shorten some excessively long lines of CMake (#44 <https://github.com/ros2/rmw_dds_common/issues/44>)
  * Fix test_graph_cache ASAN errors (#41 <https://github.com/ros2/rmw_dds_common/issues/41>) (#42 <https://github.com/ros2/rmw_dds_common/issues/42>)
  * Contributors: Jacob Perron, Scott K Logan, y-okumura-isp

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Sun, 28 Feb 2021 06:00:00 -0000

ros-rolling-rmw-dds-common (1.1.1-2resolute) resolute; urgency=high

  * Update QD to QL 1 (#38 <https://github.com/ros2/rmw_dds_common/issues/38>)
  * Contributors: Stephen Brawner

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Thu, 10 Dec 2020 06:00:00 -0000

ros-rolling-rmw-dds-common (1.1.0-2resolute) resolute; urgency=high

  * Create a utility function to limit rmw_time_t to 32-bit values (#37 <https://github.com/ros2/rmw_dds_common/issues/37>)
  * Update maintainers (#34 <https://github.com/ros2/rmw_dds_common/issues/34>)
  * Updated performance section QD (#30 <https://github.com/ros2/rmw_dds_common/issues/30>)
  * Update Quality Declaration to QL2 (#31 <https://github.com/ros2/rmw_dds_common/issues/31>)
  * Added benchmark test to rmw_dds_common (#29 <https://github.com/ros2/rmw_dds_common/issues/29>)
  * Fix potential memory leak (#28 <https://github.com/ros2/rmw_dds_common/issues/28>)
  * Add fault injection macro unit tests (#27 <https://github.com/ros2/rmw_dds_common/issues/27>)
  * Fixed some doxygen warnings (#26 <https://github.com/ros2/rmw_dds_common/issues/26>)
  * Update Quality Declaration to QL3 (#24 <https://github.com/ros2/rmw_dds_common/issues/24>)
  * Update QD and documentation (#23 <https://github.com/ros2/rmw_dds_common/issues/23>)
  * Contributors: Alejandro Hernández Cordero, Chen Lihui, Ivan Santiago Paunovic, Michael Jeronimo, Michel Hidalgo, Stephen Brawner

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Wed, 11 Nov 2020 06:00:00 -0000

ros-rolling-rmw-dds-common (1.0.1-2resolute) resolute; urgency=high

  * Add Security Vulnerability Policy pointing to REP-2006 (#21 <https://github.com/ros2/rmw_dds_common/issues/21>)
  * Fix graph cache tests (#22 <https://github.com/ros2/rmw_dds_common/issues/22>)
  * Contributors: Chris Lalancette, Michel Hidalgo

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Mon, 01 Jun 2020 05:00:00 -0000

ros-rolling-rmw-dds-common (1.0.0-2resolute) resolute; urgency=high

  * Added Doxyfile (#19 <https://github.com/ros2/rmw_dds_common/issues/19>)
  * Improve test coverage. (#20 <https://github.com/ros2/rmw_dds_common/issues/20>)
  * Add README and QUALITY_DECLARATION for current QL level (#17 <https://github.com/ros2/rmw_dds_common/issues/17>)
  * Contributors: Alejandro Hernández Cordero, Michel Hidalgo, Stephen Brawner

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Tue, 26 May 2020 05:00:00 -0000

ros-rolling-rmw-dds-common (0.1.0-2resolute) resolute; urgency=high

  * Export targets in addition to include directories / libraries (#15 <https://github.com/ros2/rmw_dds_common/issues/15>)
  * Increasing code coverage (#14 <https://github.com/ros2/rmw_dds_common/issues/14>)
  * security-context -> enclave (#13 <https://github.com/ros2/rmw_dds_common/issues/13>)
  * Make rmw_dds_common use rosidl_generator_interfaces normally (#12 <https://github.com/ros2/rmw_dds_common/issues/12>)
  * Changed rosidl_generator_cpp with rosidl_runtime_cpp (#10 <https://github.com/ros2/rmw_dds_common/issues/10>)
  * Fix windows warning (#7 <https://github.com/ros2/rmw_dds_common/issues/7>)
  * First implementation (#4 <https://github.com/ros2/rmw_dds_common/issues/4>)
  * Contributors: Alejandro Hernández Cordero, Dirk Thomas, Ivan Santiago Paunovic, Mikael Arguedas

 -- Ivan Paunovic <ivanpauno@ekumenlabs.com>  Sat, 25 Apr 2020 05:00:00 -0000


