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: v3.1.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: v3.2.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 4, 2024

  1. Add CODE_OF_CONDUCT.md symlink

    A code of conduct is included in docs/contributing.md. We add this
    symlink to make GitHub's "Community Standards" checklist happy.
    nhairs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ee2c128 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. [docs] Expand coobook, cleanup references

    Fixes: #21, #22
    nhairs committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    bc807f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Improve handling of optional packages (#27)

    Improves handling of optional packages by:
    
    - No importing them just to check if available
    - Raises a more specific type of error (and message)
    
    ### Test Plan
    
    - Run unit tests
    nhairs authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a1daea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Restrict typing_extensions requirement to < 3.10 (#28)

    It's not used on newer Python versions.
    cjwatson authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2f773cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Use defaults argument (#26)

    closes #24 
    
    Uses `defaults` argument to prepopulate fields on records.
    
    ### Test Plan
    Unit tests
    
    ---------
    
    Co-authored-by: Nicholas Hairs <info@nicholashairs.com>
    bharel and nhairs authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f266f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed6762 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. [pyproject] Support Python 3.13 (#23)

    Resume testing orjson and msgspec against python 3.13.
    
    At the time of release for v3.1.0, orjon and msgspec could not be
    installed on python 3.13 as the packages did not support it.
    
    ### Test Plan
    - Unit tests
    nhairs authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    2548e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d03eb View commit details
    Browse the repository at this point in the history
  3. Release 3.2.0

    nhairs committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    c6c8041 View commit details
    Browse the repository at this point in the history
Loading