All Versions
76
Latest Version
Avg Release Cycle
52 days
Latest Release
537 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