CHANGELOG

Changelog for package rcl_logging_interface

3.1.0 (2024-03-28)

  • Check allocator validity in some rcl_logging functions (#116) If the allocator is zero-initialized, it may cause a segfault when it is used later in the functions.

  • Use (void) in declaration of param-less function (#114)

  • Contributors: Christophe Bedard, Scott K Logan

3.0.0 (2024-01-24)

  • add file_name_prefix parameter to external log configuration. (#109)

  • Contributors: Tomoya Fujita

2.7.1 (2023-12-26)

  • Migrate to std::filesystem (#104)

  • Contributors: Kenta Yonekura

2.7.0 (2023-09-07)

  • Remove the last uses of ament_target_dependencies in this repo. (#102)

  • Contributors: Chris Lalancette

2.6.0 (2023-04-27)

2.5.1 (2023-04-11)

2.5.0 (2023-02-13)

  • Update rcl_logging to C++17. (#98)

  • Contributors: Chris Lalancette

2.4.3 (2022-11-18)

  • Updated maintainers - 2022-11-07 (#96)

  • Contributors: Audrow Nash

2.4.2 (2022-11-02)

2.4.1 (2022-09-13)

2.4.0 (2022-04-29)

2.3.0 (2022-03-01)

  • Install includes to include/${PROJECT_NAME} (#85)

  • Contributors: Shane Loretz

2.2.1 (2022-01-14)

2.2.0 (2021-11-18)

  • Fix renamed rcpputils header (#81)

  • Contributors: Abrar Rahman Protyasha

2.1.3 (2021-09-16)

  • Add Doxyfile to rcl_logging_interface package (#80)

  • Update includes after rcutils/get_env.h deprecation (#75)

  • Contributors: Christophe Bedard, Michel Hidalgo

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Update QD to QL 1 (#66)

  • Use rcutils_expand_user in rcl_logging_get_logging_directory (#59)

  • Allow configuring logging directory through environment variables (#53)

  • Update the maintainers. (#55)

  • Contributors: Chris Lalancette, Christophe Bedard, Stephen Brawner

2.0.1 (2020-07-21)

2.0.0 (2020-06-18)

  • Add new package with rcl logging interface (#41)

  • Contributors: Chris Lalancette