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.33.1
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.34.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 5 contributors

Commits on Oct 31, 2023

  1. Merge branch 'release/1.33.1'

    getsentry-bot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    178ab22 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Run common test suite on Python 3.12 (#2479)

    Add 3.12 to the test matrix and make a tiny change to the logging integration (3.12 added taskName to LogRecord attributes, we're now ignoring that as we do the rest).
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    sentrivana and antonpirker authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    47aec4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffaeda View commit details
    Browse the repository at this point in the history
  3. Handle failure during thread creation (#2471)

    In Python 3.12 when you try to start a thread during shutdown a RuntimeError is raised. Handle this case with grace.
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5ddc1e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298a064 View commit details
    Browse the repository at this point in the history
  5. release: 1.34.0

    getsentry-bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    55440ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcb9c87 View commit details
    Browse the repository at this point in the history
Loading