Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 553 Bytes

CHANGELOG.md

File metadata and controls

21 lines (20 loc) · 553 Bytes

Changelog

[0.2.1] - 2020-08-22

Added

  • Queue durability.
  • Message persistence.

Updated

  • Gem dependency.

[0.1.1] - 2020-08-04

Updated

  • Gemspec file.
  • Readme file.

[0.1.0] - 2020-08-02

Added

  • Initial Jobi structure.
  • Support custom configurations include Rabbitmq client configurations.
  • Support Rabbitmq sessions and consumers.
  • Implement unified messsage for data transmission.
  • Implement Job to handle async jobs.
  • Implement Runner to handle the job execution.
  • Allow Jobi to act as publisher or consumer or both.