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

Changelog History
Page 5

  • v1.4.4 Changes

    November 07, 2017
    • ๐Ÿ›  [BUGFIX] The minimum glibc requirement was errorneously bumped to 2.15. We have returned it to 2.5.
  • v1.4.3 Changes

    October 18, 2017
    • ๐Ÿ›  [BUGFIX] In rare cases, Rails Middleware can be anonymous classes. We now handle those without raising an exception.
  • v1.4.2 Changes

    October 11, 2017
    • ๐Ÿ›  [BUGFIX] For experimental deploy tracking support, resolve an error that occurred if the Git SHA and description were not set.
  • v1.4.1 Changes

    October 10, 2017
    • ๐Ÿ›  [BUGFIX] Fix an issue that would prevent the daemon from starting up on FreeBSD.
  • v1.4.0 Changes

    October 04, 2017
    • [FEATURE] Add probe for Rack Middlewares
    • [FEATURE] ActiveRecord Instantiation instrumentation
    • [FEATURE] Faraday instrumentation. Add 'faraday' to your probes list.
    • [IMPROVEMENT] Increase limit for items tracked in a requests
    • [IMPROVEMENT] Allow for more fine-grained control over position of Skylight::Middleware
    • ๐Ÿ”ง [IMPROVEMENT] Improved handling of the user-level configuration options
    • [IMPROVEMENT] Avoid processing Skylight::Middleware unnecessarily
    • โœ… [EXPERIMENTAL] FreeBSD support. (This should work automatically on FreeBSD systems, but real-world testing has been minimal.)
    • ๐Ÿ‘ท [EXPERIMENTAL] ActionJob Enqueue instrumentation. (Only tracks the enqueuing of new jobs. Does not instrument jobs themselves. Off by default since it's not clear how useful it is. To enable: require 'skylight/normalizers/active_job/enqueue_at'.)
  • v1.3.1 Changes

    May 17, 2017
    • ๐Ÿ‘ [IMPROVEMENT] Better suggestions in skylight doctor.
  • v1.3.0 Changes

    May 17, 2017
    • [FEATURE] Add normalizer for couch_potato. (Thanks @cobot)
    • ๐Ÿ”ง [IMPROVEMENT] skylight doctor now validates SSL configuration
    • [IMPROVEMENT] Add ENV option to force use of bundled SSL certificates
  • v1.2.2 Changes

    April 28, 2017
    • ๐Ÿ›  [BUGFIX] Update bundled SSL certificates to avoid an authentication issue some users encountered due to a new skylight.io certificate.
  • v1.2.1 Changes

    April 20, 2017
    • ๐Ÿ›  [BUGFIX] Ignored heartbeat endpoints with response types weren't actually ignored. They now will be!
  • v1.2.0 Changes

    April 10, 2017
    • [FEATURE] Response Type tracking for all applications. (Previously known as Segments.)