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.12.1
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.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 7 contributors

Commits on Oct 16, 2023

  1. Fix passing multiple values in testenv.passenv in tox.ini (#399)

    Current versions of tox advise: pass_env values cannot contain
    whitespace, use comma to have multiple values in a single line
    
    Fixes #398.
    
    Co-authored-by: Prashant Srivastava <50466688+srprash@users.noreply.github.com>
    musicinmybrain and srprash authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9d27fe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 25, 2023

  1. Bump werkzeug from 2.2.3 to 3.0.1 in /sample-apps/flask

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@2.2.3...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1fa9e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

    …kzeug-3.0.1
    
    Bump werkzeug from 2.2.3 to 3.0.1 in /sample-apps/flask
    wangzlei authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9e6fa9f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Enable testing on Python 3.12 (#400)

    Co-authored-by: Carol Abadeer <60774943+carolabadeer@users.noreply.github.com>
    musicinmybrain and carolabadeer authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2e07898 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix typo in docs (#419)

    michael-k authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    19fb262 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix sqlalchemy_core patch errors for unencoded special characters in …

    …db url #416. (#418)
    
    * Fix unit test and integration test
    * Fix issues #416
    vastin authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    de7e178 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 4, 2024

  1. Release commit for v2.13.0 (#421)

    * Release commit for v2.13.0
    vastin authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    692a439 View commit details
    Browse the repository at this point in the history
Loading