Comparing version 1.8.10 to 1.8.11
@@ -13,2 +13,13 @@ # bunyan Changelog | ||
## 1.8.11 | ||
- [issue #504] The `bunyan` 1.x CLI adds a `Host: $client_req.address[:$client_req.port]` | ||
header when rendering a `client_req` field in a log record. Fix that here to: | ||
(a) not add it if `client_req.headers` already includes a host header; and | ||
(b) not include the given `port` if it is 80 or 443 (*assuming* that is the | ||
default port. | ||
Note: `bunyan` 2.x CLI will stop adding this Host header because it is a guess | ||
that can be wrong and misleading. | ||
## 1.8.10 | ||
@@ -15,0 +26,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
var VERSION = '1.8.10'; | ||
var VERSION = '1.8.11'; | ||
@@ -14,0 +14,0 @@ /* |
{ | ||
"name": "bunyan", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"description": "a JSON logging library for node.js services", | ||
@@ -5,0 +5,0 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
444732