Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2020

Updates the requirements on sentry-sdk to permit the latest version.

Release notes

Sourced from sentry-sdk's releases.

0.19.5

  • 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.
Changelog

Sourced from sentry-sdk's changelog.

0.19.5

  • 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.

0.19.4

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

0.19.3

  • 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!

0.19.2

  • 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.

0.19.1

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

0.19.0

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

0.18.0

  • 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.

0.17.8

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

0.17.7

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

... (truncated)

Commits
  • 02b72f9 release: 0.19.5
  • 0932f9f doc: Changelog for 0.19.5
  • 6fc2287 fix: Make traces_sample_rate non-nullable again
  • 1d75da5 fix: Fix sample decision propagation via headers (#948)
  • c277ed5 feat: Expose transport queue size to options and bump queue size (#942)
  • 7dad958 fix runtox.sh for GNU implementation of tr
  • 4c08988 build(deps): bump checkouts/data-schemas from d4d35d6 to 76c6870
  • 72eba9e build(deps): bump flake8-bugbear from 20.1.4 to 20.11.1
  • 456961e Merge release/0.19.4 into master
  • 67a34a2 release: 0.19.4
  • Additional commits viewable in compare view

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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2020
@devinmatte
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/sentry-sdk-approx-eq-0.19.5 branch from 93087f0 to a2abc70 Compare December 23, 2020 20:42
@devinmatte devinmatte merged commit 9b73d22 into develop Dec 23, 2020
@devinmatte devinmatte deleted the dependabot/pip/sentry-sdk-approx-eq-0.19.5 branch December 23, 2020 20:42
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants