File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
handwritten/nodejs-logging-winston Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/logging-winston?activeTab=versions
66
7+ ## [ 5.3.0] ( https://github.com/googleapis/nodejs-logging-winston/compare/v5.2.3...v5.3.0 ) (2023-01-04)
8+
9+
10+ ### Features
11+
12+ * Add support for TransportStream options ([ #775 ] ( https://github.com/googleapis/nodejs-logging-winston/issues/775 ) ) ([ cf240dd] ( https://github.com/googleapis/nodejs-logging-winston/commit/cf240ddd1edc04f5485b62f94c78c28a1b5614b6 ) )
13+
714## [ 5.2.3] ( https://github.com/googleapis/nodejs-logging-winston/compare/v5.2.2...v5.2.3 ) (2022-12-02)
815
916
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/logging-winston" ,
33 "description" : " Cloud Logging transport for Winston" ,
4- "version" : " 5.2.3 " ,
4+ "version" : " 5.3.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1414 "test" : " mocha --timeout 600000"
1515 },
1616 "dependencies" : {
17- "@google-cloud/logging-winston" : " ^5.2.3 " ,
17+ "@google-cloud/logging-winston" : " ^5.3.0 " ,
1818 "winston" : " ^3.2.1"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const LOGGING_SAMPLED_KEY = 'logging.googleapis.com/trace_sampled';
9595 * Using release-please annotations to update DEFAULT_INSTRUMENTATION_VERSION with latest version.
9696 * See https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
9797 */
98- export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '5.2.3 ' ; // {x-release-please-version}
98+ export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '5.3.0 ' ; // {x-release-please-version}
9999
100100/*!
101101 * Gets the current fully qualified trace ID when available from the
You can’t perform that action at this time.
0 commit comments