From 0005a51e16545eb3f95ac731154077f69b4083be Mon Sep 17 00:00:00 2001 From: Yadunund Date: Tue, 4 Feb 2025 22:50:23 +0000 Subject: [PATCH] Update changelogs Signed-off-by: Yadunund --- rmw_zenoh_cpp/CHANGELOG.rst | 15 ++++++++++++++- zenoh_cpp_vendor/CHANGELOG.rst | 7 +++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/rmw_zenoh_cpp/CHANGELOG.rst b/rmw_zenoh_cpp/CHANGELOG.rst index 29ad94ee..767f2189 100644 --- a/rmw_zenoh_cpp/CHANGELOG.rst +++ b/rmw_zenoh_cpp/CHANGELOG.rst @@ -2,7 +2,20 @@ Changelog for package rmw_zenoh_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Bump Zenoh to commit id e4ea6f0 (1.2.0 + few commits) (`#449 `_) +* Inform users that peers will not discover and communicate with one another until the router is started (`#445 `_) +* Clear the error after rmw_serialized_message_resize() (`#437 `_) +* Fix `ZENOH_ROUTER_CHECK_ATTEMPTS` which was not respected (`#429 `_) +* fix: use the default destructor to drop the member `Payload` (`#421 `_) +* Remove `gid_hash\_` from `AttachmentData` (`#418 `_) +* Sync the config with the default config in Zenoh. (`#414 `_) +* fix: check the context validity before accessing the session (`#407 `_) +* Fix wan't typo (`#402 `_) +* Contributors: Alejandro Hernández Cordero, ChenYing Kuo (CY), Chris Lalancette, Julien Enoch, Mahmoud Mazouz, Tim Clephas, Yadunund, Yuyuan Yuan + 0.1.0 (2025-01-02) ------------------ * An alternative middleware for ROS 2 based on Zenoh. -* Contributors: Alejandro Hernández Cordero, Alex Day, Bernd Pfrommer, ChenYing Kuo (CY), Chris Lalancette, Christophe Bedard, CihatAltiparmak, Esteve Fernandez, Franco Cipollone, Geoffrey Biggs, Hans-Martin, James Mount, Julien Enoch, Morgan Quigley, Nate Koenig, Shivang Vijay, Yadunund, Yuyuan Yuan, methylDragon \ No newline at end of file +* Contributors: Alejandro Hernández Cordero, Alex Day, Bernd Pfrommer, ChenYing Kuo (CY), Chris Lalancette, Christophe Bedard, CihatAltiparmak, Esteve Fernandez, Franco Cipollone, Geoffrey Biggs, Hans-Martin, James Mount, Julien Enoch, Morgan Quigley, Nate Koenig, Shivang Vijay, Yadunund, Yuyuan Yuan, methylDragon diff --git a/zenoh_cpp_vendor/CHANGELOG.rst b/zenoh_cpp_vendor/CHANGELOG.rst index 839ac70f..b9e002c0 100644 --- a/zenoh_cpp_vendor/CHANGELOG.rst +++ b/zenoh_cpp_vendor/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package zenoh_cpp_vendor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Bump Zenoh to commit id e4ea6f0 (1.2.0 + few commits) (`#449 `_) +* Bump zenoh-c and zenoh-cpp to 1.1.1 (`#430 `_) +* Update Zenoh version (`#410 `_) +* Contributors: ChenYing Kuo (CY), Julien Enoch, Yadunund, Yuyuan Yuan + 0.1.0 (2025-01-02) ------------------ * Vendors zenoh-cpp for rmw_zenoh.