8000 Comparing 1.34.0...1.35.0 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

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.34.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.35.0
Choose a head ref
  • 14 commits
  • 74 files changed
  • 11 contributors

Commits on Nov 2, 2023

  1. Merge branch 'release/1.34.0'

    getsentry-bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    52eb367 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Use Python 3.12 in CI where possible (#2488)

    Run workflow steps (lint, build, etc.) on Python 3.12 and test integrations on Python 3.12 if the library/framework supports it.
    sentrivana authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c5b915d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    c8154be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bbc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4643e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cb232e View commit details
    Browse the repository at this point in the history
  5. gRPC integration and aio interceptors (#2369)

    Automatically add client and server interceptors to gRPC calls. Make it work with async gRPC servers and async gRPC client channels.
    
    ---------
    
    Co-authored-by: ali.sorouramini <ali.sorouramini@gmail.com>
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Anton Pirker <anton@ignaz.at>
    4 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    76af9d2 View commit details
    Browse the repository at this point in the history
  6. feat(metrics): Unify datetime format (#2409)

    This somewhat unifies the APIs with regards to timestamps. The span system uses datetime objects, this now also permits these values in metrics and vice versa.* feat(metrics): Allow metrics emission for spans
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    mitsuhiko and antonpirker authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    36c2650 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    522abef View commit details
    Browse the repository at this point in the history
  2. Make reading the request body work in Django ASGI apps. (#2495)

    Handle request body in ASGI based Django apps. Starting with Django 4.1 the stream representing the request body is closed immediately preventing us from reading it. This fix reads the request body early on, so it is cached by Django and can be then read by our integration to add to the events sent to Sentry.
    
    ---------
    
    Co-authored by Daniel Szoke <daniel.szoke@sentry.io>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    35d86b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Set correct data in check_ins (#2500)

    Made sure that only relevant data is added to check_ins and breadcrumbs, and other things are not sent with checkins, because checkins have a strict size limit.
    antonpirker authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    338acda View commit details
    Browse the repository at this point in the history
  2. Replace deprecated datetime functions (#2502)

    `datetime.utcfromtimestamp` and `datetime.utcnow` are deprecated in Python 3.12.
    sentrivana authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9cae5f2 View commit details
    Browse the repository at this point in the history
  3. release: 1.35.0

    getsentry-bot committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7b48848 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    antonpirker committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1e72ef8 View commit details
    Browse the repository at this point in the history
Loading
0