All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.6 - 2021-06-27
- Add definition of Listenable
- Use Listenable for message transport instead of the custom mechanism to manage listeners
- Use Boost.Asio instead of the standalone version
- Add support for custom serializer (A000ADMS-860).
0.1.3 - 2021-06-02
- Pass compile options (CMAKE_CXX_FLAGS) to the Conan
- Use header-only version of the fmt library
0.1.2 - 2021-06-02
- Remove predefined compiler/linker flags from the makefile
0.1.1 - 2021-05-01
- New binary serializer (provides serialization support for most standard library containers).
- Support for serialization on platforms with different endianness.
- Use executor work guard for the IO context running in the messaging service