Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1cf1bbb
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f15fb96
Choose a head ref
  • 13 commits
  • 26 files changed
  • 8 contributors

Commits on Jul 28, 2022

  1. Merge branch 'release/1.9.0'

    getsentry-bot committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1ab5d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424a8b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    c910d06 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update Flask and Quart integrations (#1520)

    Flask and Quart are deprecating and removing the ``_xxx_ctx_stack``s
    and adopting a more direct usage of ContextVars. The previous code
    will therefore break for the latest version of Quart and start to warn
    for Flask and then break.
    
    This fix should work with any version of Flask or Quart, and hence is
    a more robust version. There is an extra indirection, however I don't
    think this is on any hot path.
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    pgjones and antonpirker authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    056286b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update urllib3 minimum version with environment markers (#…

    …1312)
    
    Uses environment markers according to PEP 508. 
    
    The current constraint expresses at least urllib3 version 1.10.0,
    which has at least 5 CVEs open.
    
    Projects relying on `sentry-sdk` will get an optimistic version of
    the latest, so current test suites are already using the latest version
    which patches these vulnerabilities.
    
    Refs:
    
    - GHSA-www2-v7xj-xrc6 (critical)
    - GHSA-mh33-7rrq-662w (high)
    - GHSA-hmv2-79q8-fv6g (high)
    - GHSA-wqvq-5m8c-6g24 (moderate)
    - GHSA-5phf-pp7p-vc2r (moderate)
    miketheman authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b7c0dc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    7815a5e View commit details
    Browse the repository at this point in the history
  2. Fast tests (#1504)

    * Run Tox in parallel
    antonpirker authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8b1e8ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67144c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fix FastAPI issues (#1532) ( #1514)

    * Fixed patching of middlewares to fix the 'coroutine' error for non existent routes.
    
    * Only capture server errors
    
    * Fixed form POST in FastApiIntegration.
    
    * Fixed form uploads on starlette projects
    
    * Fixed error while handling 404 errors.
    
    * Fix error during handling of form validation error.
    
    * Find the correct handler (for classes with parent classes
    
    * Do not call starlette integration, because it needs to be set in the init()
    antonpirker authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d9e3843 View commit details
    Browse the repository at this point in the history
  2. release: 1.9.1

    getsentry-bot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    08b1fff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/1.9.1'

    getsentry-bot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2cb9725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbe4c91 View commit details
    Browse the repository at this point in the history
  5. release: 1.9.2

    getsentry-bot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f15fb96 View commit details
    Browse the repository at this point in the history
Loading