Do we have any issue tracking what's left for a 15 release? The milestone seems to be complete. I'd be willing to help out.
thanks @ronag v5 is near release, it's mostly a case of aligning the ecosystem modules which I'm already on
It's out!
Hi @mcollina and all, thanks for this wonderful lib. Is there an upgrade guide from v4 to v5?
Also, are transports affected? I maintain two transports and I wonder if there is a way to make sure they are v5-compatible:
Thanks!
@willdurand transport should be largely unaffected.
The changes are listed in: https://www.nearform.com/blog/announcing-pino-5/.
If you would like to contribute a migration guide, please do so! Your code should be mostly unaffected if you are not using extreme mode (which was re-done). You might get some performance boost by switching to pino.destination(file) if you were writing to files.
@mcollina awesome, thanks for the info!
Most helpful comment
thanks @ronag v5 is near release, it's mostly a case of aligning the ecosystem modules which I'm already on