Skip to content

rabbitmq-c v0.17.0

Latest

Choose a tag to compare

@alanxz alanxz released this 02 Jul 04:06

v0.17.0 - 2026-07-01

Security

Added

  • librabbitmq-tools fall back to the AMQP_URL environment variable when no connection options are given on the command line (#887)

Fixed

  • Fix undefined behavior in amqp_decode_properties when decoding content-header property flags (#883, #885)
  • Fix ioctlsocket type mismatch on Windows (#890)
  • Document buffer lifetime requirement of amqp_decode_table's encoded buffer to prevent use-after-free misuse (#895)

Changed

  • librabbitmq-tools now enable default SSL certificate verification paths unless --no-default-cert-paths is passed (fixes #868, #893)
  • Building the tools now requires POPT v1.14 or newer (#889)