Skip to content

Commit 44fb5f0

Browse files
authored
@elastic/ecs-*-format v1.1.0 (#72)
1 parent 7c0b34e commit 44fb5f0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

loggers/morgan/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-morgan-format Changelog
22

3-
## Unreleased
3+
## v1.1.0
44

55
- Update @elastic/ecs-helpers@1.1.0 to get more robust HTTP req and res
66
formatting.

loggers/morgan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ecs-morgan-format",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A formatter for the morgan logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

loggers/pino/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-pino-format Changelog
22

3-
## Unreleased
3+
## v1.1.0
44

55
- Fix a "TypeError: Cannot read property 'host' of undefined" crash when using
66
`convertReqRes: true` and logging a `req` field that is not an HTTP request

loggers/pino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ecs-pino-format",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A formatter for the pino logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

loggers/winston/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @elastic/ecs-winston-format Changelog
22

3-
## Unreleased
3+
## v1.1.0
44

55
- Fix a crash ([#58](https://github.com/elastic/ecs-logging-nodejs/issues/58))
66
when using APM integration and logging a record with an "event" or

loggers/winston/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ecs-winston-format",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A formatter for the winston logger compatible with Elastic Common Schema.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)