This repository was archived by the owner on Feb 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/nodejs-logging-bunyan?activeTab=versions
66
7+ ## [ 5.0.1] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v5.0.0...v5.0.1 ) (2023-10-30)
8+
9+
10+ ### Bug Fixes
11+
12+ * ** deps:** Update dependency @google-cloud/logging to v11 ([ d740098] ( https://github.com/googleapis/nodejs-logging-bunyan/commit/d74009850b316d57a686637f3b0242fa72339000 ) )
13+
714## [ 5.0.0] ( https://github.com/googleapis/nodejs-logging-bunyan/compare/v4.2.2...v5.0.0 ) (2023-08-10)
815
916
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/logging-bunyan" ,
33 "description" : " Cloud Logging stream for Bunyan" ,
4- "version" : " 5.0.0 " ,
4+ "version" : " 5.0.1 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1515 "test" : " mocha system-test --timeout 600000"
1616 },
1717 "dependencies" : {
18- "@google-cloud/logging-bunyan" : " ^5.0.0 " ,
18+ "@google-cloud/logging-bunyan" : " ^5.0.1 " ,
1919 "bunyan" : " ^1.8.12" ,
2020 "express" : " ^4.16.3" ,
2121 "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';
7474 * Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
7575 * See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
7676 */
77- export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.0 ' ; // {x-release-please-version}
77+ export const NODEJS_BUNYAN_DEFAULT_LIBRARY_VERSION = '5.0.1 ' ; // {x-release-please-version}
7878
7979/**
8080 * Gets the current fully qualified trace ID when available from the
You can’t perform that action at this time.
0 commit comments