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.9.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.10.0
Choose a head ref
  • 19 commits
  • 25 files changed
  • 11 contributors

Commits on Dec 7, 2021

  1. Add NOTICE

    BastianZim authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    137e72b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #319 from BastianZim/patch-1

    Add NOTICE to MANIFEST
    willarmiros authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b8e5942 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Drop PyPI mock package dep. on Python 3.3+

    Use unittest.mock from the standard library where available.
    musicinmybrain committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    263a198 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Simplify conditionalization of mock dependency

    Since it is needed only on Python 2.7 and on versions of Python 3 which have reached end of life (before 3.3), move it to the “Python2 only deps” with enum34.
    
    Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <[email protected]>
    musicinmybrain and NathanielRN authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    fd8e6e9 View commit details
    Browse the repository at this point in the history
  2. Comment style tweak

    musicinmybrain committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9da67b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    605e5d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #320 from musicinmybrain/unittest-mock

    Drop PyPI mock package dependency on Python 3.3+
    NathanielRN authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    71436ad View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Improving CI for running tests (#322)

    * Fixing CI
    
    * just keep master branch in the workflow
    
    * Refactors based on PR comments
    
    * tox accepts only 1 dep per line
    
    * fixing some deps
    
    * fixing some deps
    
    * fixing some deps
    
    * pinning pytest-aiohttp dep version
    srprash authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1f60cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f9c47 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on May 2, 2022

  1. Merge pull request #333 from ScriptSmith/remove-strtobool

    Remove distutils.util.strtobool deprecated in PEP 632 (Python 3.10)
    NathanielRN authored May 2, 2022
    Configuration menu
    Copy the full SHA
    8a82e4b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Added the option to ignore missing segments (#338)

    * Add `IGNORE_ERROR` option for `AWS_XRAY_CONTEXT_MISSING`
    stijndehaes authored May 31, 2022
    Configuration menu
    Copy the full SHA
    816ab26 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    c6d1f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f13101 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Bug Fix: Defensively copy context entities (#340)

    
    Co-authored-by: Nathaniel Ruiz Nowell <[email protected]>
    tyler-dodge and NathanielRN authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    14a7ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Release commit for v2.10.0

    wangzlei committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    87eccd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f84a5 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.rst

    wangzlei authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    77c82d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request #345 from wangzlei/master

    Release commit for v2.10.0
    wangzlei authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6e17021 View commit details
    Browse the repository at this point in the history
Loading