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: 2.19.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: 2.19.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 5, 2024

  1. Configuration menu
    Copy the full SHA
    7ab7fe6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.19.1'

    getsentry-bot committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    fd56608 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Deepcopy and ensure get_all function always terminates (#3861)

    @aliu39 discovered that under certain circumstances a process can get stuck in an infinite loop.  Andrew fixed this by using `deepcopy` which prevents the infinite loop and fixes a bug where the LRU returns incorrect results.  Additionally, I've added a terminating loop in case there are any future bugs we've missed.
    
    Closes: #3862
    
    Out of precaution, we disabled flagpole evaluation tracking Sentry while we wait for this to be merged.
    cmanallen authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    8f9461e View commit details
    Browse the repository at this point in the history
  2. release: 2.19.2

    getsentry-bot committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    163762f View commit details
    Browse the repository at this point in the history
Loading