Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.59 KB

changelog.md

File metadata and controls

54 lines (30 loc) · 1.59 KB

Changelog

v0.4.0 - 22nd September, 2024

🔦 Spotlight

Fix header file include order to help with consistent compilations across different platforms and compilers (#39).

What's Changed

  • Fix ordering of include files by @tchernobog in #39

New Contributors

  • @tchernobog

Full Changelog: https://github.com/uatuko/grpcxx/compare/v0.3.0...v0.4.0

v0.3.0 - 13th June, 2024

🔦 Spotlight

🔥 grpcxx now offers a choice between libuv and asio (Asio and Boost Asio) to be used as the I/O library for handling raw TCP data. The default is to use libuv but asio can be used instead by using the GRPCXX_USE_ASIO CMake option (or pre-processor macro).

What's Changed

  • Asio as an alternative to libuv for I/O and event loop by @uatuko in #26

Full Changelog: https://github.com/uatuko/grpcxx/compare/v0.2.0...v0.3.0

0.2.0 - 2nd February, 2024

  • Run only one libuv event loop for I/O and move processing to worker threads (#24)

0.1.4 - 12th January, 2024

  • Fix to ensure idle connections don't block worker threads (#20).

0.1.3 - 28th December, 2023

  • Fix to map types correctly when generating RPC definitions (#16).

0.1.2 - 28th December, 2023

  • Fix to include <cstdint> for fixed width integer types.

0.1.1 - 22nd December, 2023

  • Fix protoc-gen-grpcxx to output service definitions correctly (#14).

0.1.0 - 20th December, 2023

  • Initial release.