File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# @elastic/ecs-pino-format Changelog
2
2
3
- ## Unreleased
3
+ ## v1.1.1
4
4
5
5
- The ecs-logging spec was [ updated to allow "message" to be
6
6
optional] ( https://github.com/elastic/ecs-logging/pull/55 ) . This allows the
7
7
[ change to fallback to an empty string message] ( https://github.com/elastic/ecs-logging-nodejs/pull/64 )
8
8
to be removed -- which is cleaner and fixes a
9
9
[ side-effect bug] ( https://github.com/elastic/ecs-logging-nodejs/issues/73 )
10
10
where usage of pino's ` prettyPrint: true ` was broken.
11
+ ([ #75 ] ( https://github.com/elastic/ecs-logging-nodejs/pull/75 ) )
11
12
12
13
## v1.1.0
13
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/ecs-pino-format" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A formatter for the pino logger compatible with Elastic Common Schema." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments