Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency sentry-sdk to v0.20.3 - abandoned #118

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 14, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==0.17.4 -> ==0.20.3 age adoption passing confidence

Release Notes

getsentry/sentry-python

v0.20.3

Compare Source

  • Added scripts to support auto instrumentation of no code AWS lambda Python functions

v0.20.2

Compare Source

  • Fix incorrect regex in craft to include wheel file in pypi release

v0.20.1

Compare Source

  • Fix for error that occurs with Async Middlewares when the middleware is a function rather than a class

v0.20.0

Compare Source

  • Fix for header extraction for AWS lambda/API extraction
  • Fix multiple **kwargs type hints # 967
  • Fix that corrects AWS lambda integration failure to detect the aws-lambda-ric 1.0 bootstrap #​976
  • Fix AWSLambda integration: variable "timeout_thread" referenced before assignment #​977
  • Use full git sha as release name #​960
  • BREAKING CHANGE: The default environment is now production, not based on release
  • Django integration now creates transaction spans for template rendering
  • Fix headers not parsed correctly in ASGI middleware, Decode headers before creating transaction #​984
  • Restored ability to have tracing disabled #​991
  • Fix Django async views not behaving asynchronously
  • Performance improvement: supported pre-aggregated sessions

v0.19.5

Compare Source

  • Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers.
  • Increase internal transport queue size and make it configurable.

v0.19.4

Compare Source

  • Fix a bug that would make applications crash if an old version of boto3 was installed.

v0.19.3

Compare Source

  • Automatically pass integration-relevant data to traces_sampler for AWS, AIOHTTP, ASGI, Bottle, Celery, Django, Falcon, Flask, GCP, Pyramid, Tryton, RQ, and WSGI integrations
  • Fix a bug where the AWS integration would crash if event was anything besides a dictionary
  • Fix the Django integrations's ASGI handler for Channels 3.0. Thanks Luke Pomfrey!

v0.19.2

Compare Source

  • Add traces_sampler option.
  • The SDK now attempts to infer a default release from various environment variables and the current git repo.
  • Fix a crash with async views in Django 3.1.
  • Fix a bug where complex URL patterns in Django would create malformed transaction names.
  • Add options for transaction styling in AIOHTTP.
  • Add basic attachment support (documentation tbd).
  • fix a crash in the pure_eval integration.
  • Integration for creating spans from boto3.

v0.19.1

Compare Source

  • Fix dependency check for blinker fixes #​858
  • Fix incorrect timeout warnings in AWS Lambda and GCP integrations #​854

v0.19.0

Compare Source

  • Removed _experiments.auto_enabling_integrations in favor of just auto_enabling_integrations which is now enabled by default.

v0.18.0

Compare Source

  • Breaking change: The no_proxy environment variable is now honored when inferring proxy settings from the system. Thanks Xavier Fernandez!
  • Added Performance/Tracing support for AWS and GCP functions.
  • Fix an issue with Django instrumentation where the SDK modified resolver_match.callback and broke user code.

v0.17.8

Compare Source

  • Fix yet another bug with disjoint traces in Celery.
  • Added support for Chalice 1.20. Thanks again to the folks at Cuenca MX!

v0.17.7

Compare Source

  • Internal: Change data category for transaction envelopes.
  • Fix a bug under Celery 4.2+ that may have caused disjoint traces or missing transactions.

v0.17.6

Compare Source

  • Support for Flask 0.10 (only relaxing version check)

v0.17.5

Compare Source

  • Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a __del__ implementation.
  • Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency sentry-sdk to v0.17.5 Update dependency sentry-sdk to v0.17.6 Sep 15, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch 2 times, most recently from 479bcef to 64efbbe Compare September 22, 2020 08:48
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.17.6 Update dependency sentry-sdk to v0.17.7 Sep 22, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 64efbbe to 4a5c236 Compare September 23, 2020 15:21
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.17.7 Update dependency sentry-sdk to v0.17.8 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 4a5c236 to ccb2a07 Compare September 29, 2020 16:58
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.17.8 Update dependency sentry-sdk to v0.18.0 Sep 29, 2020
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.18.0 Update dependency sentry-sdk to v0.19.0 Oct 13, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch 2 times, most recently from 95d5a00 to 840d66f Compare October 19, 2020 09:15
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.0 Update dependency sentry-sdk to v0.19.1 Oct 19, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 840d66f to d22e409 Compare November 2, 2020 22:45
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.1 Update dependency sentry-sdk to v0.19.2 Nov 2, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from d22e409 to 1a077e2 Compare November 12, 2020 19:28
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.2 Update dependency sentry-sdk to v0.19.3 Nov 12, 2020
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.3 Update dependency sentry-sdk to v0.19.4 Nov 19, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 1a077e2 to e27d344 Compare November 19, 2020 18:09
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.4 Update dependency sentry-sdk to v0.19.5 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from e27d344 to 2868b2f Compare December 10, 2020 11:53
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 2868b2f to 3c361de Compare February 11, 2021 14:58
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.19.5 Update dependency sentry-sdk to v0.20.0 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/sentry-sdk-0.x branch from 3c361de to 3dd308a Compare May 9, 2021 23:25
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.20.0 Update dependency sentry-sdk to v0.20.3 May 9, 2021
@renovate renovate bot changed the title Update dependency sentry-sdk to v0.20.3 Update dependency sentry-sdk to v0.20.3 - abandoned Mar 24, 2023
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant