All Versions
208
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 5
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
- ๐ Support Ruby 3.0 for Object method instrumentation with keyword arguments (https://docs.appsignal.com/ruby/instrumentation/method-instrumentation.html) PR #693
-
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
andfinish
. - โก๏ธ Updated agent with better logging and an IO stats fix.
- ActionMailer magic dashboard
- ๐ Support AS notifications instrumenters that use
-
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
- Fix
-
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
- ๐ Fix extension install report status output in
-
v2.10.10 Changes
- โฌ๏ธ Bump agent to v-4548c88. PR #634
- Fix issue with host metrics values being reported as "Infinity".
- โฌ๏ธ Bump agent to v-4548c88. PR #634
-
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