Skip to content

Commit 27746c6

Browse files
committed
docs(changelog): update changelog for tag v0.5.7
Signed-off-by: h-suzuki <h-suzuki@isp.co.jp>
1 parent 3906713 commit 27746c6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,36 @@
22

33
## CARET
44

5+
### v0.5.7 <small>\_ Jun 24, 2024</small> {id = "0.5.7"}
6+
7+
- **Update**: controllng the dds_bind_addr_to_stamp output of `generic_publish()`. ([caret_trace #288](https://github.com/tier4/caret_trace/pull/288))
8+
9+
- **Update**: Build support for caret_analyze_cpp_impl using gcc13. Fixed build failure due to some C++ standard library header changes. ([caret_analyze_cpp_impl #210](https://github.com/tier4/caret_analyze_cpp_impl/pull/210))
10+
11+
- **Update**: changed the log level when the executor failed to load. ([caret_anlayze #509](https://github.com/tier4/caret_analyze/pull/509))
12+
13+
- **Update**: fixed incorrect arguments in rclcpp_service_callback_added. ([caret_trace #289](https://github.com/tier4/caret_trace/pull/289))
14+
15+
- **Update**: Unify the description of doxygen comments for methods of the same family declared in tracing_controller.hpp. ([caret_trace #287](https://github.com/tier4/caret_trace/pull/287))
16+
517
### v0.5.6 <small>\_ May 24, 2024</small> {id = "0.5.6"}
618

719
- **Update**: Fix command to install packages needed to build mkdocs. ([caret_doc #334](https://github.com/tier4/caret_doc/pull/344))
20+
821
- **Fix**: If there is a Subscription callback with the same symbol, it will not be possible to analyze correctly. ([caret_analyze #460](https://github.com/tier4/caret_analyze/pull/460))
22+
923
- **Update**: If Autoware is started and CARET measurement is started at the same time, some nodes may not be recorded. ([caret_doc #343](https://github.com/tier4/caret_doc/pull/343))
24+
1025
- **Fix**: Fixed a bug in NodeStructValue.get_timer (external API). ([caret_analyze #502](https://github.com/tier4/caret_analyze/pull/502))
26+
1127
- **Update**: Removed special duplicate check when recording trace events. ([caret_trace #284](https://github.com/tier4/caret_trace/pull/284))
28+
1229
- **Fix**: Fixed problem with ros2 caret check_ctf not validating even if a single path is entered. ([caret_analyze #503](https://github.com/tier4/caret_analyze/pull/503))
30+
1331
- **Update**: Added output of message_construct trace points during light measurements. ([ros2caret #187](https://github.com/tier4/ros2caret/pull/187))
32+
1433
- **Fix**: Fix for segmentation fault occurrence in autoware pandar_node_container (segmentation fault due to race condition). ([caret_trace #285](https://github.com/tier4/caret_trace/pull/285))
34+
1535
- **Update**: Provide a filter function suitable for analyzing multiple data. ([caret_analyze #504](https://github.com/tier4/caret_analyze/pull/504))
1636

1737
### v0.5.5 <small>\_ May 10, 2024</small> {id = "0.5.5"}

0 commit comments

Comments
 (0)