Skip to content

v1.0.0 (DO NOT USE)

Compare
Choose a tag to compare
@taina0407 taina0407 released this 15 Apr 17:13
· 32 commits to main since this release

Please use v1.1.0 instead because this version has major bug that cause plugin not working at all

  • [Breaking Change]
    • Queues in RabbitMQ created by v0.1.0 must be re-create because retry/deduplication feature cause queue configuration changed
    • Rename configuration to make it more relevant with amqplib configuration, please follow README to validate your configuration
      • queue.channel => queue.amqp
      • queue.channel.assert => queue.amqp.queueAssert
      • queue.consume => queue.amqp.consume
  • [Add]
  • [Fix]
    • Fix bug not apply queue configuration when assert queue
  • [Remove]
    • Remove localPublisher feature because it not ready for production usage