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

Changelog History
Page 11

  • v2.3.4 Changes

    • ๐Ÿ›  Fix naming for ActiveJob integration with DelayedJob. PR #345
  • v2.3.3 Changes

    • Accept mixed case env variable values for the true value. PR #333
    • Don't record sensitive HTTP_X_AUTH_TOKEN header. PR #334
    • ๐Ÿ‘Œ Support dry run option for Capistrano 3.5.0 and higher. PR #339
    • โšก๏ธ Agent and extension update. Improve agent connection handling. Commit e75d2f9b520d46f6cd0266b484b2c26c3bdc8882
  • v2.3.2 Changes

    • ๐Ÿ‘Œ Improve Rake argument handling. Allow for more detailed view of which arguments a tasks receives. PR #328
  • v2.3.1 Changes

    • ๐Ÿ›  Fix ActiveSupport::Notifications hook not supporting non-string names for events. PR #324
  • v2.3.0 Changes

    • ๐Ÿ›  Fix Shoryuken instrumentation when body is a string. PR #266
    • ๐Ÿ‘ Enable ActiveSupport instrumentation at all times. PR #274
    • โž• Add parameter filtering for background jobs. Automatically uses the AppSignal parameter filtering. PR #280
    • ๐Ÿ‘Œ Improve log messages for transactions. PR #293
    • โœ‚ Remove thread_safe dependency. PR #294
    • โž• Add Transaction#params attribute for custom parameters. PR #295
    • ๐Ÿ›  Fix queue time on DelayedJob integration. PR #297
    • โž• Add ActionCable support. PR #309
    • ๐Ÿ‘ Finish ActiveSupport notifications events when they would encounter a raise or a throw. PR #310
    • โž• Add ignore_namespaces option. PR #312
    • Truncate lengthy parameter values to 2000 characters. Commit 65de1382f5f453b624781cde6e0544c89fdf89ef and d3ca2a545fb22949f3369692dd57d49b4936c739.
    • ๐Ÿ Disable gracefully on Microsoft Windows. PR #313
    • โž• Add tags and namespace arguments to Appsignal.set_error. PR #317
  • v2.2.1 Changes

    • ๐Ÿ›  Fix support for Rails 5.1. PR #286
    • ๐Ÿ›  Fix instrumentation that would report a duration of 0ms for all DataMapper queries. PR #290
    • ๐Ÿšฆ Finish events when Appsignal.instrument encounters a raise or a throw. PR #292
  • v2.2.0 Changes

    • ๐Ÿ‘Œ Support Ruby 2.4 better. PR #234
    • ๐ŸŽ‰ Initial setup for documenting the Ruby gem's code. PR #243
    • Move running_in_container auto detection to extension for easy reuse. PR #249
    • ๐Ÿ‘ Allow overriding of action and namespace for a transaction. PR #254
    • ๐Ÿ”ง Prefix all agent configuration environment variables with an underscore to separate the two usages. PR #258
    • ๐Ÿ‘ฎ Force agent to run in diagnostic mode even when the user config is set to active: false. PR #260
    • Stub JS error catching endpoint when not active. PR #263
    • ๐Ÿ‘‰ Use better event names for Padrino integration. PR #265
    • ๐Ÿ›ฐ No longer gzip payloads send by the Ruby gem transmitter. PR #269
    • ๐Ÿšฆ Send diagnostics data report to AppSignal on request. PR #270
    • ๐Ÿ›ฐ When JS exception endpoint payload is empty return 400 code. PR #271
    • โœ‚ Remove hardcoded DNS servers from agent and add config option. PR #278
  • v2.1.2 Changes

    • ๐Ÿ›  Fix error with Grape request methods defined with symbols. PR #259
  • v2.1.1 Changes

    • ๐Ÿ›  Fix DNS issue related to the musl build. Commit 732c877de8faceabe8a977bf80a82a6a89065c4d and 84e521d20d4438f7b1dda82d5e9f1f533ae27c4b
    • โšก๏ธ Update benchmark and add load test. PR #248
    • ๐Ÿ›  Fix configuring instrument Redis and Sequel from env. PR #257
  • v2.1.0 Changes

    • โž• Add support for musl based libc (Alpine Linux). PR #229
    • Implement Appsignal.is_ignored_error? and Appsignal.is_ignored_action? logic in the AppSignal extension. PR #224
    • Deprecate Appsignal.is_ignored_error?. PR #224
    • Deprecate Appsignal.is_ignored_action?. PR #224
    • ๐Ÿ’… Enforce a coding styleguide with RuboCop. PR #226
    • โœ‚ Remove unused Appsignal.agent attribute. PR #244
    • ๐Ÿšฆ Deprecate unused Appsignal::AuthCheck logger argument. PR #245