All Versions
24
Latest Version
Avg Release Cycle
74 days
Latest Release
1296 days ago

Changelog History
Page 1

  • v0.29.0 Changes

    September 30, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ’ฅ BREAKING: Register Serialize sinatra extension correctly. This will require a change in lib/endpoints/base.rb - see here. (#337)
  • v0.28.0 Changes

    May 06, 2020

    ๐Ÿ”„ Changed

    • Ensure all strings with spaces are quoted in logs. (#332)
    • Allow ActiveSupport 5 or 6. (#331)

    ๐Ÿ›  Fixed

    • Ruby warning about File.exists? being deprecated. (#330)
  • v0.27.1 Changes

    January 18, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ— Have Travis CI build against Ruby 2.4 - 2.6. (#329)

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle a JSON Array of parameters. (#328)
  • v0.27.0 Changes

    January 18, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ Upgrade Rubocop to fix a security vulnerability. (#325)
    • ๐Ÿ— Have Travis CI build against Ruby 2.2 - 2.5. (#326)

    ๐Ÿ›  Fixed

    • Sort migrations by filename. (#324)
  • v0.26.2 Changes

    December 15, 2017

    โž• Added

    • โž• Add person data to Rollbar scope on error reporting. (#323)
    • โž• Add zulu_time serialization helper to serialize date time format consistently. (#322)
  • v0.26.1 Changes

    December 04, 2017

    โž• Added

    • โœ… Enable Sinatra 1.x tests for Travis. (#318)
    • ๐Ÿ‘ Allow customizing additional CORS headers. (#320)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support using IndifferentHash rather than indifferent_hash for Sinatra 2. (#317, #319)
  • v0.26.0 Changes

    September 28, 2017

    โž• Added

    • โž• Add serializer arity and length to canonical log lines. (#306)
    • ๐Ÿ‘Œ Support for Sinatra 2.0 (#310)
    • 0๏ธโƒฃ Reintroduce instruments middleware as a default middleware. (#312)

    โœ‚ Removed

    • ๐Ÿ—„ Deprecated HipChat channel notifier. (#311)
  • v0.25.1 Changes

    April 11, 2017

    โž• Added

    • ๐Ÿ‘ Allow an injectable log scrubber. (#309)
  • v0.25.0 Changes

    March 24, 2017

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Ruby 2.4 is now the default. (#308)
    • 0๏ธโƒฃ Log canonical log lines with default log context. (#307)

    ๐Ÿ›  Fixed

    • Include custom data in scope sent to Rollbar. (#303)
  • v0.24.0 Changes

    February 16, 2017

    โž• Added

    • ๐Ÿ’Ž Ruby 2.4 support. Requires activesupport 5+ which drops support for Ruby 2.2.1 and below. (#302)
    • ๐ŸŒฒ Canonical Log Lines (#294)