Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.78 KB

File metadata and controls

62 lines (36 loc) · 1.78 KB

Changelog

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

Added

  • Add definition of Listenable

Changed

  • Use Listenable for message transport instead of the custom mechanism to manage listeners

Changed

  • Use Boost.Asio instead of the standalone version

Added

0.1.3 - 2021-06-02

Changed

  • Pass compile options (CMAKE_CXX_FLAGS) to the Conan
  • Use header-only version of the fmt library

0.1.2 - 2021-06-02

Removed

  • Remove predefined compiler/linker flags from the makefile

0.1.1 - 2021-05-01

Added

  • New binary serializer (provides serialization support for most standard library containers).
  • Support for serialization on platforms with different endianness.

Changed

  • Use executor work guard for the IO context running in the messaging service