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: pinojs/pino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.0
Choose a base ref
...
head repository: pinojs/pino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.3.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    417ef57 View commit details
    Browse the repository at this point in the history
  2. Bumped v10.2.1

    mcollina committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    31966a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    a728702 View commit details
    Browse the repository at this point in the history
  2. feat: set worker thread name for transport identification (#2380)

    * feat: set worker thread name for transport identification
    
    Pass the transport name to the worker thread via workerOpts.name so that
    the thread can be identified correctly. Single transports use their target
    name, while multi-target and pipeline transports use 'pino.transport'.
    
    * test: skip worker thread name tests on Node.js < 22.20
    
    threadName was added in Node.js v22.20.0 and v24.6.0
    mcollina authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    06d55b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Bumped v10.3.0

    mcollina committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    d6adf03 View commit details
    Browse the repository at this point in the history
Loading