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: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.1
Choose a base ref
...
head repository: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.0
Choose a head ref
  • 13 commits
  • 91 files changed
  • 8 contributors

Commits on Apr 10, 2025

  1. Update version to 1.33.0.dev/0.54b0.dev (#4537)

    * Update version to 1.33.0.dev/0.54b0.dev
    
    * Point CONTRIB_REPO_SHA to opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev
    
    ---------
    
    Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    opentelemetrybot and xrmx authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    1c5f6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc23bc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. build(deps): bump jinja2 (#4534)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.5...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-version: 3.1.6
      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: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
    dependabot[bot] and xrmx authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    e5a9307 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. logs: fix serialization of Extended attributes (#4342)

    * logs: introduce LogAttributes type
    
    Logs attribute accepts AnyValue as AttributeValue add a type to describe
    that and start using it.
    
    * LogAttributes -> ExtendedAttributes
    
    * Handle ExtendedAttributes in BoundedAttributes
    
    * opentelemetry-sdk: serialize extended attributes
    
    * Add changelog
    
    * Fix typing
    
    * Fix handling of not attribute values inside sequences
    
    * Please mypy
    
    * Please lint
    
    * More typing
    
    * Even more typing fixes
    
    * Fix docs
    
    * Fix mypy
    
    * Update LogRecord attributes typing to match reality
    
    * More typing
    
    * Move changelog to unreleased
    
    * ExtendedAttributes -> _ExtendedAttributes
    
    * opentelemetry-sdk: keep instrumentation scope attributes as Attributes
    
    * exporter/otlp: allow export of none values in logs attributes
    xrmx authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    742171e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. feat: Updated and added examples (logs and metrics) (#4559)

    * added examples
    
    * Apply suggestions from code review
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    
    * feat: added examples for metrics and logs
    
    * fixed spelling
    
    * Update docs/examples/metrics/reader/README.rst
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    Jayclifford345 and emdneto authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    e0cf233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1e8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adbec50 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    00329e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. infra: Automate SHA procedure during releases (#4547)

    * trying sha-automation
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    
    * fix label names
    
    * fix sha-automation core
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    
    * add new line
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
    emdneto authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    e46db88 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    f55bcec View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Bump semantic conventions to 1.33.0 (#4567)

    * Bump semantic conventions to 1.33.0
    
    * Add CHANGELOG
    xrmx authored May 7, 2025
    Configuration menu
    Copy the full SHA
    a0fbda1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a09e7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    65904db View commit details
    Browse the repository at this point in the history
Loading