Releases: pinojs/pino
Releases · pinojs/pino
v8.4.1
What's Changed
- Add pino-transport-datadog to transports.md by @theogravity in #1512
- Simplify Google logging-specific configuration example by @andrew-demb in #1516
- Default fd=1 in pino.destination if stdout has no file descriptor by @mcollina in #1517
New Contributors
- @theogravity made their first contribution in #1512
- @andrew-demb made their first contribution in #1516
Full Changelog: v8.4.0...v8.4.1
v8.4.0
What's Changed
- build(deps): bump real-require from 0.1.0 to 0.2.0 by @dependabot in #1505
- feat: add errorKey option by @qwelias in #1507
- Fix: dedup works with multistream (refs: #1506) by @bl00dhound in #1508
New Contributors
- @qwelias made their first contribution in #1507
- @bl00dhound made their first contribution in #1508
Full Changelog: v8.3.1...v8.4.0
v8.3.1
v8.3.0
v8.2.0
What's Changed
- fix(#1347): added disabled to browser opts for logs by @dancastillo in #1480
- Introducing Aibrake transport by @enricodeleo in #1481
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #1483
- fix: updated lts docs by @dancastillo in #1486
- docs(API): add description to
level
constructor option by @KoltesDigital in #1488 - build(deps): bump actions/dependency-review-action from 1 to 2 by @dependabot in #1482
- Update thread-stream@2.0.0 by @mcollina in #1494
- build(deps): bump pino-std-serializers from 5.6.0 to 6.0.0 by @dependabot in #1478
- resolves #1489 add test by @Mogztter in #1496
New Contributors
- @dancastillo made their first contribution in #1480
- @enricodeleo made their first contribution in #1481
- @KoltesDigital made their first contribution in #1488
- @Mogztter made their first contribution in #1496
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- build(deps): bump pnpm/action-setup from 2.2.1 to 2.2.2 by @dependabot in #1450
- fix(publishing): add preval pino version by @budarin in #1453
- Update dependencies by @jsumners in #1458
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #1460
- docs: Fixed options for loki transport example by @mrbrianevans in #1459
- test: Remove npx from transpile. by @ShogunPanda in #1467
- Add documentation regard pino-sentry-transport by @tomer-yechiel in #1464
- docs: Fix typo by @krmroland in #1470
- ci: update workflows by @Fdawgs in #1471
- docs: add esbuild-plugin-pino to bundling.md by @davipon in #1469
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #1473
- Update to on-exit-leak-free v2 by @mcollina in #1474
- update abstract-transport to v1.0.0 and drop hack by @mcollina in #1475
- build(deps): bump pino-abstract-transport from 0.5.0 to 1.0.0 by @dependabot in #1472
New Contributors
- @budarin made their first contribution in #1453
- @mrbrianevans made their first contribution in #1459
- @tomer-yechiel made their first contribution in #1464
- @krmroland made their first contribution in #1470
- @davipon made their first contribution in #1469
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- chore: add pino lambda to ecosystem doc by @carbonrobot in #1417
- docs: clarify setBindings() comment by @deanhaleem in #1419
- ci: bump github actions by @Fdawgs in #1421
- doc: fix typo in clone(level) by @tniessen in #1423
- chore: Dependency review action by @naveensrinivasan in #1425
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #1426
- Spelling by @jsoref in #1427
- docs: add pino-seq-transport to list of v7+ compatible transports by @eadmundo in #1432
- Remove deprecated API and options in v7 option. by @mcollina in #1249
- build(deps-dev): update pino-pretty requirement from ^v7.6.0 to ^v7.6.1 by @dependabot in #1403
- build(deps-dev): bump jest from 27.5.1 to 28.1.0 by @dependabot in #1433
- Async by default by @mcollina in #1448
- build(deps): bump process-warning from 1.0.0 to 2.0.0 by @dependabot in #1439
- docs: add note about nestedKey to mixin section by @mothershipper in #1444
- Updated dependencies by @mcollina in #1449
New Contributors
- @carbonrobot made their first contribution in #1417
- @deanhaleem made their first contribution in #1419
- @jsoref made their first contribution in #1427
- @eadmundo made their first contribution in #1432
- @mothershipper made their first contribution in #1444
Full Changelog: v7.11.0...v8.0.0
v7.11.0
What's Changed
- replace extreme destination with async destination by @mksmtn in #1402
- api.md: fix typo by @jordigh in #1406
- Missing bracket by @mauricius in #1407
- Ensure first-class support for transpiled & ts code in transports by @castarco in #1381
- chore: Set permissions for GitHub actions by @naveensrinivasan in #1409
- docs: add
pino-loki
transport by @Julien-R44 in #1414
New Contributors
- @jordigh made their first contribution in #1406
- @mauricius made their first contribution in #1407
- @castarco made their first contribution in #1381
- @naveensrinivasan made their first contribution in #1409
- @Julien-R44 made their first contribution in #1414
Full Changelog: v7.10.0...v7.11.0
v7.10.0
What's Changed
- Fix hasOwnProperty usage by @joshkel in #1359
- Update tap config by @jsumners in #1384
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #1391
- Do not leak files when running tests by @mcollina in #1395
- Add missing require statement by @jsumners in #1397
- Add LoggerExtras.setBindings to pino.d.ts by @trevorr in #1394
- Add synchronous sleep in case of synchronous exit by @mcollina in #1401
- Add LevelWithSilent as an exported type by @deongroenewald in #1399
- Add option to pass custom levels down to
multistream()
from transport by @savardc in #1398 - docs: add h3 example by @wobsoriano in #1385
- Bumped thread-stream version by @ramonmulia in #1382
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #1390
- build(deps-dev): update pino-pretty requirement from ^v7.5.4 to ^v7.6.0 by @dependabot in #1387
- fix incorrect type definition of censor function by @mksmtn in #1389
New Contributors
- @joshkel made their first contribution in #1359
- @trevorr made their first contribution in #1394
- @deongroenewald made their first contribution in #1399
- @savardc made their first contribution in #1398
- @wobsoriano made their first contribution in #1385
- @ramonmulia made their first contribution in #1382
- @mksmtn made their first contribution in #1389
Full Changelog: v7.9.2...v7.10.0
v7.9.2
What's Changed
- Bumped thread-stream to v0.14.0 by @mcollina in #1377
- build(deps-dev): update pino-pretty requirement from ^v7.5.3 to ^v7.5.4 by @dependabot in #1374
- Revert "fix: Run parent bindings formatter when creating child logger (#1367)" by @mcollina in #1380
- Bumped thread-stream to v0.15.0 by @mcollina in #1379
Full Changelog: v7.9.1...v7.9.2