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.2.1
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: main
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 1, 2025

  1. [tests] Update tests for msgspec 0.19.0 (#41)

    per title
    
    ### Test Plan
    
    - Run GHA, check only py38 has xfail tests
    nhairs authored Feb 1, 2025
    Copy the full SHA
    1ce81a3 View commit details
  2. Move to uv (#40)

    Per title
    
    ### Test Plan
    
    - ensure GHA runs
    nhairs authored Feb 1, 2025
    Copy the full SHA
    0092ea0 View commit details

Commits on Feb 4, 2025

  1. Add options to encode stack information into an array (#39)

    close #35 
    
    This PR add options to encode stack information into an array.
    - If `exc_info_as_array` is True (Defualt: False), formatter encode
    `exc_info` into an array.
    - If `stack_info_as_array` is True (Defualt: False), formatter encode
    `stack_info` into an array.
    
    ### Test plan
    
    - run tests
    
    ---------
    
    Co-authored-by: Nicholas Hairs <nicholashairs@gmail.com>
    1hakusai1 and nhairs authored Feb 4, 2025
    Copy the full SHA
    db04a0f View commit details

Commits on Mar 7, 2025

  1. Release 3.3.0

    nhairs committed Mar 7, 2025
    Copy the full SHA
    9e6cb67 View commit details
Loading