File rubygem-sentry-raven.changes of Package rubygem-sentry-raven
-------------------------------------------------------------------
Thu Jun 24 17:58:52 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 3.1.2
see installed CHANGELOG.md
## 3.1.2
- Fix Delayed::Plugins::Raven when job raises exception [#1057](https://github.com/getsentry/sentry-ruby/pull/1057)
- Merge hash instead of replacing the original value in user_context [#1064](https://github.com/getsentry/sentry-ruby/pull/1064)
- Don't exclude ActionView::MissingTemplate error by default [#1092](https://github.com/getsentry/sentry-ruby/pull/1092)
- Fix typo: much -> must for Raven::Event [#1106](https://github.com/getsentry/sentry-ruby/pull/1106)
- Fix undefined local variable or method logger [#1143](https://github.com/getsentry/sentry-ruby/pull/1143)
- Fixes [#1110](https://github.com/getsentry/sentry-ruby/issues/1110)
- fix format headers for sentry-raven [#1198](https://github.com/getsentry/sentry-ruby/pull/1198)
- Print deprecation message after sentry-raven is installed [#1206](https://github.com/getsentry/sentry-ruby/pull/1206)
-------------------------------------------------------------------
Fri Sep 25 14:55:09 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 3.1.1
changelog.md removed upstream
-------------------------------------------------------------------
Thu May 7 21:29:44 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 3.0.0
see installed changelog.md
3.0.0
----
* SDK now requires Ruby >= 2.3
* REF: Retain any literal "HTTP-" in header names [@elliterate, #950]
* REF: Delete JSON spec for recursive hashes [@ksylvest, #952]
* FEAT: Bump faraday version to latest [@ksylvest, #946]
-------------------------------------------------------------------
Mon Feb 10 15:46:43 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.13.0
see installed changelog.md
2.13.0
----
* FIX: Sanitize event data before they are sent to async job. [@edariedl, #895]
* FIX: Serialization MongoDB ObjectId to JSON problem with gem delayed_job_mongoid conjunction. [@eagleas, #935]
* FEAT: Skip ActiveJob integration if there is a better one [@fsateler, #909]
* FIX: Bugs with send_event in asynchronous mode (#940) [@cstyles, #940]
2.12.3
----
* FIX: crash when Process.wait is used [@asBrettisay, #895]
2.12.2
----
* FIX: return tags/extra for [@rivayama, #931]
2.12.1
----
* FIX: undefined method `[]' for nil:NilClass [@HazAT, #932]
2.12.0
----
* FIX: Remove duplicate message when exception is emitted
* FIX: Frozen string bug in utf8conversation
* FEATURE: Allow block on tags_context and extra_context
2.11.3
----
* FIX: infinite backoff under pressure [@Bonias, #886]
2.11.2
----
* REF: Warn on 4xx error [@iloveitaly, #862]
2.11.1
----
* FIX: Call `to_s` on breadcrumb message [@halkeye, #914]
2.11.0
----
* FEATURE: Prepend the transaction around_action so libraries with controllers can alter the value. [@drcapulet, #887]
2.10.0
-----
* FEATURE: Added support for `SENTRY_ENVIRONMENT` [@mtsmfm, #910]
* FEATURE: Added support for `SENTRY_RELEASE` [@coorasse, #911]
-------------------------------------------------------------------
Sat Mar 2 15:38:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.9.0
see installed changelog.md
2.9.0
-----
* FEATURE: Added `config.inspect_exception_causes_for_exclusion`. Determines if the exception cause should be inspected for `config.excluded_exceptions` option. [@effron, #872]
-------------------------------------------------------------------
Mon Jan 14 13:57:54 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.8.0
see installed changelog.md
2.8.0
-----
* FEATURE: Added `config.before_send`. Provide a lambda or proc to this config setting, which will be `call`ed when before sending an event to Sentry. Receives `event` and `hint` as parameter. `hint` is a has {:exception => ex | nil, :message => message | nil}. [@hazat, #847]
-------------------------------------------------------------------
Fri Jun 15 00:14:10 UTC 2018 - factory-auto@kulow.org
- updated to version 2.7.4
see installed changelog.md
2.7.4
-----
* BUGFIX: Correctly handle public only DSNs [@mitsuhiko, #847]
* BUGFIX: context attributes with nil raised error [@joker-777, 824]
* BUGFIX: Suppress warning about enabling dyno metadata in Heroku CI [@meganemura, #833]
-------------------------------------------------------------------
Thu Apr 26 17:19:19 UTC 2018 - factory-auto@kulow.org
- updated to version 2.7.3
see installed changelog.md
2.7.3
-----
* BUGFIX: Fix proxy settings for Faraday [@Strnadj, #820]
* BUGFIX: Fix duplicated events in ActiveJob w/DelayedJob and Sidekiq [@BrentWheeldon, #815]
-------------------------------------------------------------------
Tue Feb 27 05:33:06 UTC 2018 - factory-auto@kulow.org
- updated to version 2.7.2
see installed changelog.md
2.7.2
-----
* BUGFIX: GlobalIDs are now displayed correctly in Sidekiq contexts [@louim, #798]
* BUGFIX: If git is not installed, fail silently during release detection [@nateberkopec]
* BUGFIX: We do not support rack-timeout <= 0.2, fix errors when incompat version present [@nateberkopec]
* BUGFIX: Put cookies in the correct spot of event [@nateberkopec, #812]
* BUGFIX: Exception context is deep_merged [@janklimo, #782]
-------------------------------------------------------------------
Thu Oct 26 10:13:39 UTC 2017 - coolo@suse.com
- updated to version 2.7.1
see installed changelog.md
2.7.1
-----
* BUGFIX: Fixed LocalJumpError in Rails controllers [@nateberkopec w/@frodsan, #774]
-------------------------------------------------------------------
Wed Oct 11 06:17:43 UTC 2017 - coolo@suse.com
- updated to version 2.7.0
see installed changelog.md
2.7.0
-----
* FEATURE: Add random sampling. [@nateberkopec, #704]
* FEATURE: Transactions. See Context docs for usage. [@nateberkopec, #743]
* FEATURE: You can set the current environment for Sentry via `SENTRY_CURRENT_ENV` env variable. Useful if your staging environment's RACK_ENV is "production", for example. [@tijmenb, #736]
* BUGFIX: Fix wrapped classnames in old versions of Sidekiq and ActiveJob [@nateberkopec, #702]
* BUGFIX: Server names on Heroku were pretty useless before - now they follow the dyno name ("worker.1", "web.2") [@nateberkopec, #703]
* BUGFIX: ActiveJob::DeserializationError is now ignored by default. Not doing so can cause infinite loops if you are using an ActiveJob async callback. [@nateberkopec, #701]
* BUGFIX: Binary conversion to UTF-8 when binary is frozen is fixed [@nateberkopec, #757]
* REFACTOR: We now use an updated port of Rails' deep_merge which should be 5-10% faster [@nateberkopec, #770]
* REFACTOR: Tests have been cleaned up, and now run in random order. [@nateberkopec]
* REFACTOR: Raven::Event has been refactored a bit [@nateberkopec]
-------------------------------------------------------------------
Mon Aug 28 05:38:42 UTC 2017 - coolo@suse.com
- updated to version 2.6.3
see installed changelog.md
2.6.3
-----
* BUGFIX: Fixed typo in the Heroku warning [@greysteil, #728]
* BUGFIX: Swallow IOErrors when reading the Rack request body [@nateberkopec]
* BUGFIX: Fix invalid UTF-8/circular references when using async [@nateberkopec, #730]
-------------------------------------------------------------------
Thu Aug 3 19:41:04 UTC 2017 - coolo@suse.com
- updated to version 2.6.2
see installed changelog.md
2.6.2
-----
* BUGFIX: If using the Sidekiq or DelayedJob adapters with ActiveJob, ActiveJob wouldn't re-raise upon capturing an exception. [@nateberkopec, 5b02ad4ff2]
* KNOWN ISSUE: When using `async`, Rack integration is not thread-safe [#721]
* KNOWN ISSUE: When using `async`, encoding errors may be raised [#725]
2.6.1
-----
* BUGFIX: Fix cases where ActionDispatch::RemoteIP would blow up during event creation [@cmoylan, #722]
* BUGFIX: In ActiveJob, don't report exceptions which can be rescued by rescue_from handlers [@bensheldon, #719]
2.6.0
-----
* FEATURE: raven-ruby now marks itself as the "ruby" logger by default, to match raven-js behavior [@nateberkopec]
* FEATURE: You may now override the default sanitization parameters [#712, @nateberkopec]
* FEATURE: Breadcrumb buffers are now publicly accessible [#686, @nateberkopec]
* FEATURE: We yell at you now if you're using Heroku but don't have runtime-dyno-metadata enabled [#715, @nateberkopec]
* FEATURE: project_root will always be set, regardless of framework [#716, @nateberkopec]
* BUGFIX: Request body and message limits now match Sentry server defaults [#714, @nateberkopec]
* BUGFIX: Sidekiq context now works as expected [#713, @nateberkopec]
* BUGFIX: Capture exceptions in ActiveJob when not using Sidekiq adapter [#709, #671, @nateberkopec]
-------------------------------------------------------------------
Tue Jun 20 06:58:18 UTC 2017 - coolo@suse.com
- updated to version 2.5.3
see installed changelog.md
2.5.3
-----
* BUGFIX: Deal properly with ASCII_8BIT/BINARY encodings [#689, #696, @nateberkopec]
-------------------------------------------------------------------
Tue Jun 6 05:41:21 UTC 2017 - coolo@suse.com
- updated to version 2.5.2
no changelog found
-------------------------------------------------------------------
Tue May 30 05:20:18 UTC 2017 - coolo@suse.com
- updated to version 2.5.1
no changelog found
-------------------------------------------------------------------
Tue May 23 10:20:18 UTC 2017 - coolo@suse.com
- updated to version 2.5.0
no changelog found
-------------------------------------------------------------------
Thu Mar 16 05:41:23 UTC 2017 - coolo@suse.com
- updated to version 2.4.0
no changelog found
-------------------------------------------------------------------
Tue Feb 21 05:39:21 UTC 2017 - coolo@suse.com
- updated to version 2.3.1
no changelog found
-------------------------------------------------------------------
Fri Jan 6 05:43:01 UTC 2017 - coolo@suse.com
- updated to version 2.3.0
no changelog found
-------------------------------------------------------------------
Fri Dec 9 05:45:53 UTC 2016 - coolo@suse.com
- updated to version 2.2.0
no changelog found
-------------------------------------------------------------------
Thu Nov 24 05:42:05 UTC 2016 - coolo@suse.com
- updated to version 2.1.4
no changelog found
-------------------------------------------------------------------
Sat Oct 29 04:48:18 UTC 2016 - coolo@suse.com
- updated to version 2.1.2
no changelog found
-------------------------------------------------------------------
Sat Jun 25 17:22:29 UTC 2016 - mrueckert@suse.de
- update to 1.1.0
-------------------------------------------------------------------
Wed Feb 24 09:26:43 UTC 2016 - mrueckert@suse.de
- update to 0.15.6
-------------------------------------------------------------------
Fri Jan 29 10:37:08 UTC 2016 - mrueckert@suse.de
- update to 0.15.4
-------------------------------------------------------------------
Thu Jan 21 13:03:52 UTC 2016 - mrueckert@suse.de
- initial package