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: v4.0.0
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: v4.1.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 1, 2025

  1. Support Python 3.14 and PyPy 3.11 (#62)

    Per title
    
    ### Test Plan
    - Unit tests
    nhairs authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    1838803 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Configuration menu
    Copy the full SHA
    acdf887 View commit details
    Browse the repository at this point in the history
  2. [orjson] Fix comment accuracy

    nhairs committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    961ed2f View commit details
    Browse the repository at this point in the history
  3. [mypy] Don't ignore orjson

    Ojson includes type annotations as of [3.6.1 (2021-08-04)](https://github.com/ijl/orjson/blob/master/CHANGELOG.md#361---2021-08-04)
    nhairs committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    8045926 View commit details
    Browse the repository at this point in the history
  4. [pylint] Remove old command

    nhairs committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    eee9505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0add524 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61f88a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06165bb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    622650c View commit details
    Browse the repository at this point in the history
  2. Drop python 3.8, 3.9 support

    nhairs committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    79599b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb784a View commit details
    Browse the repository at this point in the history
  4. [pyproject] Update license table to PEP 639 format

    Fixes #49
    
    This change is based on the work originally done in [#50](#50)
    
    Co-Authored-By: Nicholas Hairs <info@nicholashairs.com>
    V1rg1lee and nhairs committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    b589b2a View commit details
    Browse the repository at this point in the history
  5. Release v4.1.0

    nhairs committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    d80c68d View commit details
    Browse the repository at this point in the history
Loading