All Versions
208
Latest Version
Avg Release Cycle
22 days
Latest Release
-

Changelog History
Page 5

  • v2.11.5 Changes

    • โž• Add more detailed logging to finish_event calls when the event is unknown, so we know what event is being tried to finish. Commit c888a04d1b9ac947652b29c111c650fb5a5cf71c
  • v2.11.4 Changes

  • v2.11.3 Changes

    • ๐Ÿ‘Œ Support Shoryuken batch workers. PR #687
  • v2.11.2 Changes

    • ๐Ÿ‘Œ Support Ruby 3.0. PR #681
    • ๐Ÿ‘Œ Support breadcrumbs. PR #666
    • ๐Ÿ’Ž Log Ruby errors on extension download. PR #679
    • ๐Ÿ›  Fix Ruby 1.9 build. PR #680
  • v2.11.1 Changes

    • ๐Ÿ‘Œ Support AS notifications instrumenters that use start and finish.
    • โšก๏ธ Updated agent with better logging and an IO stats fix.
    • ActionMailer magic dashboard
  • v2.11.0 Changes

    • ๐Ÿ‘ Track queue time regardless of namespace. Support custom namespaces. PR #602
    • ๐Ÿ‘Œ Improve deprecation message from frontend error middleware. PR #620
    • ๐Ÿ“‡ Report Ruby environment metadata. PR #621, #627, #619, #618
    • ๐Ÿ”จ Refactor: Move minutely probes to their own files and modules. PR #623
    • ๐Ÿ‘ Allow custom action names in Que integration. Needed for Active Job integration. PR #628
    • โž• Add Active Job support. Support Active Job without separate AppSignal integration of the background job library. Add support for previously unsupported Active Job adapters. Adapters that were previously already supported (Sidekiq, DelayedJob and Resque) still work in this new setup. PR #629
    • โž• Add automatic Resque integration. Remove manual Resque and Resque Active Job integrations. PR #630
    • ๐Ÿ›  Fix issue with unknown events from being reported as often for long running agents. Commit ba9afb538f44c68b8035a8cf40a39d89bc77b021
    • โž• Add support for Active Job priority. PR #632
    • ๐Ÿ‘ท Track Active Job job metrics for magic dashboard. PR #633
    • ๐Ÿ‘ท Report Sidekiq jid (job id) as transaction id, reported as "request_id" on AppSignal.com. PR #640
    • ๐Ÿ‘ท Always report Active Job ID, an internal ID used by Active Job. PR #639
    • ๐Ÿ‘Œ Support Delayed::Job jobs without specific method name, using Delayed::Job.enqueue. PR #642
    • โš  Print warnings using Kernel.warn. PR #648
    • โšก๏ธ Update AuthCheck class to use DeprecationMessage helper. PR #649
    • ๐Ÿšฆ Print extension load error when AppSignal is loaded. PR #651
  • v2.10.12 Changes

    • Fix working_directory_path config option loaded from environment variables. PR #653
  • v2.10.11 Changes

    • ๐Ÿ›  Fix extension install report status output in appsignal diagnose. PR #636
    • ๐Ÿ‘Œ Support setting a specific configuration file to load with the Appsignal::Config initializer. PR #638
  • v2.10.10 Changes

    • โฌ†๏ธ Bump agent to v-4548c88. PR #634
      • Fix issue with host metrics values being reported as "Infinity".
  • v2.10.9 Changes

    June 22, 2020
    • ๐Ÿ”ง Use http proxy if configured when downloading agent. PR #606
    • Clear event details cache every 48 hours. Commit eb5e899db69fcd7cfa221567bfd6ac04f2654c9c
    • โž• Add support for Resque ActiveJob queue time reporting. PR #616