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: Netflix/spectator-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: Netflix/spectator-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 30, 2024

  1. Change python_requires to allow Python 3.8. (#74)

    https://netflix.github.io/atlas-docs/spectator/lang/py/usage/ states:
    "This library currently targets the Python >= 3.8."
    
    In addition, the test matrix includes 3.8:
    https://github.com/stacywsmith/spectator-py/blob/main/.github/workflows/pr.yml#L11
    
    Based on this information, it appears that Python 3.8 was intended to be
    supported, but accidentally omitted in the python_requires line of setup.cfg.
    
    Co-authored-by: Stacy W. Smith <stacys@netflix.com>
    stacywsmith and Stacy W. Smith authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1b8a02c View commit details
    Browse the repository at this point in the history
  2. reduce log levels (#75)

    Most users have not found the info level logs related to the Registry or the
    Writers to be useful. Dropping these logs to debug level.
    copperlight authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e2f2108 View commit details
    Browse the repository at this point in the history
Loading