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: 1.25.0
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: 1.25.1
Choose a head ref
  • 13 commits
  • 67 files changed
  • 7 contributors

Commits on Jun 2, 2023

  1. Merge branch 'release/1.25.0'

    getsentry-bot committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    73d608a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    3e5cf41 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/stale from 6 to 8 (#1978)

    Bumps [actions/stale](https://github.com/actions/stale) from 6 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v6...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4f1f782 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Align HTTP status code as span data field http.response.status_code (

    …#2113)
    
    * Save http status code everywhere in same format
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    692d099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87eb761 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Fix 2.7 common tests (#2145)

    sentrivana authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    55e5e39 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110)

    Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
    - [Commits](python/mypy@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    dependabot[bot] and sentrivana authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    24e2940 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump black from 22.12.0 to 23.3.0 (#1984)

    * build(deps): bump black from 22.12.0 to 23.3.0
    
    Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.12.0...23.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    dependabot[bot] and sentrivana authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    65dd77d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.0.1.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
    - [Commits](sphinx-doc/sphinx@v5.3.0...v7.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    28b21ed View commit details
    Browse the repository at this point in the history
  5. test: Fix using unittest.mock whenever available (#1926)

    Fix some of the newly-added `mock` imports to prefer `unittest.mock`
    when it is available.  Update `test-requirements.txt` to install `mock`
    only in Python < 3.3; hopefully this will suffice for CI to catch these
    regressions in the future.
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    3 people authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    59bf4d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a6c19c View commit details
    Browse the repository at this point in the history
  7. Fix parse_url (#2161)

    FIx url parsing. 
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    sentrivana and antonpirker authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    dd6bbe0 View commit details
    Browse the repository at this point in the history
  8. release: 1.25.1

    getsentry-bot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4b1d6ce View commit details
    Browse the repository at this point in the history
Loading