aknuds1 / bankai

DIY asset server
http://yoshuawuyts.com/bankai/
Apache License 2.0
0 stars 0 forks source link

An in-range update of pino is breaking the build 🚨 #39

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 4.17.0 of pino was just published.

Branch Build failing 🚨
Dependency pino
Current Version 4.16.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

pino is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/aknuds1/bankai/builds/384516113?utm_source=github_status&utm_medium=notification)

Release Notes v4.17.0
  • Add level and levelVal property to browser pino #418 #419
Commits

The new version differs by 8 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 4.16.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 4.17.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.17.1
  • Fix to set level in the browser #424
greenkeeper[bot] commented 6 years ago

Version 4.17.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.17.2
  • Fix level set in browser logger #424
greenkeeper[bot] commented 6 years ago

Version 4.17.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.17.3
  • internal typo and circular formatting fix – #422
Commits

The new version differs by 4 commits.

  • 36d4d26 4.17.3
  • 65d905a Merge pull request #422 from pinojs/formatOpts-typo
  • e926df7 correct interpolation safety behaviour
  • 5a999f9 fix: format opts typo

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.17.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.17.5
  • Support logging errors that do not contain a stack #457
Commits

The new version differs by 8 commits.

  • 2f14f6d Bumped v4.17.5
  • bf7db10 Updated dependencies
  • 3a14789 fix: support logging errors that do not contain a stack (#457)
  • ed4428e added reference to pino-papertrail transport (#455)
  • e7c9c0c Merge pull request #435 from indexzero/winston3
  • 5a09809 [doc] Use winston@3 proper.
  • f09d661 4.17.4
  • 9a2ae1e hot fix: node v4 syntax

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.17.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.17.6
  • Do not cast to strickt Error#stack #464
Commits

The new version differs by 10 commits.

  • 44ba331 Bumped v4.17.6
  • 576c970 Do not cast to string Error#stack. (#464)
  • 2f14f6d Bumped v4.17.5
  • bf7db10 Updated dependencies
  • 3a14789 fix: support logging errors that do not contain a stack (#457)
  • ed4428e added reference to pino-papertrail transport (#455)
  • e7c9c0c Merge pull request #435 from indexzero/winston3
  • 5a09809 [doc] Use winston@3 proper.
  • f09d661 4.17.4
  • 9a2ae1e hot fix: node v4 syntax

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.6.2
  • Convert NaN and Infinity to null #519
  • Convert -Infinity to null #520
greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.6.3
  • The serializer object should not have a prototype #527
Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • 916451a Bumped v5.6.3.
  • c26b473 The serializer object should not have a prototype (#527)
  • a45b607 Update stale hash/anchor in README (#526)
  • c8aea1a Bumped v5.6.2

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.6.4
  • Don't use default levels if useOnlyCustomLevel is specified #522
Commits

The new version differs by 6 commits ahead by 6, behind by 1.

  • 3943b20 Bumped v5.6.4.
  • 2f5f054 Don't use default levels if useOnlyCustomLevels is specified (#522)
  • 916451a Bumped v5.6.3.
  • c26b473 The serializer object should not have a prototype (#527)
  • a45b607 Update stale hash/anchor in README (#526)
  • c8aea1a Bumped v5.6.2

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.7.0
  • Makes final warn instead of throw when using prettyPrint #528
Commits

The new version differs by 8 commits ahead by 8, behind by 1.

  • 77aff53 Bumped v5.7.0.
  • 7010b5f Makes final warn that is not supported instead of throwing (#528)
  • 3943b20 Bumped v5.6.4.
  • 2f5f054 Don't use default levels if useOnlyCustomLevels is specified (#522)
  • 916451a Bumped v5.6.3.
  • c26b473 The serializer object should not have a prototype (#527)
  • a45b607 Update stale hash/anchor in README (#526)
  • c8aea1a Bumped v5.6.2

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.8.0
  • Fix response headers in test #529
Commits

The new version differs by 10 commits ahead by 10, behind by 1.

  • 98029b1 Bumped v5.8.0.
  • 7ee7a55 Fix response headers in tests (#529)
  • 77aff53 Bumped v5.7.0.
  • 7010b5f Makes final warn that is not supported instead of throwing (#528)
  • 3943b20 Bumped v5.6.4.
  • 2f5f054 Don't use default levels if useOnlyCustomLevels is specified (#522)
  • 916451a Bumped v5.6.3.
  • c26b473 The serializer object should not have a prototype (#527)
  • a45b607 Update stale hash/anchor in README (#526)
  • c8aea1a Bumped v5.6.2

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.8.1
  • Do not crash on broken pipe, redirect to /dev/null #540
Commits

The new version differs by 15 commits ahead by 15, behind by 1.

  • 7108454 Bumped v5.9.0.
  • ab39407 do not crash on broken pipe, just redirect to /dev/null (#540)
  • 61e53d4 Added Node v11 to .travis.yml
  • 3123d59 Fix typo in docs (#536)
  • 238fe28 Add docsify-cli to serve docs locally (#531)
  • 98029b1 Bumped v5.8.0.
  • 7ee7a55 Fix response headers in tests (#529)
  • 77aff53 Bumped v5.7.0.
  • 7010b5f Makes final warn that is not supported instead of throwing (#528)
  • 3943b20 Bumped v5.6.4.
  • 2f5f054 Don't use default levels if useOnlyCustomLevels is specified (#522)
  • 916451a Bumped v5.6.3.
  • c26b473 The serializer object should not have a prototype (#527)
  • a45b607 Update stale hash/anchor in README (#526)
  • c8aea1a Bumped v5.6.2

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.9.0
  • fix failing test, allow censor function #551
  • simplify switch statement #550
  • add note about Windows terminal #552
  • added docs about the new censor function #553
Commits

The new version differs by 21 commits ahead by 21, behind by 1.

  • d4e791d Bumped v5.9.0
  • c2173f8 Added docs about the new censor function. (#553)
  • 045a557 Updated deps
  • 155d75e Simplify switch statement (#550)
  • 3b7019e Added note in the docs about Windows terminal and unicode (#552)
  • d65c0d1 Fix failing test - Allow censor function (#551)
  • 220e3d0 Bumped v5.8.1.
  • ab39407 do not crash on broken pipe, just redirect to /dev/null (#540)
  • 61e53d4 Added Node v11 to .travis.yml
  • 3123d59 Fix typo in docs (#536)
  • 238fe28 Add docsify-cli to serve docs locally (#531)
  • 98029b1 Bumped v5.8.0.
  • 7ee7a55 Fix response headers in tests (#529)
  • 77aff53 Bumped v5.7.0.
  • 7010b5f Makes final warn that is not supported instead of throwing (#528)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.0
  • make pino.destination writes synchronous, remove aws lambda hack #566
Commits

The new version differs by 25 commits ahead by 25, behind by 1.

  • 9c63378 5.10.0
  • 15a4ad2 add windows and osx to travis
  • a871790 Fix pretty tests (#557)
  • dc910f0 docs: fix typo s/event/even/ (#554)
  • d4e791d Bumped v5.9.0
  • c2173f8 Added docs about the new censor function. (#553)
  • 045a557 Updated deps
  • 155d75e Simplify switch statement (#550)
  • 3b7019e Added note in the docs about Windows terminal and unicode (#552)
  • d65c0d1 Fix failing test - Allow censor function (#551)
  • 220e3d0 Bumped v5.8.1.
  • ab39407 do not crash on broken pipe, just redirect to /dev/null (#540)
  • 61e53d4 Added Node v11 to .travis.yml
  • 3123d59 Fix typo in docs (#536)
  • 238fe28 Add docsify-cli to serve docs locally (#531)

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 31 commits ahead by 31, behind by 1.

  • 4afa3b1 Bumped v5.10.1
  • 5233273 Merge pull request #566 from pinojs/make-destination-sync
  • 68597d3 Added missing tests
  • 0184977 Updated docs
  • 1dda179 Merge branch 'make-destination-sync' of github.com:pinojs/pino into make-destination-sync
  • 8fcec89 Update test/final.test.js
  • e1c9528 Remove lambda hack, as it is not needed anymore with sync destination
  • 10536b0 Make pino.destination sync
  • a871790 Fix pretty tests (#557)
  • dc910f0 docs: fix typo s/event/even/ (#554)
  • d4e791d Bumped v5.9.0
  • c2173f8 Added docs about the new censor function. (#553)
  • 045a557 Updated deps
  • 155d75e Simplify switch statement (#550)
  • 3b7019e Added note in the docs about Windows terminal and unicode (#552)

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.2
Commits

The new version differs by 34 commits ahead by 34, behind by 1.

  • b85ce51 5.10.2
  • 12adcf5 Merge pull request #567 from turakvlad/turakvlad-patch-1
  • 5005cc3 Update api.md
  • 4afa3b1 Bumped v5.10.1
  • 5233273 Merge pull request #566 from pinojs/make-destination-sync
  • 68597d3 Added missing tests
  • 0184977 Updated docs
  • 1dda179 Merge branch 'make-destination-sync' of github.com:pinojs/pino into make-destination-sync
  • 8fcec89 Update test/final.test.js
  • e1c9528 Remove lambda hack, as it is not needed anymore with sync destination
  • 10536b0 Make pino.destination sync
  • a871790 Fix pretty tests (#557)
  • dc910f0 docs: fix typo s/event/even/ (#554)
  • d4e791d Bumped v5.9.0
  • c2173f8 Added docs about the new censor function. (#553)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.4
Commits

The new version differs by 41 commits ahead by 41, behind by 1.

  • a6bac55 5.10.4
  • 4fa7b6d Merge pull request #572 from ovhemert/add-stackdriver-transport
  • 482528c Update docs/transports.md
  • 9a6f9bc add npm link
  • a5546d6 doc add stackdriver transport
  • 91f13ee Bumped v5.10.3
  • 1afe9d2 fix invalid JSON when redact.remove acts on chindings (#570)
  • b85ce51 5.10.2
  • 12adcf5 Merge pull request #567 from turakvlad/turakvlad-patch-1
  • 5005cc3 Update api.md
  • 4afa3b1 Bumped v5.10.1
  • 5233273 Merge pull request #566 from pinojs/make-destination-sync
  • 68597d3 Added missing tests
  • 0184977 Updated docs
  • 1dda179 Merge branch 'make-destination-sync' of github.com:pinojs/pino into make-destination-sync

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.5
  • Removed unused dependencies #574
Commits

The new version differs by 44 commits ahead by 44, behind by 1.

  • 9cbeacd Bumped v5.10.5
  • 2992f1f Updated log to 3.0.0
  • 821f834 Move boom to dev deps. Removed fast-json-parse (#574)
  • a6bac55 5.10.4
  • 4fa7b6d Merge pull request #572 from ovhemert/add-stackdriver-transport
  • 482528c Update docs/transports.md
  • 9a6f9bc add npm link
  • a5546d6 doc add stackdriver transport
  • 91f13ee Bumped v5.10.3
  • 1afe9d2 fix invalid JSON when redact.remove acts on chindings (#570)
  • b85ce51 5.10.2
  • 12adcf5 Merge pull request #567 from turakvlad/turakvlad-patch-1
  • 5005cc3 Update api.md
  • 4afa3b1 Bumped v5.10.1
  • 5233273 Merge pull request #566 from pinojs/make-destination-sync

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.6
  • docs typo fix #577
Commits

The new version differs by 48 commits ahead by 48, behind by 1.

  • ef50bb3 5.10.6
  • 5493ff3 Merge pull request #577 from nwoltman/patch-1
  • 1332450 Fix typo in docs
  • aa83488 Fixing minor formating typo (#576)
  • 9cbeacd Bumped v5.10.5
  • 2992f1f Updated log to 3.0.0
  • 821f834 Move boom to dev deps. Removed fast-json-parse (#574)
  • a6bac55 5.10.4
  • 4fa7b6d Merge pull request #572 from ovhemert/add-stackdriver-transport
  • 482528c Update docs/transports.md
  • 9a6f9bc add npm link
  • a5546d6 doc add stackdriver transport
  • 91f13ee Bumped v5.10.3
  • 1afe9d2 fix invalid JSON when redact.remove acts on chindings (#570)
  • b85ce51 5.10.2

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.10.7
  • fix browser transmit method #585
Commits

The new version differs by 55 commits ahead by 55, behind by 1.

  • d41f252 5.10.7
  • 9356ce5 Merge pull request #585 from disintegrator/fix-transmit-messages
  • efa8844 fix: use var instead of let
  • ecadab2 fix: use var instead of let
  • bd7823d test: use clearer title for test description
  • 83233c6 fix: retain logger bindings after transmitting logEvents
  • 2a81679 Add link to PR review (#581)
  • ef50bb3 5.10.6
  • 5493ff3 Merge pull request #577 from nwoltman/patch-1
  • 1332450 Fix typo in docs
  • aa83488 Fixing minor formating typo (#576)
  • 9cbeacd Bumped v5.10.5
  • 2992f1f Updated log to 3.0.0
  • 821f834 Move boom to dev deps. Removed fast-json-parse (#574)
  • a6bac55 5.10.4

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.11.2
  • Support hapi-pino in pino-browser #612
Commits

The new version differs by 89 commits ahead by 89, behind by 1.

  • f74ba65 Bumped v5.11.2
  • b5e31ce Updated dependencies
  • 7d2ba19 Add pino-browser support for hapi-pino (#612)
  • 232d903 disable esm (#610)
  • 40d25da Merge pull request #603 from geekuillaume/patch-1
  • 8ccf6c1 Switch DefinitelyTyped badge URL to https
  • 4d5c6cd Update api.md (#598)
  • db77539 5.11.1
  • 870622d Merge pull request #594 from davidedantonio/master
  • 37d2cdd Update docs/ecosystem.md
  • 67da5e4 updated pino-fluentd description
  • fd96fd9 5.11.0
  • e2ec9ff Merge pull request #588 from yellowbrickc/issue-560
  • 694da02 Rename childBindings to bindings.
  • ff82b2d added pino-fluentd to community modules

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.11.3
  • fix message precedence over merging object #616
Commits

The new version differs by 92 commits ahead by 92, behind by 1.

  • 9a28e82 5.11.3
  • 04a7157 Merge pull request #616 from thomasthiebaud/fix-message-precedence
  • 1ac1576 Fix message precedence over mergedObject
  • f74ba65 Bumped v5.11.2
  • b5e31ce Updated dependencies
  • 7d2ba19 Add pino-browser support for hapi-pino (#612)
  • 232d903 disable esm (#610)
  • 40d25da Merge pull request #603 from geekuillaume/patch-1
  • 8ccf6c1 Switch DefinitelyTyped badge URL to https
  • 4d5c6cd Update api.md (#598)
  • db77539 5.11.1
  • 870622d Merge pull request #594 from davidedantonio/master
  • 37d2cdd Update docs/ecosystem.md
  • 67da5e4 updated pino-fluentd description
  • fd96fd9 5.11.0

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.0
  • Fix bug Global serializer not invoked for strings when base: null (#597)
  • Add cls-proxify to ecosystem.md (#604)
  • Fix wildcard redacting with a custom censor function (#617)
Commits

The new version differs by 97 commits ahead by 97, behind by 1.

  • 89230e7 Bumped v5.12.0
  • cf070af Fixes after landing
  • e386651 Fix bug Global serializer not invoked for strings when base: null (#597)
  • 818e95d [Closes #601] Add cls-proxify to ecosystem.md (#604)
  • 8551286 Fix wildcard redacting with a custom censor function (#617)
  • 9a28e82 5.11.3
  • 04a7157 Merge pull request #616 from thomasthiebaud/fix-message-precedence
  • 1ac1576 Fix message precedence over mergedObject
  • f74ba65 Bumped v5.11.2
  • b5e31ce Updated dependencies
  • 7d2ba19 Add pino-browser support for hapi-pino (#612)
  • 232d903 disable esm (#610)
  • 40d25da Merge pull request #603 from geekuillaume/patch-1
  • 8ccf6c1 Switch DefinitelyTyped badge URL to https
  • 4d5c6cd Update api.md (#598)

There are 97 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.1
  • resolve message key state issue #635
  • add pino-websocket transport to docs #611
Commits

The new version differs by 106 commits ahead by 106, behind by 1.

  • bd4bb1f 5.12.1
  • 1e48aa0 Merge pull request #611 from kody-abe/patch-1
  • 33433e0 Merge pull request #635 from pinojs/fix-633
  • e945848 add azure application insights transport (#630)
  • 7fb388f Remove the msg property after logging
  • 0b83ac1 add azure table storage transport (#622)
  • edcd6b8 add datadog transport (#621)
  • 770cfe3 Replace obsolete dependency with an up-to-date one (#626)
  • 89230e7 Bumped v5.12.0
  • cf070af Fixes after landing
  • e386651 Fix bug Global serializer not invoked for strings when base: null (#597)
  • 818e95d [Closes #601] Add cls-proxify to ecosystem.md (#604)
  • 8551286 Fix wildcard redacting with a custom censor function (#617)
  • 9a28e82 5.11.3
  • 04a7157 Merge pull request #616 from thomasthiebaud/fix-message-precedence

There are 106 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.2
  • stateful bug fix #637
Commits

The new version differs by 112 commits ahead by 112, behind by 1.

  • d51220d 5.12.2
  • 5e2c2a2 Merge pull request #637 from pinojs/fix-636
  • 7d5455b Removed useless code in the meta wrapper for pretty
  • f0b8547 create a shallow copy of the object before logging.
  • ecccbdf Moved obj-wrapping logic inside write
  • 693d9f2 make sure msg is picked up from the obj correctly.
  • bd4bb1f 5.12.1
  • 1e48aa0 Merge pull request #611 from kody-abe/patch-1
  • 33433e0 Merge pull request #635 from pinojs/fix-633
  • e945848 add azure application insights transport (#630)
  • 7fb388f Remove the msg property after logging
  • 0b83ac1 add azure table storage transport (#622)
  • edcd6b8 add datadog transport (#621)
  • 770cfe3 Replace obsolete dependency with an up-to-date one (#626)
  • 89230e7 Bumped v5.12.0

There are 112 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.4
  • fix browser issues #650
Commits

The new version differs by 123 commits ahead by 123, behind by 1.

  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis
  • 248be4e Merge pull request #646 from pinojs/fix-ci
  • 893754a Merge pull request #645 from joonastanner/patch-1
  • 212a3b1 Merge pull request #638 from ematipico/patch-1
  • 6ee01e1 add wrapErrorSerializer to browser pino
  • 9e3eee3 Update ecosystem.md
  • f255589 docs: fixed table format
  • d51220d 5.12.2
  • 5e2c2a2 Merge pull request #637 from pinojs/fix-636
  • 7d5455b Removed useless code in the meta wrapper for pretty
  • f0b8547 create a shallow copy of the object before logging.

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.5
  • mobile safari browser fix #653
Commits

The new version differs by 126 commits ahead by 126, behind by 1.

  • 5c9f9bf 5.12.5
  • 6816b75 Merge pull request #653 from pinojs/mobile-safari-compat
  • 788fedf legacy mobile safari globalThis fallback
  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis
  • 248be4e Merge pull request #646 from pinojs/fix-ci
  • 893754a Merge pull request #645 from joonastanner/patch-1
  • 212a3b1 Merge pull request #638 from ematipico/patch-1
  • 6ee01e1 add wrapErrorSerializer to browser pino
  • 9e3eee3 Update ecosystem.md
  • f255589 docs: fixed table format
  • d51220d 5.12.2

There are 126 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.12.6
Commits

The new version differs by 134 commits ahead by 134, behind by 1.

  • 71166ef 5.12.6
  • 3d08875 Merge pull request #658 from lithiumtech/master
  • 35877d8 Merge pull request #659 from XVincentX/patch-1
  • 27db6cf readme: the log object is on the request object
  • d9dddbb Review feedback.
  • c73b889 Make browser.js es5 compiliant
  • a51b0d2 Merge pull request #605 from Eomm/typo
  • 5c9f9bf 5.12.5
  • 6816b75 Merge pull request #653 from pinojs/mobile-safari-compat
  • 788fedf legacy mobile safari globalThis fallback
  • b3ff163 5.12.4
  • d16773e 5.12.3
  • 0b62bd8 Merge pull request #650 from pinojs/pino-browser-fixes
  • 8f9ff4f no symbols in browser
  • 2b3bbf1 globalThis

There are 134 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.0
  • Updated to standard v13 (#683)
  • Remove note about fastify v2 and link to right doc (#678)
  • Updated copyright to 2019
  • Fix metadata streams docs links #676
Commits

The new version differs by 142 commits ahead by 142, behind by 1.

  • 560d8bd Bumped v5.13.0.
  • c5c996d Updated to standard v13 (#683)
  • 3c7f301 more careful timestamp extraction (#675)
  • 129be44 Remove note about fastify v2 and link to right doc (#678)
  • 4290e37 Merge pull request #676 from drsherlock/fix-docs-broken-links
  • 1a6515a Fix metadata streams docs links
  • e610f4e readme: note that redaction is not supported in the browser (#671)
  • bcbc397 update to 2019
  • 71166ef 5.12.6
  • 3d08875 Merge pull request #658 from lithiumtech/master
  • 35877d8 Merge pull request #659 from XVincentX/patch-1
  • 27db6cf readme: the log object is on the request object
  • d9dddbb Review feedback.
  • c73b889 Make browser.js es5 compiliant
  • a51b0d2 Merge pull request #605 from Eomm/typo

There are 142 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.1
  • #684
  • flatstr 0.7.5
Commits

The new version differs by 145 commits ahead by 145, behind by 1.

  • 7a5d779 Bumped v5.13.1
  • 6709daf Updated deps
  • 10a5d1c fix(levels): useLevelLabels permanently mutates initial cache (#684)
  • 560d8bd Bumped v5.13.0.
  • c5c996d Updated to standard v13 (#683)
  • 3c7f301 more careful timestamp extraction (#675)
  • 129be44 Remove note about fastify v2 and link to right doc (#678)
  • 4290e37 Merge pull request #676 from drsherlock/fix-docs-broken-links
  • 1a6515a Fix metadata streams docs links
  • e610f4e readme: note that redaction is not supported in the browser (#671)
  • bcbc397 update to 2019
  • 71166ef 5.12.6
  • 3d08875 Merge pull request #658 from lithiumtech/master
  • 35877d8 Merge pull request #659 from XVincentX/patch-1
  • 27db6cf readme: the log object is on the request object

There are 145 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.2
Commits

The new version differs by 149 commits ahead by 149, behind by 1.

  • 43d3988 5.13.2
  • e7d9a07 Merge pull request #690 from aandrewww/master
  • 656c2a7 fix doc
  • e9040f3 add sentry transport
  • 7a5d779 Bumped v5.13.1
  • 6709daf Updated deps
  • 10a5d1c fix(levels): useLevelLabels permanently mutates initial cache (#684)
  • 560d8bd Bumped v5.13.0.
  • c5c996d Updated to standard v13 (#683)
  • 3c7f301 more careful timestamp extraction (#675)
  • 129be44 Remove note about fastify v2 and link to right doc (#678)
  • 4290e37 Merge pull request #676 from drsherlock/fix-docs-broken-links
  • 1a6515a Fix metadata streams docs links
  • e610f4e readme: note that redaction is not supported in the browser (#671)
  • bcbc397 update to 2019

There are 149 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.3

πŸ“š PR:

  • docs(transports): add CloudWatch (#696)
  • docs(api): remove Lambda note in pino-destination (#697)
  • fix(serializers): properly transfer Symbol based serializers (#707)
  • docs(api): fix binding example (#700)
Commits

The new version differs by 154 commits ahead by 154, behind by 1.

  • 88b86bd Bumped v5.13.3.
  • a4a185a docs(api): fix binding example (#700)
  • 0e1b4d2 fix(serializers): properly transfer Symbol based serializers (#707)
  • 146d803 docs(api): remove Lambda note in pino-destination (#697)
  • af59c7d docs(transports): add CloudWatch (#696)
  • 43d3988 5.13.2
  • e7d9a07 Merge pull request #690 from aandrewww/master
  • 656c2a7 fix doc
  • e9040f3 add sentry transport
  • 7a5d779 Bumped v5.13.1
  • 6709daf Updated deps
  • 10a5d1c fix(levels): useLevelLabels permanently mutates initial cache (#684)
  • 560d8bd Bumped v5.13.0.
  • c5c996d Updated to standard v13 (#683)
  • 3c7f301 more careful timestamp extraction (#675)

There are 154 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.4
  • bump fast redact #714
Commits

The new version differs by 164 commits ahead by 164, behind by 1.

  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact
  • 016b5e5 bump fast redact
  • 3372e18 Merge pull request #712 from iamolegga/patch-1
  • 98085f6 fix styles in web frameworks docs for Nest
  • f313d37 add Nest Framework documentation
  • 0faa2e7 Merge pull request #685 from ferrao/patch-1
  • c1c4f48 Merge pull request #709 from sonicdoe/standard-v14
  • ecdee19 Upgrade standard to v14
  • 88b86bd Bumped v5.13.3.
  • a4a185a docs(api): fix binding example (#700)
  • 0e1b4d2 fix(serializers): properly transfer Symbol based serializers (#707)
  • 146d803 docs(api): remove Lambda note in pino-destination (#697)
  • af59c7d docs(transports): add CloudWatch (#696)
  • 43d3988 5.13.2

There are 164 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.5
  • always sync flush on fatal log – #730
  • fastify integration clarification - #729
Commits

The new version differs by 173 commits ahead by 173, behind by 1.

  • 0c5442c 5.13.5
  • c1d9f11 Merge pull request #730 from pinojs/fatal-sync-flush
  • 017891e rm stray space
  • 09e20d3 always sync flush fatal log messages
  • 6b06d90 clarify that pino can be accessed on both request and reply (#729)
  • cf6cf48 Update nest example and add link to readme (#725)
  • 162c981 refactor(proto): Remove objError from asJson call (#722)
  • a9ca301 Merge pull request #717 from Zirak/symbol-support
  • a953c77 Handle formatting a Symbol
  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact
  • 016b5e5 bump fast redact
  • 3372e18 Merge pull request #712 from iamolegga/patch-1
  • 98085f6 fix styles in web frameworks docs for Nest
  • f313d37 add Nest Framework documentation

There are 173 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.13.6

πŸ“š PR:

  • Bumped dependencies
  • fix(redaction): fix corner cases with paths (#732)
  • Add MySQL/MariaDB transport (#708)
Commits

The new version differs by 177 commits ahead by 177, behind by 1.

  • 0416d88 Bumped v5.13.6
  • 72be9ed Bumped dependencies
  • 044dbd0 Add MySQL/MariaDB transport (#708)
  • 588fb11 fix(redaction): fix corner cases with paths (#732)
  • 0c5442c 5.13.5
  • c1d9f11 Merge pull request #730 from pinojs/fatal-sync-flush
  • 017891e rm stray space
  • 09e20d3 always sync flush fatal log messages
  • 6b06d90 clarify that pino can be accessed on both request and reply (#729)
  • cf6cf48 Update nest example and add link to readme (#725)
  • 162c981 refactor(proto): Remove objError from asJson call (#722)
  • a9ca301 Merge pull request #717 from Zirak/symbol-support
  • a953c77 Handle formatting a Symbol
  • c0dc89d 5.13.4
  • af52299 Merge pull request #714 from pinojs/bump-fast-redact

There are 177 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.14.0

πŸ“š PR:

  • catch potential write errors on fatal flush sync (#740)
  • feat(mixin): add mixin config option (#741)
Commits

The new version differs by 183 commits ahead by 183, behind by 1.

  • 84e2dc2 5.14.0
  • f66326a feat(mixin): add mixin config option (#741)
  • b03028a ci(travis): add Node.js 12+13 to Travis CI test matrix (#742)
  • 29a2419 CI : Github action improvement (#744)
  • edaedec CI : Add GitHub action (#743)
  • 919f5ad catch potential write errors on fatal flush sync (#740)
  • 0416d88 Bumped v5.13.6
  • 72be9ed Bumped dependencies
  • 044dbd0 Add MySQL/MariaDB transport (#708)
  • 588fb11 fix(redaction): fix corner cases with paths (#732)
  • 0c5442c 5.13.5
  • c1d9f11 Merge pull request #730 from pinojs/fatal-sync-flush
  • 017891e rm stray space
  • 09e20d3 always sync flush fatal log messages
  • 6b06d90 clarify that pino can be accessed on both request and reply (#729)

There are 183 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.15.0

πŸ“š PR:

  • test(mixin): improve object test to ensure proper object assign order (#745)
  • CI : Move from sleep to watch exists (#748)
  • feat(bindings): allow setting of bindings (#754)
Commits

The new version differs by 187 commits ahead by 187, behind by 1.

  • 8e11dc9 Bumped v5.15.0
  • 1586df3 feat(bindings): allow setting of bindings (#754)
  • 6fe7476 CI : Move from sleep to watch exists (#748)
  • 29ceca4 test(mixin): improve object test to ensure proper object assign order (#745)
  • 84e2dc2 5.14.0
  • f66326a feat(mixin): add mixin config option (#741)
  • b03028a ci(travis): add Node.js 12+13 to Travis CI test matrix (#742)
  • 29a2419 CI : Github action improvement (#744)
  • edaedec CI : Add GitHub action (#743)
  • 919f5ad catch potential write errors on fatal flush sync (#740)
  • 0416d88 Bumped v5.13.6
  • 72be9ed Bumped dependencies
  • 044dbd0 Add MySQL/MariaDB transport (#708)
  • 588fb11 fix(redaction): fix corner cases with paths (#732)
  • 0c5442c 5.13.5

There are 187 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.16.0
  • add nestedKey option #759
Commits

The new version differs by 197 commits ahead by 197, behind by 1.

  • 6068257 5.16.0
  • 6fae12a Merge pull request #759 from northscaler/object-key
  • 542e165 add pino-http-send to transport list (#760)
  • e39774e fix(redaction): remove undefined entries for removed number and boolean values (#756)
  • 6d80dbf fix typos
  • 5d35a08 objectKey -> nestedKey, no "you" in docs
  • 7538351 provide ISO8601 time format (#757)
  • 6076625 revert minor version bump
  • be9464a support objectKey config
  • d54a017 docs: fix logo display in sidebar (#755)
  • 8e11dc9 Bumped v5.15.0
  • 1586df3 feat(bindings): allow setting of bindings (#754)
  • 6fe7476 CI : Move from sleep to watch exists (#748)
  • 29ceca4 test(mixin): improve object test to ensure proper object assign order (#745)
  • 84e2dc2 5.14.0

There are 197 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.17.0
  • Fix two broken links in the documentation (#769)
  • api.md - fix wrong letter case (#770)
  • Fixed stream metadata loss during prettification (#780)
  • Deprecate the changeLevelName option and alias it to levelKey (#772)
  • Bind pino instance to prettifier (#721)
Commits

The new version differs by 203 commits ahead by 203, behind by 1.

  • c4fbfdb Bumped v5.17.0
  • 092eb8b Bind pino instance to prettifier (#721)
  • 72eb875 Deprecate the changeLevelName option and alias it to levelKey (#772)
  • 8ab8595 Fixed stream metadata loss during prettification (#780)
  • d237668 api.md - fix wrong letter case (#770)
  • 6c2de4a Fix two broken links in the documentation (#769)
  • 6068257 5.16.0
  • 6fae12a Merge pull request #759 from northscaler/object-key
  • 542e165 add pino-http-send to transport list (#760)
  • e39774e fix(redaction): remove undefined entries for removed number and boolean values (#756)
  • 6d80dbf fix typos
  • 5d35a08 objectKey -> nestedKey, no "you" in docs
  • 7538351 provide ISO8601 time format (#757)
  • 6076625 revert minor version bump
  • be9464a support objectKey config

There are 203 commits in total.

See the full diff