From 1213249ca15e38225b374ddcacc3e03769f0ec78 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Wed, 23 Oct 2019 23:23:18 -0500 Subject: [PATCH] 0.8.1 Signed-off-by: Michael Carroll --- rmw_opensplice_cpp/CHANGELOG.rst | 95 ++++++++++++++++++++++++++++++++ rmw_opensplice_cpp/package.xml | 2 +- 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 rmw_opensplice_cpp/CHANGELOG.rst diff --git a/rmw_opensplice_cpp/CHANGELOG.rst b/rmw_opensplice_cpp/CHANGELOG.rst new file mode 100644 index 00000000..2b5e5d63 --- /dev/null +++ b/rmw_opensplice_cpp/CHANGELOG.rst @@ -0,0 +1,95 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package rmw_opensplice_cpp +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.8.1 (2019-10-23) +------------------ +* use return_loaned_message_from (`#290 `_) +* Add localhost parameter to create node function (`#288 `_) +* zero copy api for opensplice (`#285 `_) +* Change PrismTech -> ADLINK (`#287 `_) +* Fix build error (`#286 `_) +* update signature for added pub/sub options (`#284 `_) +* Contributors: Brian Marchi, Dan Rose, Karsten Knese, William Woodall, ivanpauno + +0.8.0 (2019-09-26) +------------------ +* Return specific error when not finding a node name (`#281 `_) +* use a common datareader to fetch node info from participants.(`#242 `_) (`#275 `_) +* Don't export rcpputils dependency (`#277 `_) +* Add function for getting clients by node (`#274 `_) +* Use rcpputils::find_and_replace instead of std::regex_replace (`#272 `_) +* Fix a comparison with a sign mismatch (`#276 `_) +* Implement get_actual_qos() for subscriptions (`#271 `_) +* add missing qos setings in get_actual_qos() (`#270 `_) +* Contributors: Jacob Perron, M. M, Scott K Logan, YuSheng, ivanpauno + +0.7.1 (2019-05-08) +------------------ +* Combine package name with message namespace in type support struct (`#268 `_) +* fix windows build warnings (`#269 `_) +* Implement QoS: liveliness, deadline, lifespan (`#266 `_) +* API updates for preallocation work. (`#267 `_) +* Contributors: Jacob Perron, M. M, Michael Carroll, Ross Desmond + +0.7.0 (2019-04-13) +------------------ +* Add function to get publisher actual qos settings (`#265 `_) +* Add rmw includes to cppcheck (`#261 `_) +* GUID fix for node graph implementation (`#255 `_) +* pass context to wait set and fini context (`#257 `_) +* Contributors: M. M, Shane Loretz, William Woodall, ivanpauno + +0.6.2 (2018-12-12) +------------------ +* fix compiler warnings on Windows introduced in `#251 `_ (`#252 `_) +* Contributors: Dirk Thomas + +0.6.1 (2018-12-06) +------------------ +* Node graph impl (`#251 `_) +* refactor to support init options and context (`#246 `_) +* add opensplice support for cdr serialization (`#247 `_) +* Methods to retrieve matched counts on pub/sub (`#248 `_) +* suppress warning on Windows (`#250 `_) +* update to OpenSplice 6.9 (`#249 `_) +* Contributors: Dirk Thomas, MarcelJordense, Michael Carroll, Ross Desmond, William Woodall + +0.6.0 (2018-11-16) +------------------ +* use new error handling API from rcutils (`#245 `_) +* Add semicolons to all RCLCPP and RCUTILS macros. (`#244 `_) +* Include node namespaces in get_node_names (`#243 `_) +* add rmw_get_serialization_format (`#241 `_) +* Contributors: Chris Lalancette, Karsten Knese, Michael Carroll, William Woodall + +0.5.2 (2018-06-29) +------------------ +* Don't error if Sample\_ prefix not found in service type (`#240 `_) +* Contributors: dhood + +0.5.1 (2018-06-28) +------------------ +* accept RETCODE_PRECONDITION_NOT_MET when detaching condition (`#235 `_) +* Contributors: Dirk Thomas + +0.5.0 (2018-06-23) +------------------ +* strip 'Sample\_' from reported types (`#234 `_) +* homogenize opensplice keys and use libopensplice67 everywhere (`#232 `_) +* gracefully fail when using serialized functions (`#228 `_) +* Remove topic partitions (`#225 `_) +* move function to rmw for reuse (`#222 `_) +* API to manipulate log setting macros (`#209 `_) +* Contributors: Dirk Thomas, Karsten Knese, Mikael Arguedas, Rohit Salem, Sriram Raghunathan + +0.4.0 (2017-12-08) +------------------ +* Merge pull request `#215 `_ from ros2/rename_group +* Wait set two words (`#214 `_) +* Merge pull request `#210 `_ from ros2/rep149 +* Merge pull request `#211 `_ from ros2/ignore_unavailable_rmw +* Merge pull request `#208 `_ from dejanpan/master +* Merge pull request `#206 `_ from ros2/uncrustify_master +* Merge pull request `#203 `_ from ros2/listener_trigger +* remove unnecessary define (`#204 `_) diff --git a/rmw_opensplice_cpp/package.xml b/rmw_opensplice_cpp/package.xml index 6c1e67f8..3f1d6c2f 100644 --- a/rmw_opensplice_cpp/package.xml +++ b/rmw_opensplice_cpp/package.xml @@ -2,7 +2,7 @@ rmw_opensplice_cpp - 0.8.0 + 0.8.1 Implement the ROS middleware interface using ADLINK OpenSplice static code generation in C++. Dirk Thomas Apache License 2.0