rcl/rcl_yaml_param_parser/CHANGELOG.rst

64 lines
2.6 KiB
ReStructuredText
Raw Normal View History

2018-06-25 14:36:46 -07:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rcl_yaml_param_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019-09-26 18:45:43 +00:00
0.8.0 (2019-09-26)
------------------
* Enable incremental parameter yaml file parsing. (`#507 <https://github.com/ros2/rcl/issues/507>`_)
* Support parameter overrides and remap rules flags on command line (`#483 <https://github.com/ros2/rcl/issues/483>`_)
* Increase MAX_STRING_SIZE (`#487 <https://github.com/ros2/rcl/issues/487>`_)
* include actual size in error message (`#490 <https://github.com/ros2/rcl/issues/490>`_)
* Avoid C4703 error on UWP (`#282 <https://github.com/ros2/rcl/issues/282>`_)
* [YAML Parser] Support parameter value parsing (`#471 <https://github.com/ros2/rcl/issues/471>`_)
* [YAML Parser] Depend on rcutils only (`#470 <https://github.com/ros2/rcl/issues/470>`_)
* Accept quoted int or float values as strings (`#464 <https://github.com/ros2/rcl/issues/464>`_)
* Fix memory corruption when maximum number of parameters is exceeded (`#456 <https://github.com/ros2/rcl/issues/456>`_)
* Contributors: Dirk Thomas, Esteve Fernandez, Jacob Perron, Michel Hidalgo, hyunseok-yang, ivanpauno
0.7.4 (2019-05-29)
------------------
* Allow empty strings if they are quoted. (`#450 <https://github.com/ros2/rcl/issues/450>`_)
* Contributors: Ralf Anton Beier
2019-05-20 15:57:11 -07:00
0.7.3 (2019-05-20)
------------------
2019-05-08 16:53:26 -07:00
0.7.2 (2019-05-08)
------------------
2019-04-29 14:56:53 -07:00
0.7.1 (2019-04-29)
------------------
2019-04-14 08:39:01 -07:00
0.7.0 (2019-04-14)
------------------
* Corrected bool reading from yaml files. (`#415 <https://github.com/ros2/rcl/issues/415>`_)
* Added launch along with launch_testing as test dependencies. (`#393 <https://github.com/ros2/rcl/issues/393>`_)
* Set symbol visibility to hidden for rcl. (`#391 <https://github.com/ros2/rcl/issues/391>`_)
* Contributors: Michel Hidalgo, Sachin Suresh Bhat, ivanpauno
2019-01-11 12:13:30 -08:00
0.6.4 (2019-01-11)
------------------
2018-12-13 17:09:47 -08:00
0.6.3 (2018-12-13)
------------------
2018-12-12 21:51:15 -08:00
0.6.2 (2018-12-13)
------------------
2018-12-06 21:58:54 -08:00
0.6.1 (2018-12-07)
------------------
* No changes.
2018-11-16 21:38:32 -08:00
0.6.0 (2018-11-16)
------------------
* Updated to use new error handling API from rcutils (`#314 <https://github.com/ros2/rcl/issues/314>`_)
* Fixed FQN=//node_name when ns is / (`#299 <https://github.com/ros2/rcl/issues/299>`_)
* Fixed documentation issues (`#288 <https://github.com/ros2/rcl/issues/288>`_)
* Fixed to deallocate ret_val to avoid memory leak (`#278 <https://github.com/ros2/rcl/issues/278>`_)
* Contributors: Chris Ye, William Woodall, dhood
2018-06-25 14:38:04 -07:00
0.5.0 (2018-06-25)
------------------
2018-06-25 14:36:46 -07:00
* Added functions to parse YAML parameter files. (`#235 <https://github.com/ros2/rcl/issues/235>`_)
* Contributors: Shane Loretz, William Woodall, anup-pem, dhood