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.21.4
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.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 3 contributors

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. CONTRIBUTING: add more hints on what is required to cut a release (#1989

    )
    
    * CONTRIBUTING: open PRs to the main branch
    
    * CONTRIBUTING: add more hints on what you need to setup for releasing
    
    Fixes #1991
    xrmx authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    db40292 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 29, 2024

  1. build(deps): bump the github-actions group with 1 update (#2013)

    Bumps the github-actions group with 1 update: [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact).
    
    
    Updates `geekyeggo/delete-artifact` from 4.1.0 to 5.0.0
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@6504143...24928e7)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      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 Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b78d465 View commit details
    Browse the repository at this point in the history
  2. Add ability to override default serialization (#2018)

    * utils: add simplejson based JSON handling
    
    Add an alternative json serialization and deserialization implementation
    using simplejson configured to be JSON compliant by converting floats like
    nan, +inf and -inf to null .
    The idea is to permit users to use a different serialization if they
    need a different behaviour.
    
    Refs #1886
    
    * client: fix overriding of transport json serializer
    
    We get a string from config so need to import it.
    xrmx authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3688340 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. tests/client: fix pytest mark skipif syntax (#2019)

    For some reason tests passed with this but now are failing because
    pytest test does not recognize skipIf.
    xrmx authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6eca846 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. tests: require Werkzeug < 3 for flask 2.0 tests (#2020)

    Otherwise it'll skip tests becasue flask import does not work.
    xrmx authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3093376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a79d8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2ea47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    711788b View commit details
    Browse the repository at this point in the history
Loading