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

Bump sentry-sdk from 0.17.3 to 1.1.0 #558

Merged
merged 2 commits into from
May 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2021

Bumps sentry-sdk from 0.17.3 to 1.1.0.

Release notes

Sourced from sentry-sdk's releases.

1.1.0

  • Fix for AWSLambda integration returns value of original handler #1106
  • Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #1076
  • Feature that supports Tracing for the Tornado integration #1060
  • Feature that supports wild cards in ignore_logger in the Logging Integration #1053
  • Fix for django that deals with template span description names that are either lists or tuples #1054

1.0.0

This release contains a breaking change

  • BREAKING CHANGE: Feat: Moved auto_session_tracking experimental flag to a proper option and removed explicitly setting experimental session_mode in favor of auto detecting its value, hence enabling release health by default #994
  • Fixed Django transaction name by setting the name to request.path_info rather than request.path
  • Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
  • Fix for Flask transactions missing request body in non errored transactions #1034
  • Fix for honoring the X-Forwarded-For header #1037
  • Fix for worker that logs data dropping of events with level error #1032

0.20.3

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

0.20.2

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

0.20.1

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

0.20.0

  • 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

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!

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.1.0

  • Fix for AWSLambda integration returns value of original handler #1106
  • Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #1076
  • Feature that supports Tracing for the Tornado integration #1060
  • Feature that supports wild cards in ignore_logger in the Logging Integration #1053
  • Fix for django that deals with template span description names that are either lists or tuples #1054

1.0.0

This release contains a breaking change

  • BREAKING CHANGE: Feat: Moved auto_session_tracking experimental flag to a proper option and removed explicitly setting experimental session_mode in favor of auto detecting its value, hence enabling release health by default #994
  • Fixed Django transaction name by setting the name to request.path_info rather than request.path
  • Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
  • Fix for Flask transactions missing request body in non errored transactions #1034
  • Fix for honoring the X-Forwarded-For header #1037
  • Fix for worker that logs data dropping of events with level error #1032

0.20.3

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

0.20.2

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

0.20.1

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

0.20.0

  • 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

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.

... (truncated)

Commits
  • 7822f2e release: 1.1.0
  • 90ad89a fix(ci): Removed failing pypy-2.7 from CI (#1111)
  • 059f334 docs: Fixed incorrect heading level on new release (#1110)
  • f295117 Updated change log for new release 1.1 (#1108)
  • f6ea27c Revert "fix(aws-lambda): Change function handler name to 'x.y' (#1107)" (#1109)
  • 7c7bf31 fix(serverless): Return value from original handler (#1106)
  • b7b5c03 fix(aws-lambda): Change function handler name to 'x.y' (#1107)
  • 76aa189 fix(rq): Only capture exception if RQ job has failed (ignore retries) (#1076)
  • d7cf16c chore: Fix CI failures (#1101)
  • 927903e Update traces_sampler declaration to concrete types (#1091)
  • 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)

@Antonfogelberg Antonfogelberg merged commit 165003a into development May 12, 2021
@Antonfogelberg Antonfogelberg deleted the dependabot/pip/sentry-sdk-1.1.0 branch May 12, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant