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.42.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.43.0
Choose a head ref
  • 10 commits
  • 15 files changed
  • 7 contributors

Commits on Mar 13, 2024

  1. Merge branch 'release/1.42.0'

    getsentry-bot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    16d25e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fixed OpenAI tests (#2834)

    This will prevent the streaming reponse OpenAI tests to fail.
    antonpirker authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ab0c32e View commit details
    Browse the repository at this point in the history
  2. Re-export Event in types.py (#2829)

    End-users may need to use the Event type for their type hinting to work following the Event type changes. However, we define Event in a private module sentry_sdk._types, which provides no stability guarantees.
    
    Therefore, this PR creates a new public module sentry_sdk.types, where we re-export the Event type, and explicitly make it available as public API via sentry_sdk.types.Event. The new sentry_sdk.types module includes a docstring to inform users that we reserve the right to modify types in minor releases, since we consider types to be a form of documentation (they are not enforced by the Python language), but that we guarantee that we will only remove type definitions in a major release.
    szokeasaurusrex authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9dc517b View commit details
    Browse the repository at this point in the history
  3. Small APIdocs improvement (#2828)

    This PR makes sure all apidocs are recreated always (by deleting an eventually existing docs/_build folder) and also adds some minor changes to set_level and set_tag to make the types of parameters clear.
    antonpirker authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9bdd029 View commit details
    Browse the repository at this point in the history
  4. feat(integrations): Add support for celery-redbeat cron tasks (#2643)

    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    kwigley and sentrivana authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    68b9180 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. build(deps): bump checkouts/data-schemas from ed078ed to 8232f17 (#…

    …2832)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `ed078ed` to `8232f17`.
    - [Commits](getsentry/sentry-data-schemas@ed078ed...8232f17)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    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 Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8e44430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856e5bc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    a116c55 View commit details
    Browse the repository at this point in the history
  2. release: 1.43.0

    getsentry-bot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2020eca View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    sentrivana authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    970c577 View commit details
    Browse the repository at this point in the history
Loading