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

Changelog History
Page 4

  • v3.0.4 Changes

    • ๐Ÿšฆ 6338e822 patch - Drop logger level to debug. Reduce the output on the "info" level and only show these messages in debug mode. This should reduce the noise for users running AppSignal with the STDOUT logger, such as is the default on Heroku.
  • v3.0.3 Changes

    • ๐Ÿ›  Fix deprecation message for set_error namespace argument. PR #712
    • ๐Ÿ›  Fix example code for Transaction#set_namespace method. PR #713
    • ๐Ÿ›  Fix extension fallbacks on extension installation failure, that caused
    • NoMethodErrors. PR #720
    • โฌ†๏ธ Bump agent to v-75e76ad. PR #721
  • v3.0.2 Changes

    • Fix error on Rails boot when enable_frontend_error_catching is true. PR #711
  • v3.0.1 Changes

    • Fix error occurring on APPSIGNAL_DNS_SERVER environment variable option parsing. PR #709
  • v3.0.0 Changes

    โฌ†๏ธ Please read our [upgrade from version 2 to 3 guide][upgrade3] before upgrading.

    โฌ†๏ธ [upgrade3]: https://docs.appsignal.com/ruby/installation/upgrade-from-2-to-3.html

    • โฌ‡๏ธ Drop Ruby 1.9 support. PR #683, #682, #688, #694
    • ๐Ÿ’Ž Require Ruby 2.0 or newer for gem. PR #701
    • ๐Ÿ›  Use Module.prepend for all gem integrations. Fixes #603 in combination with other gems that provide instrumentation for gems. PR #683
    • โœ‚ Remove deprecated integrations, classes, methods and arguments. PR #685, #686
    • Deprecate set_error and send_error error helpers tags and namespace arguments. PR #702
    • โž• Add Sidekiq error handler. Report more Sidekiq errors that happen around job execution. PR #699
  • v2.11.10 Changes

    • Backport extension fallbacks on extension installation failure, that caused NoMethodErrors. PR #736
  • v2.11.9 Changes

    • ๐Ÿ›  Fix and simplify Ruby method delegation for object method instrumentation in the different Ruby versions. PR #706
  • v2.11.8 Changes

    • Mark minutely probe thread as fork-safe by @pixeltrix. PR #704
  • v2.11.7 Changes

    • ๐Ÿ›  Fix ActionCable integration in test environment using stub_connection. PR #705
  • v2.11.6 Changes

    • Prepend Sidekiq middleware to wrap all Sidekiq middleware. Catches more errors and provide more complete performance measurements. PR #698