Skip to content

Releases: 7le/shine-mq

v2.2.1

26 Sep 12:21
@7le 7le
Compare
Choose a tag to compare
  • Fix the switch and queue binding problem in extreme cases 🥕
  • Upgrade dependencies and fix security vulnerabilities 🥕

  • 解决极端情况下的交换机和队列绑定问题 🥕
  • 升级依赖,修复漏洞 🥕

v2.2.0

28 Oct 15:00
@7le 7le
Compare
Choose a tag to compare
  • Distributed transaction support exception rollback 🥕
  • Remove sendSimple and use send instead of sendSimple 🥕
  • Fix coexistence issues between distributed transactions and consumer patterns 🥕
  • Upgrade dependency , Fix vulnerabilities scanned by github 🥕

  • 分布式事务支持异常回滚 🥕
  • 使用send方法代替sendSimple 🥕
  • 解决分布式交易和消费者模式之间的共存问题 🥕
  • 升级依赖,修复github扫描的漏洞 🥕

v2.1.0

14 Aug 15:57
@7le 7le
Compare
Choose a tag to compare
  • Add the coordinator redis prefix under distributed transactions (special case for adapting multiple microservice shared caches) 🥕
  • Upgrade dependencies Fix security vulnerabilities 🥕

  • 增加分布式事务下协调者redis前缀 (适配多个微服务共用缓存的特殊情况)🥕
  • 升级依赖 修复安全漏洞 🥕

v2.0.5

12 Jun 15:36
@7le 7le
Compare
Choose a tag to compare
  • Fix problem of ReturnCallback and ConfirmCallback Increase the reliability of message delivery 🥕
  • Upgrade dependencies Fix security vulnerabilities 🥕

  • 修复ReturnCallback和ConfirmCallback的坑 增加消息发送的可靠性 🥕
  • 升级依赖 修复安全漏洞 🥕

v2.0.4

03 Apr 15:40
@7le 7le
Compare
Choose a tag to compare
  • Optimize Coordinator and increase compensation method 🥕
  • Increase the timeout configuration of the Prepare and Ready status messages.

  • 优化Coordinator,增加补偿方法 🥕
  • 增加Prepare和Ready状态消息超时时间配置 🥕

v2.0.3

07 Mar 15:34
@7le 7le
Compare
Choose a tag to compare
  • Compatible data and checkBackId in distributed transaction messaging🥕

  • 分布式事务消息传输中兼容data和checkBackId 🥕

v2.0.2

01 Feb 16:32
@7le 7le
Compare
Choose a tag to compare
  • Repair coordinator to check logic problems 🥕

  • 修复协调者回查逻辑问题 🥕

v2.0.1

05 Jan 14:15
@7le 7le
Compare
Choose a tag to compare
  • Fix the dead letter queue processing exception problem 🥕
  • Fix redis dependency issues 🥕

  • 修复死信队列处理异常问题 🥕
  • 修复redis依赖问题 🥕

v2.0.0

11 Jan 16:34
@7le 7le
Compare
Choose a tag to compare
  • Support for distributed transactions 🥕
  • Support for dynamic deletion of queues 🥕

  • 支持分布式事务 🥕
  • 支持动态删除队列 🥕

v1.0.3

28 Aug 15:01
@7le 7le
Compare
Choose a tag to compare
  • Support for Direct mode and Topic mode 🥕
  • Support for dynamic queue increase 🥕

  • 支持Direct模式和Topic模式 🥕
  • 支持动态增加队列 🥕