Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Bump sentry-sdk from 0.7.14 to 0.14.2 #153

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sentry-sdk from 0.7.14 to 0.14.2.

Release notes

Sourced from sentry-sdk's releases.

0.14.2

  • Fix a crash in Django Channels instrumentation when SDK is reinitialized.
  • More contextual data for AWS Lambda (cloudwatch logs link).

0.14.1

  • Fix a crash in the Django integration when used in combination with Django Rest Framework's test utilities for request.
  • Fix high memory consumption when sending a lot of errors in the same process. Particularly noticeable in async environments.

0.14.0

  • Show ASGI request data in Django 3.0
  • New integration for the Trytond ERP framework. Thanks n1ngu!

0.13.5

  • Fix trace continuation bugs in APM.
  • No longer report asyncio.CancelledError as part of AIOHTTP integration.

0.13.4

  • Fix package classifiers to mark this package as supporting Python 3.8. The SDK supported 3.8 before though.
  • Update schema sent for transaction events (transaction status).
  • Fix a bug where None inside request data was skipped/omitted.

0.13.3

  • Fix an issue with the ASGI middleware that would cause Uvicorn to infer the wrong ASGI versions and call the wrapped application with the wrong argument count.
  • Do not ignore the tornado.application logger.
  • The Redis integration now instruments Redis blaster for breadcrumbs and transaction spans.

0.13.2

  • Fix a bug in APM that would cause wrong durations to be displayed on non-UTC servers.

0.13.1

  • Add new global functions for setting scope/context data.
  • Fix a bug that would make Django 1.11+ apps crash when using function-based middleware.

0.13.0

  • Remove an old deprecation warning (behavior itself already changed since a long time).
  • The AIOHTTP integration now attaches the request body to crash reports. Thanks to Vitali Rebkavets!
  • Add an experimental PySpark integration.
  • First release to be tested under Python 3.8. No code changes were necessary though, so previous releases also might have worked.

0.12.3

  • Various performance improvements to event sending.
  • Avoid crashes when scope or hub is racy.
  • Revert a change that broke applications using gevent and channels (in the same virtualenv, but different processes).
  • Fix a bug that made the SDK crash on unicode in SQL.

0.12.2

  • Fix a crash with ASGI (Django Channels) when the ASGI request type is neither HTTP nor Websockets.

0.12.1

  • Temporarily remove sending of SQL parameters (as part of breadcrumbs or spans for APM) to Sentry to avoid memory consumption issues.
... (truncated)
Changelog

Sourced from sentry-sdk's changelog.

0.14.2

  • Fix a crash in Django Channels instrumentation when SDK is reinitialized.
  • More contextual data for AWS Lambda (cloudwatch logs link).

0.14.1

  • Fix a crash in the Django integration when used in combination with Django Rest Framework's test utilities for request.
  • Fix high memory consumption when sending a lot of errors in the same process. Particularly noticeable in async environments.

0.14.0

  • Show ASGI request data in Django 3.0
  • New integration for the Trytond ERP framework. Thanks n1ngu!

0.13.5

  • Fix trace continuation bugs in APM.
  • No longer report asyncio.CancelledError as part of AIOHTTP integration.

0.13.4

  • Fix package classifiers to mark this package as supporting Python 3.8. The SDK supported 3.8 before though.
  • Update schema sent for transaction events (transaction status).
  • Fix a bug where None inside request data was skipped/omitted.

0.13.3

  • Fix an issue with the ASGI middleware that would cause Uvicorn to infer the wrong ASGI versions and call the wrapped application with the wrong argument count.
  • Do not ignore the tornado.application logger.
  • The Redis integration now instruments Redis blaster for breadcrumbs and transaction spans.

0.13.2

  • Fix a bug in APM that would cause wrong durations to be displayed on non-UTC servers.

0.13.1

  • Add new global functions for setting scope/context data.
  • Fix a bug that would make Django 1.11+ apps crash when using function-based middleware.

0.13.0

  • Remove an old deprecation warning (behavior itself already changed since a long time).
  • The AIOHTTP integration now attaches the request body to crash reports. Thanks to Vitali Rebkavets!
  • Add an experimental PySpark integration.
  • First release to be tested under Python 3.8. No code changes were necessary though, so previous releases also might have worked.

0.12.3

... (truncated)
Commits
  • 6b9275f release: 0.14.2
  • f3c4aba doc: Changelog for 0.14.2
  • bf48bd0 feat: Auto-enabling integrations behind feature flag (#625)
  • 2c9a2b7 fix: Skip CI for beam master (#632)
  • dd85044 build(deps): bump black from 19.03b0 to 19.10b0 (#628)
  • b87a0a5 build(deps): bump mypy from 0.740 to 0.761 (#629)
  • 31108dc fix: Move linters requirements to place dependabot can see (#626)
  • 718f61b test: add tests for cw logs (#622)
  • 47f4a7a feat: add cloudwatch logs URL to lambda additional data (#618)
  • c06a0c6 doc: Pin sphinx to 2.3
  • Additional commits viewable in compare view

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.14 to 0.14.2.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md)
- [Commits](getsentry/sentry-python@0.7.14...0.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants