8000 Comparing 2.10.0...2.11.0 · aws/aws-xray-sdk-python · GitHub
[go: up one dir, main page]

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.10.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.11.0
Choose a head ref
  • 13 commits
  • 34 files changed
  • 8 contributors

Commits on Jul 27, 2022

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

Commits on Aug 8, 2022

  1. Add annotations (#348)

    * Add annotations
    
    * Update based on PR discussions
    
    * Remove namespace='remote' as it's not necessary for indexing
    millarm authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    73249f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 26, 2022

  1. Implement PEP3134 to discover underlying problems with python3 (#355)

    Co-authored-by: Matti Lehmus <matti.lehmus@feedtrail.com>
    lehmat and Matti Lehmus authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4660169 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    7e328a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #358 from wangzlei/master

    Allow list TopicArn for SNS PublishBatch request
    wangzlei authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a63a620 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    699ed0c View commit details
    Browse the repository at this point in the history
  2. Fix UnboundLocalError when aiohttp server raises a CancelledError (#356)

    Co-authored-by: Carol Abadeer <60774943+carolabadeer@users.noreply.github.com>
    Co-authored-by: Prashant Srivastava <50466688+srprash@users.noreply.github.com>
    3 people authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    cd0fed7 View commit details
    Browse the repository at this point in the history
  3. Instrument httpx >= 0.20 (#357)

    * Instrument httpx >= 0.20
    
    Fixes #248
    
    * [ext.httpx] Call `inject_trace_header` with correct subsegment
    
    Co-authored-by: Prashant Srivastava <50466688+srprash@users.noreply.github.com>
    michael-k and srprash authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    80dbd1d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 31, 2022

  1. Run tests against Django 4.x (#361)

    Django 4.0 was released in December 2021[1] and Django 4.1 in August
    2022[2].  Both are non-LTS releases.  The next LTS will be 4.2 (the
    last release in the 4.x series) which is expected in April 2023.
    
    [1] https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/
    [2] https://www.djangoproject.com/weblog/2022/aug/03/django-41-released/
    
    Co-authored-by: Carol Abadeer <60774943+carolabadeer@users.noreply.github.com>
    michael-k and carolabadeer authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6e30483 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Oversampling Mitigation (#366)

    * implemented oversampling mitigation
    
    * updated begin_subsegment docstring to include sampling parameter
    
    * created separate API for adding subsegments without sampling
    
    * Modified add_subsegment method to log warning for orphaned subsegments
    
    * updated unit tests
    
    * addressing feedback
    
    * final design changes
    
    * remove default namespace value
    
    * minor fix
    carolabadeer authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6b64982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37ae11 View commit details
    Browse the repository at this point in the history
Loading
0