- [BETA FEATURE] Support musl-based OSes (including Alpine Linux)
- [BUGFIX] Gracefully handle non-writable log files
- [BUGFIX] Fix skylight doctor's handling of config files
- [BUGFIX] Support MetalControllers that don't use ActionController::Rendering
- [BETA FEATURE] Track separate segments for endpoints. Contact support@skylight.io to have this feature enabled for your account.
- [FEATURE] Initial 'skylight doctor' command
- [BREAKING] Removed old
skylight setup
without creation token - [BREAKING] Remove Ruby based SQL lexer
- [IMPROVEMENT] Internal refactors
- [BUGFIX] Correctly pass 'false' config values to Rust agent
- [BUGFIX] Turn off -Werror and -pedantic for builds. Issue #64
- [BUGFIX] Fix issue with Grape multi-method naming
- [BUGFIX] Add http to proxy_url for native fetching
- [BUGFIX] Fix setting
proxy_url
in config YML - [IMPROVEMENT] Log errors during authentication validation
- [BUGFIX] Sinatra instrumenation now works for latest master
- [BUGFIX] Sequel support for 4.35.0
- [BUGFIX] Handle latest ActiveModel::Serializers version
- [BUGFIX] More precise check for existence of Rails
- [BREAKING] Drop official support for Sinatra 1.2 (it likely never worked correctly)
- [IMPROVEMENT] On Heroku, logs are now written to STDOUT
- [IMPROVEMENT] Allow Skylight to raise on logged errors, useful for testing and debugging
- [IMPROVEMENT] Finish Rack::Responses in Middleware
- [IMRPOVEMENT] Better message when config/skylight.yml already exists
- [IMPROVEMENT] Update Rust Agent with SQL improvements, including handling for arrays and WITH
- [BUGFIX] Don't validate configuration on disabled environments.
- [BUGFIX] Fix git repository warning on startup. Issue #58
- [FEATURE] Preliminary work for deploy tracking (not yet functional)
- [BUGFIX] Don't crash if user config (~/.skylight) is empty
- [BUGFIX] Better handling of unsupported moped versions
- [IMPROVEMENT] Internal refactor of configuration handling
- [IMPROVEMENT] Improve automated tests
- [IMPROVEMENT] Fix tests in Rails 5 (No actual code changes required!)
- [FEATURE] ActiveModel::Serializers Instrumentation. Always on in latest HEAD, for previous version add 'active_model_serializers' to probes list.
- [BUGFIX] Handle multi-byte characters in SQL lexer
- [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.
- [BUGFIX] Update SQL lexer to handle more common queries
- [BUGFIX] Correctly report native gem installation failures
- [BUGFIX] Correctly update Rust agent to include SQL fixes that were supposed to land in 0.9.1.
- [BUGFIX] Update Rust SQL lexer to handle
NOT
and::
typecasting.
- [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.
- [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
- [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
- [FEATURE] Add Grape instumentation. See http://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.
- [BUGFIX] Fix bug in FFI error handling
- [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
- [BUGFIX] Don't use $DEBUG to enable verbose internal logging
- [IMPROVEMENT] Eliminates runtime dependency on the Rails constant across the entire codebase
- [FEATURE] Support for Sinatra applications. See http://docs.skylight.io/sinatra/
- [FEATURE] Support for the Sequel ORM (off by default for Rails apps)
- [FEATURE] Support for Tilt templates (off by default for Rails apps)
- [IMPROVEMENT] Support ignoring multiple heartbeat endpoints
- [BUGFIX] Fix compilation errors on old GCC
- [BUGFIX] Fix issues with working directory dissappearing
- [IMPROVEMENT] Automatically load configuration from ENV
- [FEATURE] Track object allocations per span
- [IMPROVEMENT] Fix C warnings
- [BUGFIX] Fix Moped integration when queries include times
- [BUGFIX] Fix exit status on MRI 1.9.2
- [BUGFIX] Strip SQL comments for better aggregation
- [BUGFIX] Fix downloading native agent on 32bit systems
- [BUGFIX] Support legacy config settings
- [FEATURE] Check FS permissions on instrumenter start
- Featherweight Agent: lowered CPU and memory overhead
- [IMPROVEMENT] Add support for ignoring an endpoint by name
- [BUGFIX] Skylight crashing on start won't crash entire app
- [BUGFIX] Fix app name fetching on Windows for
skylight setup
- [IMPROVEMENT] HEAD requests are no longer instrumented and will not count towards usage totals.
- [IMPROVEMENT] Added LICENSE and CLA
- [IMPROVEMENT] Improve how warnings are logged to reduce overall noise and interfere less with cron jobs
- [BUGFIX] Fixed a case where failed app creation raised an exception instead of printing error messages
- [FEATURE] Redis probe (Not enabled by default. See http://docs.skylight.io/agent/#railtie)
- [FEATURE] Support app creation with token instead of email/password
- [BUGFIX] App creation now works even when Webmock is enabled
- [BUGFIX] Fix instrumentation for methods ending in special chars
- [BUGFIX] Improved SQL parsing
- [IMPROVEMENT] Respect collector token expiration to reduce token requests
- Fix warning for Cache.instrument overwrite
- Fixed ActiveSupport::Cache monkeypatch
- Basic instrumentation for ActiveSupport::Cache
- Fix incompatibility with old version of rack-mini-profiler
- Better error messages when config/skylight.yml is invalid
- Better error messages for non-writeable lock/sockfile path
- Do not build C extension if dependencies (libraries/headers) are missing
- [RUST] Improve performance by not double copying memory when serializing
- Enable the Net::HTTP probe by default
- Load probes even when agent is disabled
- Check for Excon::Middlewares before installing the probe
- SQL error encoder should not operate in-place
- Fix Middleware
- More debug logging
- Log Rails version in MetricsReporter
- Handle missing Net::ReadTimeout in 1.9.3
- Include original exception information in sql_parse errors
- Debugging for failed application creation
- Make double sure that Trace started_at is an Integer
- Include more information in type check errors
- Use stdlib SecureRandom instead of ActiveSupport::SecureRandom - Fixes Rails 3.1
- Instrumenter#start! should fail if worker not spawned
- Configurable timeouts for Util::HTTP
- Improve proxy handling for Util::HTTP
- Improve HTTP error handling
- Refactor sql_parse errors
- Improved error handling and internal metrics
- Improved missing native agent message
- Improved install logging
- Added initial inline docs
- Respects HTTP_PROXY env var during installation
- Don't overwrite sockfile_path if set explicitly
- Don't raise on missing native agent path
- Avoid finalizing sockets in the child process
- Fix non-displaying warnings around native agent
- Remove HTTP path information from title for better grouping
- Update vendored highline to 1.6.21
- Send more information with exceptions for easier debugging
- Instrument and report internal agent metrics for easier debugging
- Fix bug with tracking request counts per endpoint
- Use a default event category if none passed to Skylight.instrument
- Fix bugs around disabling the agent
- Fix native extension compilation bugs
- Shorter token validation timeout
- Allow validation to be skipped
- Update Rust component
- Return true from Task#handle to avoid sutdown
- Fix numeric check that caused crash on some 32-bit systems
- Improve error message for missing Skylight ext
- Better config error messages
- Validate authentication token before starting
- Add proxy support
- Don't try to boot Skylight without native agent
- Make exception classes always available
- CLI should require railtie before loading application.rb
- Load the railtie even without native agent
- Autoload Skylight:Helpers even when native agent isn't available
- Fix SEGV
- Fix requires to allow CLI to function without native extension.
- Native Rust agent
- Send exceptions occurring during HTTP requests to the client.
- Warn users when skylight is potentially disabled incorrectly.
- Update SQL Lexer to 0.0.6
- Log the backtraces of unhandled exceptions
- Add support for disabling GC tracking
- Add support for disabling agent
- Disable annotations to reduce memory load.
inspect
even whitelisted payload props- Ignore Errno::EINTR for 'ps' call
- Revert "Update SqlLexer to 0.0.4"
- Whitelist process action annotation keys.
- Update SqlLexer to 0.0.4
- Fix SQL lexing for comments, arrays, double-colon casting, and multiple queries
- Handle template paths from gems
- Status and exception reports for agent debugging
- Added support for Mongoid/Moped
- Fix probe enabling
- Improved error reporting
- Fix bug with multiple subscribers to same notification
- Fix bin/skylight
- Added Probes, initially Net::HTTP and Excon
- Wide-ranging memory cleanup
- Better resiliance to binary and encoding errors
- Add support for disabling
- De-dupe rendering instrumentation better
- Fix send_file event to not spew a gazillion nodes
- Rails 3.0 compatibility
- Detailed SQL annotations
- 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