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: aws/aws-xray-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.13.0
Choose a base ref
...
head repository: aws/aws-xray-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.13.1
Choose a head ref
  • 18 commits
  • 10 files changed
  • 7 contributors

Commits on Apr 12, 2024

  1. Bump idna from 3.6 to 3.7 in /sample-apps/flask

    Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5942f7d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    03aa4c1 View commit details
    Browse the repository at this point in the history
  2. Bump werkzeug from 3.0.1 to 3.0.3 in /sample-apps/flask

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.1...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    99035a8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. [Lambda] Create dummy segment when trace header is incomplete

    This change makes it so that when the trace header is incomplete no new subsegments will be added. Customers can call the X-Ray SDK APIs without any output in this case.
    majanjua-amzn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3be0c9b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    d174f8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #429 from majanjua-amzn/master

    [Lambda] Create dummy segment when trace header is incomplete
    wangzlei authored May 8, 2024
    Configuration menu
    Copy the full SHA
    164b3bb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a914654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ac6f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #430 from jj22ee/pytest-asyncio-upgrade

    Update pytest-asyncio to >= 0.21.2
    jj22ee authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7503c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347d420 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #425 from aws/dependabot/pip/sample-apps/flask/idn…

    …a-3.7
    
    Bump idna from 3.6 to 3.7 in /sample-apps/flask
    jj22ee authored May 13, 2024
    Configuration menu
    Copy the full SHA
    d1bdca7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fc4621 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #428 from aws/dependabot/pip/sample-apps/flask/wer…

    …kzeug-3.0.3
    
    Bump werkzeug from 3.0.1 to 3.0.3 in /sample-apps/flask
    jj22ee authored May 14, 2024
    Configuration menu
    Copy the full SHA
    bf8f919 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3582607 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from majanjua-amzn/patch-1

    [Lambda] Fix logging to only happen inside lambda function
    wangzlei authored May 15, 2024
    Configuration menu
    Copy the full SHA
    5c38703 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Release commit for v2.13.1

    jj22ee committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a3ff59a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #432 from jj22ee/release-2.13.1

    Release commit for v2.13.1
    jj22ee authored May 17, 2024
    Configuration menu
    Copy the full SHA
    e65d05b View commit details
    Browse the repository at this point in the history
Loading