All Versions
76
Latest Version
Avg Release Cycle
52 days
Latest Release
536 days ago

Changelog History
Page 6

  • v2.5.0 Changes

    February 19, 2016

    ➕ Added

    • Configuration option max_queue_size for maximum worker queue size.
    • Add resque.resque_retry.send_exceptions_when_retrying config option. -@davidguthu
  • v2.4.1 Changes

    February 04, 2016

    🛠 Fixed

    • Never send traces or metrics when disabled by plan or config.
  • v2.4.0 Changes

    February 02, 2016

    ➕ Added

  • v2.3.3 Changes

    January 06, 2016

    🛠 Fixed

    • 🛠 Fixed a bug which caused a Passenger-related error message when booting a heroku console.
  • v2.3.2 Changes

    December 15, 2015

    🛠 Fixed

    • Be stricter when sanitizing recursive objects (allow only Hash, Array, Set). This fixes a bug where some gems (such as the dropbox gem) monkeypatch #to_hash on Array.
  • v2.3.1 Changes

    November 20, 2015

    🛠 Fixed

    • 🖐 Handle invalid utf8 in ActiveRecord SQL queries.
  • v2.3.0 Changes

    November 12, 2015

    ➕ Added

    • 🚅 Rails 5 support.
    • 👌 Support overriding TTY behavior in rake reporter.

    🛠 Fixed

    • 🛠 Capistrano 3 undefined methodverbosity'` bugfix.
    • 🛠 Fixed "uninitialized constant Set" error when Set is not previously required.
  • v2.2.0 Changes

    October 29, 2015

    ➕ Added

    • ➕ Added a config option to automatically set the component to the class name of the Sidekiq job where an error originated. Causes errors to be grouped by worker in addition to class name/location.

    🛠 Fixed

    • 🚀 Always refresh capistrano revision during deploy notification.
    • 👌 Support capistrano-chruby. -Kyle Rippey
    • Send the wrapped class name for Sidekiq traces when using a wrapper such as ActiveJob.
    • 🐎 Performance tuning for Sidekiq plugin.
  • v2.1.5 Changes

    September 23, 2015

    🛠 Fixed

    • Apply parameter filters to local variables.
  • v2.1.4 Changes

    September 02, 2015

    🛠 Fixed

    • 👌 Support windows paths when loading plugins. -@aharpervc