- Update agent for new authentication scheme
- Change ENV variable prefix from SK_ to SKYLIGHT_
- Add instrument_method helper
- Add the ability to configure logging from railtie
- Tracks the current host
- [BUG] Handle AS::N monkey patching when there are already subscribers
- [BUG] Handle ruby 1.9.2 encoding bug
- [BUG] Fix unix domain socket write function in standalone agent
- Performance improvements
- Tolerate invalid trace building
- Fix Skylight on Rails 4
- Provide a default CA cert when one is not already present
- Expose Skylight.start! and Skylight.trace as APIs
- Expose Skylight.instrument as an API for custom instrumentation.
- [BUG] Fix some errors caused by floating point rounding
- [BUG] Handle clock skew caused by system clock changes
- [BUG] Require net/https and openssl
- [BUG] Rails' logger does not respond to #log. Use level methods instead
- [BUG] Disable GC profiling on JRuby
- [BUG] GC Profiling was not getting enabled
- Initial release