Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jul 16, 2019

Bumps raven from 6.0.0 to 6.10.0.

Release notes

Sourced from raven's releases.

6.10.0

  • [Core] Fixed stackframes in some situations being in inverse order.
  • [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals).
  • [Core] No longer send NaN local vars as non-standard JSON.

6.8.0 (2018-05-12)

  • [Core] Fixed DSNs without secrets not sending events.
  • [Core] Added lazy import for pkg_resources
  • [Core] Added NamedTuple Serializer
  • [Sanic] Fixed sanic integration dependencies
  • [Django] Fixed sql hook bug

6.7.0 (2018-04-18)

  • [Sanic] Added support for sanic.
  • [Core] Disabled dill logger by default
  • [Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE
    environment variables
  • [Core] DSN secret is now optional
  • [Core] Added fix for cases with exceptions in repr
  • [core] Fixed bug with mutating record.data

6.6.0 (2018-02-12)

  • [Core] Add trimming to breadcrumbs.
  • [Core] Improve host message at startup.
  • [Core] Update pytest to work on other environments

6.5.0 (2018-01-15)

  • [Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor
  • [Core] Improve exception handling in Serializer.transform
  • [Core] Fixed celery.register_logger_signal ignoring subclasses
  • [Core] Fixed sanitizer skipping byte instances
  • [Lambda] Fixed AttributeError when requestContext not present

6.4.0 (2017-12-11)

  • [Core] Support for defining sanitized_keys on the client (pr/990)
  • [Django] Support for Django 2.0 Urlresolver
  • [Docs] Several fixes and improvements

6.3.0 (2017-10-29)

  • [Core] Changed default timeout on http calls to 5 seconds
  • [Core] Fixed relative paths for traces generated on Windows
  • [Django] Fixed import issues for Django projects < 1.7
  • [Django] Fixed django management command data option
  • [Django/DRF] Added application/octet-stream to non-cacheable types in middleware
  • [Django] Added parsing X-Forwarded-For for user.ip_address
  • [Flask] Added request.remote_addr as fallback for ip addresses
  • [Lambda] Added initial AWS Lambda support with contrib.awslambda.LambdaClient

6.2.1

No release notes provided.

... (truncated)
Changelog

Sourced from raven's changelog.

6.10.0

  • [Core] Fixed stackframes in some situations being in inverse order.
  • [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals).
  • [Core] No longer send NaN local vars as non-standard JSON.

6.9.0 (2018-05-30)

  • [Core] Switched from culprit to transaction for automatic transaction reporting.
  • [CI] Removed py3.3 from build
  • [Django] resolved an issue where the log integration would override the user.

6.8.0 (2018-05-12)

  • [Core] Fixed DSNs without secrets not sending events.
  • [Core] Added lazy import for pkg_resources
  • [Core] Added NamedTuple Serializer
  • [Sanic] Fixed sanic integration dependencies
  • [Django] Fixed sql hook bug

6.7.0 (2018-04-18)

  • [Sanic] Added support for sanic.
  • [Core] Disabled dill logger by default
  • [Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE
    environment variables
  • [Core] DSN secret is now optional
  • [Core] Added fix for cases with exceptions in repr
  • [core] Fixed bug with mutating record.data

6.6.0 (2018-02-12)

  • [Core] Add trimming to breadcrumbs.
  • [Core] Improve host message at startup.
  • [Core] Update pytest to work on other environments

6.5.0 (2018-01-15)

  • [Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor
  • [Core] Improve exception handling in Serializer.transform
  • [Core] Fixed celery.register_logger_signal ignoring subclasses
  • [Core] Fixed sanitizer skipping byte instances
  • [Lambda] Fixed AttributeError when requestContext not present

6.4.0 (2017-12-11)

  • [Core] Support for defining sanitized_keys on the client (pr/990)
  • [Django] Support for Django 2.0 Urlresolver
  • [Docs] Several fixes and improvements
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


This change is Reviewable

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 16, 2019
Bumps [raven](https://github.com/getsentry/raven-python) from 6.0.0 to 6.10.0.
- [Release notes](https://github.com/getsentry/raven-python/releases)
- [Changelog](https://github.com/getsentry/raven-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/raven-python@6.0.0...6.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/raven-6.10.0 branch from 8743be1 to ab2f4a8 Compare August 6, 2019 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants