Bunyan v2.0.1 Release Notes

Release Date: 2017-08-02 // over 6 years ago
    • [issue #504] Backward incompatible change to the bunyan CLI: The bunyan CLI no longer adds a Host header when rendering a client_req field in a log record. In 1.x it used to do this (using client_req.address and client_req.port), on the guess that Node.js' http.ClientRequest handling would add it. However, the guess can be wrong and misleading. It is better not to guess.