Skip to content

rabbitmq-c v0.14.0

Latest
Compare
Choose a tag to compare
@alanxz alanxz released this 23 Mar 19:29
· 5 commits to master since this release

v0.14.0 - 2024-03-18

Fixed

  • Fix potential stackoverflow in decoding table and array
  • Fix issue with Mach-O version (#758)
  • Make dependency on OpenSSL in rabbitmq-c.cmake match what is built (#725)
  • Fix pkg-config generation when CMAKE_INSTALL_DIR is absolute (#733)
  • Fix issue with amqp_basic_publish blocking in non-blocking mode (#780)
  • Fix SSL hostname check (#784)
  • Fix bug in amqp-consume documentation #791

Changed

  • CMake minimum version is now 3.22
  • OpenSSL minimum version is now 1.1.1
  • Minimum TLS version supported is v1.2 (v1.3 is also supported).
  • OpenSSL ENGINE APIs are conditionally enabled based on availability

Added

  • Add option to read username/password from file in tools (#781)
  • Add amqp_ssl_socket_enable_default_verify_paths API to allow loading from default certification paths
  • rabbitmq-c can be compiled against BoringSSL (#814)