All Versions
111
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 10
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]