-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pino to the latest version 🚀 #247
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 Release Notes for v6.1.0 |
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The dependency pino was updated from
5.17.0
to6.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: jsumners
License: MIT
Release Notes for v6.0.0
Major changes
v
from log lines #623 #620null
#711 #706Implicit formatting removed #795
Previously, Pino emulated Bunyan's behavior when interpreting logs like:
log.info('a message', { an: 'object'})
log.info('a', 'silly', 'message')
The old behavior would result in 1 yielding
"msg":"a message {\"an\":\"object\"}"
and 2 yielding"msg":"a silly message"
. As of this release, 1 will yield"msg":"a message"
and 2 will yield"msg":"a"
.To get the same results in Pino v6 as in previous releases actual format identifiers should be provided, e.g.:
log.info('a message %j', { an: 'object' })
log.info('a %s %s', 'silly', 'message')
Commits
The new version differs by 30 commits.
529906e
Merge pull request #800 from pinojs/next
71f1514
v6.0.0
627e471
Merge pull request #799 from pinojs/lts-doc
dc603c8
Add clarification line
de6de84
Add a basic LTS doc
cbd7170
Merge pull request #798 from pinojs/v6-clean-ups
f8bc8fd
Merge pull request #797 from Logflare/add-pino-logflare-docs
b6aab43
add pino-pg transport (#782)
e41def5
Merge pull request #797 from Logflare/add-pino-logflare-docs
4f18f26
Remove deprecated metadata key
ef10804
Add pino-logflare to transport docs
5947569
Alphabetize transports
ecd0b18
v6.0.0-rc.2
fa32fe9
Merge pull request #795 from pinojs/issue-793
33ab7fe
Update docs
There are 30 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴