The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.600000 - 2016-04-27

  • added env varMQSKIPSSL to skip t/030_ssl.t (fgabolde)
  • Update docs to accurately reprsente exchange_declare's default for auto_delete (ikegami)
  • Allow publishing with headers=>undef. Would previously SEGFAULT (ikegami)
  • Speed up internal_recv by preallocating a string or the correct size for the body (ikegami)
  • Switch from hv_store/hv_fetch + strlen to more efficient and less error-prone hv_stores/hv_fetchs when possible. (ikegami)
  • Use MUTABLE_* to avoid casting constness away accidentally (ikegami)
  • Fix error when skipping tests requiring JSON (ikegami)
  • Fix the spelling in the documentation of the key for extra headers to include in a published message (ikegami)

Modules

interact with RabbitMQ over AMQP using librabbitmq