ros-one-ros-babel-fish (0.9.3-4jammy.20251023.0418) UNRELEASED; urgency=medium

  * Append timestamp when binarydeb was built.

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Thu, 23 Oct 2025 04:18:46 +0000

ros-one-ros-babel-fish (0.9.3-0jammy) jammy; urgency=high

  * Added some more information to exception messages.
  * Add libssl-dev as a build-export dependency
  * Contributors: AR Dabbour, Stefan Fabian

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Wed, 20 Apr 2022 00:00:00 -0000

ros-one-ros-babel-fish (0.9.2-0jammy) jammy; urgency=high

  * Better rosbag support + example (#7 <https://github.com/StefanFabian/ros_babel_fish/issues/7>)
    * Accept a more general IBabelFishMessage interface in read-only functions.
    * Add a rosbag example, add some useful method overloads.
  * Add noetic to CI, improvements to type safety checking (#6 <https://github.com/StefanFabian/ros_babel_fish/issues/6>)
    * Add noetic to CI.
    * Simplify isCompatible() and inBounds() checks, add tests.
    * Moved compatibility checks to header and internal namespace.
    Co-authored-by: Stefan Fabian <mailto:fabian@sim.tu-darmstadt.de>
  * Accept True and False as boolean constants (#4 <https://github.com/StefanFabian/ros_babel_fish/issues/4>)
    Co-authored-by: Stefan Fabian <mailto:fabian@sim.tu-darmstadt.de>
  * Added more explicit warning if message type is not a valid message name.
  * Made BabelFishMessageException subclass of BabelFishException.
  * Contributors: Martin Valgur, Stefan Fabian

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Wed, 22 Dec 2021 00:00:00 -0000

ros-one-ros-babel-fish (0.9.1-0jammy) jammy; urgency=high

  * Added missing build depend for openssl headers to fix build for noetic.
  * Contributors: Stefan Fabian

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Thu, 29 Oct 2020 00:00:00 -0000

ros-one-ros-babel-fish (0.9.0-0jammy) jammy; urgency=high

  * Added install target for service_info. Cleaned up package.xml
  * Fixed service spec loading wrong response if service spec doesn't contain '---'.
  * Updated integrated description provider for service descriptions to reflect changes in genmsg that caused some tests to fail.
    Both implementations are interoperable and the change should have no impact on service calls using ros_babel_fish but new implementation is now again consistent with message_traits::definition<...>().
    The new implementation is also less complex and faster.
  * Added macros for template calls.
    This replaces the boiler plate code for situations where you would do switch(msg.type()) { ... } and call a template function with the C++ type of the message as a template parameter.
  * Contributors: Stefan Fabian

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Wed, 28 Oct 2020 00:00:00 -0000

ros-one-ros-babel-fish (0.8.0-0jammy) jammy; urgency=high

  * Updated install targets and added OpenSSL to dependencies.
  * Added support for lookups from devel spaces.
  * Changed action client specialization default values for queue sizes to prevent information loss.
  * Added missing typedefs.
  * Added specialization for action client to allow creating an ActionClient with a BabelFishAction.
  * Renamed size and data to more descriptive names _sizeInBytes and _stream.
    size and data will be removed in future release.
  * Configuration for Travis and CodeCov. Added test depends. Set CMake min to 3.0 which should work with kinetic but due to the tests requiring melodic, kinetic will remain officially unsupported even though it should work.
  * Removed embedded python description provider. Improved description provider performance.
  * Moved message from stream creation to static fromStream method.
    CompoundMessage now uses template to auto-initialize for easier message construction.
    Changed ArrayMessage interface to use vector-like interface. Old methods deprecated and will be removed in a future version.
  * Renamed targets to include ${PROJECT_NAME} prefix to fix #3 <https://github.com/StefanFabian/ros_babel_fish/issues/3>.
  * Moved benchmarks to separate repo.
  * Added message extractor.
    Updated benchmarks with results for message extractor.
    Fixed examples using old array structure.
  * Added integrated description provider.
    Added deprecated built-ins byte and char.
    Added benchmark.
  * More error checking for embedded python.
  * Updated description for initial release.
  * Commented action stuff which is not yet ready for release.
  * Merge branch 'master' of github.com:StefanFabian/ros_babel_fish
  * Cleanup for initial release.
    Added convenience methods.
    Added a lot of tests.
  * Cleanup for initial release.
    Added convenience methods.
    Added a lot of tests.
  * Added error handling for unknown service. Added special CompoundArrayMessage subclass to provide the element's datatype.
  * Added bool as explicit type.
  * Initial commit
  * Contributors: Stefan Fabian

 -- Stefan Fabian <ros_babel_fish@stefanfabian.me>  Fri, 20 Mar 2020 00:00:00 -0000


