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: apache/skywalking-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: apache/skywalking-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 17 commits
  • 72 files changed
  • 12 contributors

Commits on Apr 30, 2023

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

Commits on May 14, 2023

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

Commits on Jun 13, 2023

  1. Fix unexpected 'No active span' IllegalStateError (#311)

    Fix unexpected 'No active span' IllegalStateError (#311)
    ZEALi authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    788182f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Add Neo4j plugin. (#312)

    * Add Neo4j plugin.
    
    ---------
    
    Co-authored-by: 吴晟 Wu Sheng <[email protected]>
    Jedore and wu-sheng authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    6c29a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Update README.md (#313)

    Superskyyy authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    bf07262 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Aug 28, 2023

  1. Python agent performance enhancement with asyncio (#316)

    New experimental feature
    FAWC438 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1a36022 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    9b1acaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea712c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c5063 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Change from pkg_resources to importlib metadata (#329)

    * Change from pkg_resources to importlib metadata
    shenxiangzhuang authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ed6aa87 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Apr 11, 2024

  1. Disable uwsgi e2e (#337)

    Superskyyy authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f7b10db View commit details
    Browse the repository at this point in the history
  2. Fix unexpected 'decode' AttributeError when MySQLdb module is mapped …

    …by PyMySQL (#336)
    
    * Skip if MySQLdb module is mapped by PyMySQL
    
    In some use cases, `pymysql.install_as_MySQLdb()` will be used to initialize a 'fake' MySQLdb module,
    which is actually mapped to pymysql module.
    Then the sw_mysqlclient plugin will change the data type of `connection.db` from bytes into str, 
    cause the `AttributeError: 'str' object has no attribute 'decode'` exception in sw_pymysql.py line 45, 
    which regard it as bytes.
    ZEALi authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    32fbd35 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    02dc53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93dd9b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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