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: nhairs/python-json-logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.7
Choose a base ref
...
head repository: nhairs/python-json-logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 12 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 28, 2023

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

Commits on Mar 8, 2024

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

Commits on Mar 11, 2024

  1. Update Supported Python Versions (#2)

    This updates the supported versions of python including those run in the CI test suite.
    
    - Python versions 3.7-3.13
      - Drops 3.6
    - PYPY 3.7-3.10
    - Adds MacOS and Windows to test matrix
    - Add `taskName` to `RESERVED_ATTRS` (fixes: #3 )
    nhairs authored Mar 11, 2024
    1 Configuration menu
    Copy the full SHA
    19bfb64 View commit details
    Browse the repository at this point in the history
  2. Add SECURITY.md

    nhairs committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6523af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf77748 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Modernise testing, linting etc

    - Move to `pyproject.toml`
    - Move to pylint
    - Add validate-pyproject, black, pylint, mypy to lint command
      - add pylintrc
      - add mypy.ini
    - Apply pyupgrade 37+
    - Update LICENSE copyright holders
    - fix lint errors
    nhairs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e72324e View commit details
    Browse the repository at this point in the history
  2. Seperate dev deps into lint and test

    This is to avoid issue with pypy37 where black needs the
    typed-ast module which won't build. We don't actually use black
    in the pypy37 test environment so lets split things up
    nhairs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a907627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d0b3d View commit details
    Browse the repository at this point in the history
  4. Split GHA lint and test jobs

    nhairs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7c7b72e View commit details
    Browse the repository at this point in the history
  5. Update README

    nhairs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7d2c48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    296ff7a View commit details
    Browse the repository at this point in the history
  7. Release 3.0.0

    nhairs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7c5a3e6 View commit details
    Browse the repository at this point in the history
Loading