Skip to content

Latest commit

 

History

History
111 lines (60 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

111 lines (60 loc) · 4.38 KB

Changelog

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

Added

  • #24 Test with ruby 3 and ActiveJob v6.1
  • #26 Make log level to be configurable
  • #30 Add support for ActiveJob v7.0

Changed

  • #22 Migrate from Travis to Github Actions

Removed

  • #27 Drop support of rubies older than 2.5

0.5.0 - 2020-11-30

Changed

  • #16 Switch to bunny-publisher v0.2 (drops republish connection)

0.4.0 - 2020-11-17

Added

  • #15 Add ability to set AMQP message options per job

0.3.6 - 2020-09-18

Changed

  • #12 Refactor changelog to comply with Keep a Changelog
  • #13 Use appraisals for Travis matrix

Fixed

  • #14 Fix deprecation warnings of ruby 2.7

0.3.5 - 2020-06-27

Fixed

  • #11 NoMethodError on Rails.application.eager_load! in Rails initializer

0.3.4 - 2020-06-11

Added

  • #10 Ability to run ActiveJob consumers by wildcards for queue names

0.3.3 - 2020-06-09

Added

  • #9 Ability to run ActiveJob consumers by queue names

0.3.2 - 2020-06-05

Added

  • #8 Ability to run specified ActiveJob queues consumers

0.3.1 - 2020-06-02

Fixed

  • #6 Restore Sneakers::Worker::Classes methods

0.3.0 - 2020-05-21

Changed

0.2.3 - 2020-04-06

Added

  • #4 Support for custom adapter per job

Changed

  • #3 Refactored support for ActiveJob prefix

0.2.2 - 2020-04-05

Fixed

  • Cleanup of puts and logger mistakenly introduced in version 0.2.1

0.2.1 - 2020-04-05

Added

  • #2 Support queue name prefixes

0.2.0 - 2020-03-23

Added

  • #1 Customizable options for message publishing (routing_key, headers, etc)

0.1.0 - 2020-03-19

Added

  • :advanced_sneakers adapter for ActiveJob