All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.6.0 - 2022-02-15
- #24 Test with ruby 3 and ActiveJob v6.1
- #26 Make log level to be configurable
- #30 Add support for ActiveJob v7.0
- #22 Migrate from Travis to Github Actions
- #27 Drop support of rubies older than 2.5
0.5.0 - 2020-11-30
- #16 Switch to bunny-publisher v0.2 (drops republish connection)
0.4.0 - 2020-11-17
- #15 Add ability to set AMQP message options per job
0.3.6 - 2020-09-18
- #14 Fix deprecation warnings of ruby 2.7
0.3.5 - 2020-06-27
- #11
NoMethodError
onRails.application.eager_load!
in Rails initializer
0.3.4 - 2020-06-11
- #10 Ability to run ActiveJob consumers by wildcards for queue names
0.3.3 - 2020-06-09
- #9 Ability to run ActiveJob consumers by queue names
0.3.2 - 2020-06-05
- #8 Ability to run specified ActiveJob queues consumers
0.3.1 - 2020-06-02
- #6 Restore Sneakers::Worker::Classes methods
0.3.0 - 2020-05-21
- #5 Publisher is extracted to bunny-publisher
0.2.3 - 2020-04-06
- #4 Support for custom adapter per job
- #3 Refactored support for ActiveJob prefix
0.2.2 - 2020-04-05
- Cleanup of
puts
and logger mistakenly introduced in version0.2.1
0.2.1 - 2020-04-05
- #2 Support queue name prefixes
0.2.0 - 2020-03-23
- #1 Customizable options for message publishing (
routing_key
,headers
, etc)
0.1.0 - 2020-03-19
:advanced_sneakers
adapter for ActiveJob