All Versions
208
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v2.9.17 Changes
November 07, 2019- ๐ฆ Handle missing file and load errors from
application.rb
inappsignal install
for Rails apps. PR #568 - ๐ Support minutely probes for Puma in clustered mode. PR #570 See the installation instructions for the Puma plugin: https://docs.appsignal.com/ruby/integrations/puma.html
- ๐ฆ Handle missing file and load errors from
-
v2.9.16 Changes
September 30, 2019- Check set_error arguments for Exceptions. PR #565
- โฌ๏ธ Bump agent to v-1d8917f - commit 737d6b1b8fc9cd2c0564050bb04246d9267dceb7
- Only attempt to send queued payloads if we have a successful transmission.
-
v2.9.15 Changes
- โฌ๏ธ Bump agent to v-690f4b8 - commit cf4f3787395c8524079f3bed3b2c2367296482a9
- Validate transmission_interval option.
- โฌ๏ธ Bump agent to v-690f4b8 - commit cf4f3787395c8524079f3bed3b2c2367296482a9
-
v2.9.14 Changes
- ๐ Support mirrors when downloading the agent & extension. PR #558
- ๐ Support Que's upcoming 1.0.0 release. PR #557
-
v2.9.13 Changes
- โฌ๏ธ Bump agent to v-e1c9363
- Detect revision from Heroku dynos automatically when Dyno Metadata is turned on.
- โฌ๏ธ Bump agent to v-e1c9363
-
v2.9.12 Changes
- โฌ๏ธ Bump agent to v-a3e0f83 - commit 3d94dd42645922214fc2f5bc09cfa7c597323198
- Better detect zombie/defunct processes on containers and consider the processes dead. This should improve the appsignal-agent start behavior.
- ๐ Fix Sequel install hook version detection mismatch. PR #553
- ๐ Improve support for older Sidekiq versions. PR #555
- โฌ๏ธ Bump agent to v-a3e0f83 - commit 3d94dd42645922214fc2f5bc09cfa7c597323198
-
v2.9.11 Changes
- โฌ๏ธ Bump agent to v-a718022
- Fix container CPU runtime metrics. See https://github.com/appsignal/probes-rs/pull/38 for more information.
- Improve host metrics calculations accuracy for counter metrics. See https://github.com/appsignal/probes-rs/pull/40 for more information.
- Support Kernel 4.18+ format of /proc/diskstats file parsing. See https://github.com/appsignal/probes-rs/pull/39 for more information.
- โฌ๏ธ Bump agent to v-a718022
-
v2.9.10 Changes
- ๐ Fix Puma minutely probe start where
daemonize
is set totrue
. PR #548
- ๐ Fix Puma minutely probe start where
-
v2.9.9 Changes
- ๐ Fix error in the ActiveSupport::Notifications integration when a transaction gets completed during event instrumentation. PR #532
- ๐ Fix Redis constant load error. PR #543
- โ Add more logging for errors in debug mode. PR #544
- Deprecate notify_of_deploy command. PR #545
- ๐ฆ Always call the block given to
Appsignal.monitor_transaction
and log errors from the helper even when AppSignal is not active. PR #547
-
v2.9.8 Changes
- ๐ Fix Ruby 1.9 compatibility in extension installation. PR #531