File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
6
6
7
+ ## [ 5.0.2] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v5.0.1...v5.0.2 ) (2023-11-10)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Fix rest links with the correct gRPC links used by library. ([ #724 ] ( https://github.com/googleapis/nodejs-logging-bunyan/issues/724 ) ) ([ 555c33e] ( https://github.com/googleapis/nodejs-logging-bunyan/commit/555c33e858248b911a5aa405d11f64a2fb5942dd ) )
13
+
7
14
## [ 5.0.1] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v5.0.0...v5.0.1 ) (2023-10-30)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/logging-bunyan" ,
3
3
"description" : " Cloud Logging stream for Bunyan" ,
4
- "version" : " 5.0.1 " ,
4
+ "version" : " 5.0.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 15
15
"test" : " mocha system-test --timeout 600000"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/logging-bunyan" : " ^5.0.1 " ,
18
+ "@google-cloud/logging-bunyan" : " ^5.0.2 " ,
19
19
"bunyan" : " ^1.8.12" ,
20
20
"express" : " ^4.16.3" ,
21
21
"yargs" : " ^16.0.0"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
74
74
* Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
75
75
* See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
76
76
*/
77
- export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.1 ' ; // {x-release-please-version}
77
+ export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.2 ' ; // {x-release-please-version}
78
78
79
79
/**
80
80
* Gets the current fully qualified trace ID when available from the
You can’t perform that action at this time.
0 commit comments