Skip to content

Azure Functions RabbitMQ Extension 1.0.0-beta

Compare
Choose a tag to compare
@azfuncgh azfuncgh released this 20 Nov 05:23
d847067

Release notes

  • Made prefetchCount configurable and fixed ACK logic.
  • Fixed RabbitMQ data type conversions for out-of-proc languages.
  • [Breaking change] Removed ability to create non-existent queue, deadletter queue and exchange. Queues and exchanges need to be created outside the context of the extension.
  • Other fixes around warnings, builds, etc.