All Versions
208
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 13
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
- ๐ฆ Output AppSignal environment on
-
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