8000 Comparing 2.12.0...2.12.1 · 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 compare across forks . 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.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.12.1
Choose a head ref
  • 9 commits
  • 71 files changed
  • 7 contributors

Commits on Apr 17, 2023

  1. Cleanup after drop of support for Python < 3.7 (#387)

    * Remove unused config for Travis CI
    
    * Remove classifiers for unsupported Python versions
    
    * Add `python_requires` and remove unused dependencies
    
    * Use Python 3 style `super()` calls
    
    * Use “new style” classes
    
    Stop inheriting from object explicitly
    
    * Remove compatibility code for Python < 3.7
    
    * Remove unnecessary future imports
    
    * Remove `string_types` from compat module
    michael-k authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    150f0ea View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Disable IMDSv1 from Elastic Beanstalk

    Integration workflow verify the functionality in AWS Elastic Beanstalk. For AWS security reason we need to disable IMDSv1 from EB environment.
    wangzlei authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    da588ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #391 from wangzlei/master

    Disable IMDSv1 from Elastic Beanstalk
    wangzlei authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4ffd7f6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Support passing pytest arguments via tox (#390)

    This could be used, for example, to increase verbosity or to skip
    particular tests.
    
    Co-authored-by: Prashant Srivastava <50466688+srprash@users.noreply.github.com>
    musicinmybrain and srprash authored May 1, 2023
    Configuration menu
    Copy the full SHA
    2976b25 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 28, 2023

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

Commits on Oct 5, 2023

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

Commits on Oct 11, 2023

  1. Release commit for v2.12.1

    atshaw43 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7c14041 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #411 from aws/release-2-12-1

    Release commit for v2.12.1
    atshaw43 authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c50fe3e View commit details
    Browse the repository at this point in the history
Loading
0