All Versions
117
Latest Version
Avg Release Cycle
46 days
Latest Release
298 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.9.4 Changes
November 23, 2015- ๐ [FEATURE] Added instrumentation for official Mongo Ruby Driver (utilized by Mongoid 5+). Add 'mongo' to probes list to enable.
- ๐ [BUGFIX] SQL lexer now handles indentifiers beginning with underscores.
- ๐ [BUGFIX] Excon instrumentation now works correctly.
- ๐ [BUGFIX] Graceful handling of native agent failures on old OS X versions.
- ๐ [IMPROVEMENT] Freeze some more strings for (likely very minor) performance improvements.
- ๐ [IMPROVEMENT] Better error messages when sockdir is an NFS mount.
- ๐ [IMPROVEMENT] On OS X, ensure that Xcode license has been approved before trying to build native agent.
-
v0.9.3 Changes
November 17, 2015- ๐ [BUGFIX] Update SQL lexer to handle more common queries
- ๐ [BUGFIX] Correctly report native gem installation failures
-
v0.9.2 Changes
November 13, 2015- ๐ [BUGFIX] Correctly update Rust agent to include SQL fixes that were supposed to land in 0.9.1.
-
v0.9.1 Changes
November 10, 2015- ๐ [BUGFIX] Update Rust SQL lexer to handle
NOT
and::
typecasting.
- ๐ [BUGFIX] Update Rust SQL lexer to handle
-
v0.9.0 Changes
November 06, 2015- [FEATURE] Expose Skylight::Helpers.instrument_class_method
- ๐ [BUGFIX] Allow for instrumentation of setters
- ๐ [BUGFIX] Fix an issue where loading some items in the Grape namespace without loading the whole library would cause an exception.
- 0๏ธโฃ [IMPROVEMENT] Switch to Rust SQL lexer by default
- ๐ [IMPROVEMENT] Add support for Redis pipelined and multi
- โก๏ธ [IMPROVEMENT] Updated Rust internals
- ๐ [IMPROVEMENT] Agent should now work on current Rails master
- โ [IMPROVEMENT] Better disabling of development mode warning
-
v0.8.1 Changes
October 01, 2015- ๐ [BUGFIX] Fix agent on OS X El Capitan.
- ๐ [PERFORMANCE] Explicitly subscribe to normalized events
- [IMPROVEMENT] Use native unique description tracking
- ๐ [IMPROVEMENT] Native SQL: Support multistatement queries
-
v0.8.0 Changes
August 13, 2015- ๐ [FEATURE] Add Grape instumentation. See https://docs.skylight.io/grape
- [FEATURE] Process ERB in config/skylight.yml
- [FEATURE] Add Rust based SQL lexing. Currently beta. Enable with
config.sql_mode = 'rust'
. - ๐ [BUGFIX] Fixed a case where, With some logger configurations, duplicate messages could be written to STDOUT.
-
v0.7.1 Changes
August 04, 2015- ๐ [BUGFIX] Fix bug in FFI error handling
-
v0.7.0 Changes
August 03, 2015- โก๏ธ [BUFIX] Condvar bug in Rust. Updated to latest nightly.
- ๐ [BUGFIX] Don't crash on ruby stack overflow
- ๐ฒ [IMPROVEMENT] Silence a noisy log message
- โก๏ธ [IMPROVEMENT] Update to latest openssl & curl
- [FEATURE] Add probe on ActionView for layout renders
-
v0.6.1 Changes
June 30, 2015- ๐ [BUGFIX] Don't use $DEBUG to enable verbose internal logging