Skip to content

Releases: mic1on/onestep

0.3.22

26 Oct 03:46
Compare
Choose a tag to compare
🐞 fix: `body` not in message

0.3.21

26 Oct 01:56
Compare
Choose a tag to compare
close redis test

0.3.3a1

26 Oct 16:10
Compare
Choose a tag to compare
  • supports message bodies in any format @nowanti @mic1on
  • [RedisBroker] add RedisBroker implement @nowanti
  • [RabbitMQ] can choose whether to create a queue @mic1on
    (sometimes queues are created in other ways)
  • add unit tests @mic1on

0.3.2

18 Aug 14:36
Compare
Choose a tag to compare
  • @step传参提示及类型注解
  • 程序退出后自动清理任务
  • 增加BaseLocalBroker中Queue的maxsize参数
  • broker增加shutdown功能
    @mic1on

0.3.1

11 Aug 09:18
Compare
Choose a tag to compare
  • 允许在中间件和任务中通过抛出DropMessage异常丢弃消息
  • before_receiveafter_receive => before_consumeafter_consume
  • 增加unique中间件
  • 调整 before_send 触发时机,以运行对 brokerresultNone 的情况进行中间件处理

#14 @mic1on

0.3.0

08 Aug 15:18
Compare
Choose a tag to compare

0.2.1

04 Aug 08:03
Compare
Choose a tag to compare
🐳 chore: dependencies

0.2.0

04 Aug 08:01
Compare
Choose a tag to compare
🦄 refactor: use common rabbitmq component

0.1.81

28 Apr 02:40
Compare
Choose a tag to compare
🐳 chore: update example

0.1.80

27 Apr 07:06
Compare
Choose a tag to compare
🐞 fix: @catch_error -> @catch_error()