All Versions
117
Latest Version
Avg Release Cycle
46 days
Latest Release
756 days ago

Changelog History
Page 6

  • v1.1.0 Changes

    March 09, 2017
    • 🐧 [FEATURE] Support musl-based OSes (including Alpine Linux)
    • [FEATURE] Add Elasticsearch Probe
    • [FEATURE] Add HTTPClient probe (#76)j
    • ⚡️ [IMPROVEMENT] Update tested Ruby versions, drop 1.9.2
    • 🛠 [BUGFIX] Fix HTTP_PROXY handling of empty strings (#90)
    • 🛠 [BUGFIX] Don't crash on empty content_type strings
    • 🛠 [BUGFIX] Use more robust method to detect home dir (#75)
    • 🛠 [BUGFIX] Add option to suppress environment warning (#62)
  • v1.0.1 Changes

    November 15, 2016
    • 🛠 [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
  • v1.0.0 Changes

    October 19, 2016
    • 👍 [BETA FEATURE] Track separate segments for endpoints. Contact [email protected] 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
  • v0.10.6 Changes

    August 10, 2016
    • 🛠 [BUGFIX] Turn off -Werror and -pedantic for builds. Issue #64
  • v0.10.5 Changes

    June 22, 2016
    • 🛠 [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
  • v0.10.4 Changes

    June 03, 2016
    • 🛠 [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
  • v0.10.3 Changes

    February 02, 2016
    • 🛠 [BUGFIX] Don't validate configuration on disabled environments.
  • v0.10.2 Changes

    January 19, 2016
    • 🛠 [BUGFIX] Fix git repository warning on startup. Issue #58
  • v0.10.1 Changes

    January 04, 2016
    • 🚀 [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!)
  • v0.10.0 Changes

    December 03, 2015
    • [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