Thanks to visit codestin.com
Credit goes to github.com

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: elastic/apm-agent-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.22.2
Choose a base ref
...
head repository: elastic/apm-agent-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.22.3
Choose a head ref
  • 12 commits
  • 20 files changed
  • 3 contributors

Commits on May 21, 2024

  1. --- (#2050)

    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    68c15d8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix starlette requirements (#2051)

    * tests: fix ancient starlette requirements
    
    Newer requests dropped support for Pyrhon < 3.8 so keep an old version
    for these requirements. Hopefully it'll also be useful as reminder next
    time dependabot will bump a release.
    
    * ci: run starlette-0.14 tests before merging
    
    To avoid regressions with dependabot bumps
    xrmx authored May 22, 2024
    Configuration menu
    Copy the full SHA
    5b6075f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. build(deps): bump actions/attest-build-provenance (#2052)

    Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/attest-build-provenance` from 1.1.1 to 1.1.2
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@951c0c5...173725a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    cbaa31e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 3, 2024

  1. build(deps): bump certifi from 2024.2.2 to 2024.6.2 in /dev-utils (#2055

    )
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2.
    - [Commits](certifi/python-certifi@2024.02.02...2024.06.02)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8ac4864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1704ee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    cab134b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a37538 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. build(deps): bump the github-actions group with 2 updates (#2061)

    Bumps the github-actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/login-action](https://github.com/docker/login-action).
    
    
    Updates `actions/attest-build-provenance` from 1.1.2 to 1.2.0
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@173725a...49df96e)
    
    Updates `docker/login-action` from 3.1.0 to 3.2.0
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@e92390c...0d4c9c5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b6b673c View commit details
    Browse the repository at this point in the history
  2. contrib/starlette: fix outcome for 500 responses without exception (#…

    …2060)
    
    * contrib/starlette: fix outcome for 500 responses without exception
    
    Set the outcome based on the status code of the http.response.start
    ASGI message instead of relying only on the raise of an exception.
    
    * contrib/asgi: fix outcome for 500 responses without exception
    
    Set the outcome based on the status code of the http.response.start
    ASGI message instead of relying only on the raise of an exception.
    xrmx authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    30e474d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d334f View commit details
    Browse the repository at this point in the history
Loading