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

Changelog History
Page 13

  • v1.3.3 Changes

    • 🚦 Output AppSignal environment on appsignal diagnose
    • Prevent transaction crashes on Sinatra routes with optional parameters
    • Listen to stage option to Capistrano 2 for automatic environment detection
    • ➕ Add appsignal_env option to Capistrano 2 to set a custom environment
  • v1.3.2 Changes

    • ➕ Add method to discard a transaction
    • ⚠ Run spec suite with warnings, fixes for warnings
  • v1.3.1 Changes

    • 🛠 Bugfix for problem when requiring config from installer
  • v1.3.0 Changes

    • 0️⃣ Host metrics is now enabled by default
    • Beta of minutely probes including GC metrics
    • 🔨 Refactor of param sanitization
    • 🚅 Param filtering for non-Rails frameworks
    • 👌 Support for modular Sinatra applications
    • ➕ Add Sinatra middleware to Sinatra::Base by default
    • 👍 Allow a new transaction to be forced by sinatra instrumentation
    • 👍 Allow hostname to be set with environment variable
    • Helpers for easy method instrumentation
    • 🚦 Appsignal.instrument helper to easily instrument blocks of code
    • record_event method to instrument events without a start hook
    • 🔧 send_params is now configurable via the environment
    • ➕ Add DataMapper integration
    • ➕ Add webmachine integration
    • Allow overriding Padrino environment with APPSIGNAL_APP_ENV
    • ➕ Add mkmf.log to diagnose command
    • 👍 Allow for local install with bundler bundle exec rake install
    • Listen to stage option to Capistrano 3 for automatic environment detection
    • ➕ Add appsignal_env option to Capistrano 3 to set a custom environment
  • v1.2.5 Changes

    • 🛠 Bugfix in CPU utilization calculation for host metrics
  • v1.2.4 Changes

    • 👌 Support for adding a namespace when mounting Sinatra apps in Rails
    • 👌 Support for negative numbers and ILIKE in the sql lexer
  • v1.2.3 Changes

    • Catch nil config for installer and diag
    • 🐎 Minor performance improvements
    • 👌 Support for arrays, literal value types and function arguments in sql lexer
  • v1.2.2 Changes

    • 🖐 Handle out of range numbers in queue lenght and metrics api
  • v1.2.1 Changes

    • 👉 Use Dir.pwd in CLI install wizard
    • 👌 Support bignums when setting queue length
    • 👌 Support for Sequel 4.35
    • ➕ Add env option to skip errors in Sinatra
    • 🛠 Fix for queue time calculation in Sidekiq (by lucasmazza)
  • v1.2.0 Changes

    • Restart background thread when FD's are closed
    • 0️⃣ Beta version of collecting host metrics (disabled by default)
    • Hooks for Shuryoken
    • Don't add errors from env if raise_errors is off for Sinatra