Releases: pinojs/pino
Releases · pinojs/pino
v9.9.3
v9.9.2
What's Changed
Full Changelog: v9.9.1...v9.9.2
v9.9.1
What's Changed
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2268
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #2269
- fix: TypeScript regression with boolean values in %s placeholders by @mcollina in #2262
Full Changelog: v9.9.0...v9.9.1
v9.9.0
What's Changed
- Fix TypeScript types by @joshkel in #2258
- feat: Added remove to multistream. by @ShogunPanda in #2257
Full Changelog: v9.8.0...v9.9.0
v9.8.0
What's Changed
- build(deps-dev): bump pino-pretty from 11.3.0 to 13.0.0 by @dependabot[bot] in #2083
- chore(license): update licensing year by @Tony133 in #2226
- Enhance logger function typing by @samchungy in #2230
- Fix typo in bench-long-string script name in package.json by @prkomb in #2235
- fix: remove trailing comma in tsconfig.json by @prkomb in #2236
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #2238
- build(deps-dev): bump jest from 29.7.0 to 30.0.3 by @dependabot[bot] in #2240
- Fix missing asObjectBindingsOnly type from browser config by @MarsCapone in #2243
- chore: remove benchmark as devDependency by @Uzlopak in #2247
- feat: introduce
logger.msgPrefixgetter by @indutny-signal in #2232 - docs: link hono integration to homepage by @0-BSCode in #2252
- Fix TS export condition by @mcollina in #2223
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #2250
New Contributors
- @Tony133 made their first contribution in #2226
- @samchungy made their first contribution in #2230
- @prkomb made their first contribution in #2235
- @MarsCapone made their first contribution in #2243
- @Uzlopak made their first contribution in #2247
- @indutny-signal made their first contribution in #2232
- @0-BSCode made their first contribution in #2252
Full Changelog: v9.7.0...v9.8.0
v9.7.0
What's Changed
- Update api.md - typo in default of options.base by @osher in #2113
- build(deps-dev): bump @yao-pkg/pkg from 6.1.1 to 6.2.0 by @dependabot in #2115
- Document that the error event on the thread stream is fatal by @mcollina in #2116
- build(deps-dev): bump @yao-pkg/pkg from 6.2.0 to 6.3.0 by @dependabot in #2124
- docs: add hono example by @jansepke in #2136
- build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #2140
- build(deps): bump process-warning from 4.0.1 to 5.0.0 by @dependabot in #2142
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #2146
- Skipping test in packaging into executable on ppc64 arch by @pacostas in #2122
- fix: #2053 - re-added is level enabled to browser by @SamSalvatico in #2125
- Add asObjectBindingsOnly, allowing write to receive only the bindings as object by @segevfiner in #2051
- docs: hono js docs by @Puppo in #2166
- Include pino-roll in Pino transports list by @mustakimkr in #2159
- Fix order of pino-roll by @jsumners in #2167
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #2170
- The finalization registry bug has been fixed everywhere by @mcollina in #2220
New Contributors
- @jansepke made their first contribution in #2136
- @pacostas made their first contribution in #2122
- @SamSalvatico made their first contribution in #2125
- @mustakimkr made their first contribution in #2159
Full Changelog: v9.6.0...v9.7.0
v9.6.0
What's Changed
- build(deps-dev): lock typescript minor version by @Fdawgs in #2066
- build(deps-dev): bump typescript from 5.1.6 to 5.6.3 by @dependabot in #2068
- docs: update pino-datadog-transport repository by @MathewBoyles in #2069
- build(deps-dev): bump @yao-pkg/pkg from 5.15.0 to 6.0.0 by @dependabot in #2070
- build(deps-dev): bump @yao-pkg/pkg from 6.0.0 to 6.0.1 by @dependabot in #2075
- build(deps-dev): bump @yao-pkg/pkg from 6.0.1 to 6.1.0 by @dependabot in #2082
- build(deps-dev): bump airtap from 4.0.4 to 5.0.0 by @dependabot in #2090
- build(deps-dev): bump @yao-pkg/pkg from 6.1.0 to 6.1.1 by @dependabot in #2091
- docs: add @openobserve/openobserve-pino transports by @ktx-kirtan in #2078
- docs: add missing parenthesis to transport code example by @thsmale in #2099
- docs: alphabetize ecosystem lists by @ChinoUkaegbu in #2097
- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #2101
- chore(docs): add links to gcp logging formatter by @nielm in #2088
- docs: update API reference by @emmanuel-ferdman in #2095
- add new streamWrite hook by @theoephraim in #2105
- test: use fs.execFile instead of exec by @targos in #2110
- test: skip
pkgtest in CITGM by @targos in #2112
New Contributors
- @MathewBoyles made their first contribution in #2069
- @ktx-kirtan made their first contribution in #2078
- @thsmale made their first contribution in #2099
- @ChinoUkaegbu made their first contribution in #2097
- @nielm made their first contribution in #2088
- @emmanuel-ferdman made their first contribution in #2095
- @theoephraim made their first contribution in #2105
- @targos made their first contribution in #2110
Full Changelog: v9.5.0...v9.6.0
v9.5.0
What's Changed
- build(deps-dev): bump @yao-pkg/pkg from 5.12.1 to 5.13.0 by @dependabot in #2042
- build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 by @dependabot in #2043
- Update transports.md by @Jhon-Mosk in #2041
- doc: Add Transport @macfja/pino-fingers-crossed by @MacFJA in #2047
- build(deps-dev): bump @yao-pkg/pkg from 5.13.0 to 5.15.0 by @dependabot in #2050
- docs->added pino-hana transport by @HiImGiovi in #2059
- docs -> #2061 Alphabetize transport list and reorder sections in documentation by @superherobtf1985 in #2062
- feature: allow sync flag to be passed to ThreadStream for synchronous… by @karankraina in #2063
- fix: Ensure silent log level is respected with browser.transmit option by @SrsDanny in #2052
New Contributors
- @MacFJA made their first contribution in #2047
- @HiImGiovi made their first contribution in #2059
- @superherobtf1985 made their first contribution in #2062
- @karankraina made their first contribution in #2063
- @SrsDanny made their first contribution in #2052
Full Changelog: v9.4.0...v9.5.0
v9.4.0
What's Changed
- Drop failing pnpm tests by @mcollina in #2015
- Add bun plugin link to docs by @vktrl in #2016
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #2017
- docs: Update transports.md by @Imgodmaoyouknow in #2027
- build(deps-dev): bump @yao-pkg/pkg from 5.12.0 to 5.12.1 by @dependabot in #2031
- feat(types): forbid using default log fn when custom only used (#1998) by @chernodub in #1999
- feat: accept level in capitals by @balaji-atoa in #2034
New Contributors
- @vktrl made their first contribution in #2016
- @Imgodmaoyouknow made their first contribution in #2027
- @chernodub made their first contribution in #1999
- @balaji-atoa made their first contribution in #2034
Full Changelog: v9.3.2...v9.4.0
v9.3.2
What's Changed
- build(deps-dev): bump rimraf from 5.0.9 to 6.0.1 by @dependabot in #2009
- build(deps): bump process-warning from 3.0.0 to 4.0.0 by @dependabot in #2010
- fix: no early return in
loadTransportStreamBuilderby @viceice in #2014 - build(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0 by @dependabot in #1982
- build(deps-dev): bump @yao-pkg/pkg from 5.11.5 to 5.12.0 by @dependabot in #1988
New Contributors
Full Changelog: v9.3.1...v9.3.2