All Versions
111
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 10

  • v0.15.0 Changes

    • โœ‚ Remove Certifi and use default Ruby SSL config [zanker, #352]
    • ๐Ÿ‘Œ Support for fingerprint [dcramer]
    • ๐Ÿ‘Œ Improved documentation and tests around various attributes [dcramer]
    • ๐Ÿ‘ Allow configurable integrations [cthornton]
    • ๐Ÿ‘ป Prevent recursion with Exception.cause [dcramer, #357]
    • ๐Ÿ‘‰ Use empty hash if false-y value [GeekOnCoffee, #354]
    • Correct some behavior with at_exit error capturing [kratob, #355]
    • Sanitize matches whole words [alyssa, #361]
    • ๐Ÿ”ฆ Expose more debugging info to active_job integration [tonywok, #365]
    • ๐Ÿš… Capture exceptions swallowed by rails [robertclancy, #343]
    • Sanitize the query string when the key is a symbol [jason-o-matic, #349]
    • ๐Ÿ“š Moved documentation to docs.getsentry.com [mitsuhiko]
  • v0.14.0 Changes

    • ๐Ÿ’Ž Correct handling of JRuby stacktraces [dcramer]
    • ๐Ÿ‘ Better handling of unreachable file contexts [dcramer, #335]
    • 0๏ธโƒฃ SSL is now default ON [dcramer, #338]
    • Capture exceptions in runner tasks [eugeneius, #339]
    • ๐Ÿ‘ท ActiveJob integration [lucasmazza, #327]
    • Cleanup return values of async blocks [lucasmazza, #344]
    • ๐Ÿ‘ Better handling when sending NaN/Infinity JSON values [Alric, #345]
    • ๐Ÿ›  Fix issues with digest/md5 namespace [lsb, #346]
  • v0.13.3 Changes

    • ๐Ÿ›  Fix a deprecation warning being shown in regular operation [ripta, #332]
  • v0.13.2 Changes

    • ๐Ÿ‘ท DelayedJob integration now includes the job id [javawizard, #321]
    • ๐Ÿš… Rails integration now works properly when you're not using all parts of Rails (e.g. just ActiveRecord) [lucasmazza, #323]
    • ๐Ÿ›  Bugfix CLI tool when async config is on [if1live, #324]
    • ๐Ÿ›  Fix and standardize tag hierarchies. Event tags > context tags > configuration tags in all cases. [JonathanBatten, #322 and eugeneius, #330]
    • ๐Ÿ‘€ Using #send on Client, Base, and Transports is now deprecated. See the commit (or the deprecation message) for their replacements. [nateberkopec, #326]
    • You can now disable credit-card-like value filtering. [codekitchen, #329]
  • v0.13.1 Changes

    • Raven::Transports::HTTP#send returns the response now. [eagletmt, #317]
    • ๐Ÿ‘ Filenames now work a lot better when you vendor your gems. [eugeneius, #316]
    • ๐Ÿ›  Fix raven:test issue when testing non-async configurations. [weynsee, #318]
    • ๐Ÿ›  Fix blockless Raven#capture. [dinosaurjr, #320]
    • ๐Ÿ›  Fix some log messages [eagletmt, #319]
  • v0.13.0 Changes

    • ๐Ÿ‘Œ Support exception chaining [javawizard, #312]
    • โž• Add support for sending release version [eugeneius, #310]
    • ๐Ÿ‘ Better status reports on configuration [faber, #309]
    • ๐Ÿ‘ท Client "send" method accepts an event in object or hash format - this will make it much easier to send Sentry events in a delayed job! [marclennox, #300]
    • ๐Ÿ›  Fix duplicate fields in SanitizeData [wyattisimo, #294]
    • Always preserve filename paths under project_root [eugeneius, #291]
    • ๐Ÿ›  Truncate project root prefixes from filenames [eagletmt, #278]
    • Renamed should_send callback to should_capture [nateberkopec, #270]
    • Silencing the ready message now happens in the config as normal [nateberkopec, #260]
    • ๐Ÿ”จ Various internal refactorings see here
  • v0.12.3 Changes

    • URL query parameters are now sanitized for sensitive data [pcorliss, #275]
    • Raven::Client can now use a proxy server when sending events to Sentry [dcramer, #277]
    • Raven::Client will now use a timed backoff strategy if the server fails [codekitchen, #267]
    • Automatic integration loading is now a lot less brittle [dcramer, handlers, #263, #264]
    • ๐Ÿ›  Fixed some issues with prefixes and DSN strings [nateberkopec, #259]
    • If Raven is initialized without a server config, it will no longer send events [nateberkopec, #258]
    • Slightly nicer credit-card-like number scrubbing [nateberkopec, #254]
    • ๐Ÿ›  Fix some exceptions not being caught by Sidekiq middleware [nateberkopec, #251]
    • Uncommon types are now encoded correctly [nateberkopec, #249]
  • v0.12.2 Changes

    • ๐Ÿ”’ Security fix where exponential numbers in specially crafted params could cause a CPU attack [dcramer, #262]
  • v0.12.1 Changes

    • ๐Ÿ‘ท Integrations (Sidekiq, DelayedJob, etc) now load independently of your Gemfile order. [nateberkopec, #236]
    • ๐Ÿ›  Fixed bug where setting tags mutated your configuration [berg, #239]
    • ๐Ÿ›  Fixed several issues with SanitizeData and UTF8 sanitization processors [nateberkopec, #238, #241, #244]
  • v0.12.0 Changes

    • You can now give additional fields to the SanitizeData processor. Values matched are replaced by the string mask (*********). Full documentation (and how to use with Rails config.filter_parameters) here. [jamescway, #232]
    • ๐Ÿšš An additional processor has been added, though it isn't turned on by default: RemoveStacktrace. Use it to remove stacktraces from exception reports. [nateberkopec, #233]
    • ๐Ÿšš Dependency on uuidtools has been removed. [nateberkopec, #231]