Skip to content

v1.3.0

Latest

Choose a tag to compare

@gittiver gittiver released this 13 Oct 14:50
· 2 commits to v1.3 since this release

What's Changed

  • Add unix domain socket support by @na-trium-144 in #803
    The most important change in this release is support for unix domain sockets as server sockets.

  • Adds SBOM generation using cmake-sbom by @StefanoPetrilli in #1066
    The CMake build scripts supports now the generation of an SBOM, there is a new CMake option CROW_GENERATE_SBOM for this.

A lot of outstanding small bugs was fixed, the most important are maybe these:

@StefanoPetrilli overhauled the GitHub CI scripts, we build now with Boost::asio, standalone asio, clang or gcc, libstdc++ or libc++.

A lot of other small fixes and improvements were done by the community of contributors:

New Contributors

Full Changelog: v1.2.1.2...v1.3.0