All Versions
201
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 16
Changelog History
Page 16
-
v0.11.6 Changes
- Use
APPSIGNAL_APP_NAME
andAPPSIGNAL_ACTIVE
env vars in config - 👍 Better Sinatra support: Use route as action and set session data for Sinatra
- Use
-
v0.11.5 Changes
- ➕ Add Sequel gem support (https://github.com/jeremyevans/sequel)
-
v0.11.4 Changes
- 👉 Make
without_instrumentation
thread safe
- 👉 Make
-
v0.11.3 Changes
- 👌 Support Ruby 1.9 and up instead of 1.9.3 and up
-
v0.11.2 Changes
- 🌲 If APP_REVISION environment variable is set, send it with the log entry.
-
v0.11.1 Changes
- Allow a custom request_class and params_method on Rack instrumentation
- Loop through env methods instead of env
- Add HTTP_CLIENT_IP to env methods
-
v0.11.0 Changes
- 👌 Improved inter process communication
- Retry sending data when the push api is not reachable
- Our own event handling to allow for more flexibility and reliability when using a threaded environment
- 👍 Resque officially supported!
-
v0.10.6 Changes
- ➕ Add config option to skip session data
-
v0.10.5 Changes
- Don't shutdown in
at_exit
- 🌲 Debug log about missing name in config
- Don't shutdown in
-
v0.10.4 Changes
- Add REQUEST_URI and PATH_INFO to env params allowlist