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: PythonSpring/pyspring-opentelemetry-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PythonSpring/pyspring-opentelemetry-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bump/pyspring-core
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 20, 2025

  1. Update dependencies and enhance response tracing middleware

    - Updated py-spring-core dependency version to 0.0.23 in pyproject.toml.
    - Added ResponseTraceMiddleware to the exporter, improving request processing capabilities.
    - Updated __init__.py to include ResponseTraceMiddleware in the module's exports.
    William-W-Chen committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    f6ad4dd View commit details
    Browse the repository at this point in the history
  2. Refactor imports in __init__.py and add OpenTelemetry trace to exports

    - Updated import statements to use absolute paths for better clarity.
    - Added 'trace' to the module's exports, enhancing the integration with OpenTelemetry.
    William-W-Chen committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    ec55c99 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Enhance request hook handling and implement unimplemented method checks

    - Added a method to check for unimplemented abstract methods in request hook handlers, raising NotImplementedError if any are found.
    - Updated the DefaultRequestHookHandler to ensure all abstract methods are implemented.
    - Refactored imports for clarity and consistency.
    William-W-Chen committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    5fee6f1 View commit details
    Browse the repository at this point in the history
Loading