File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-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+ ## [ 7.0.0] ( https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.1...v7.0.0 ) (2025-11-22)
8+
9+
10+ ### ⚠ BREAKING CHANGES
11+
12+ * migrate to node 18 ([ #909 ] ( https://github.com/googleapis/nodejs-logging-winston/issues/909 ) )
13+
14+ ### Miscellaneous Chores
15+
16+ * Migrate to node 18 ([ #909 ] ( https://github.com/googleapis/nodejs-logging-winston/issues/909 ) ) ([ f44a9cf] ( https://github.com/googleapis/nodejs-logging-winston/commit/f44a9cf0004721869e81f5a4190a07bc5c2cc040 ) )
17+
718## [ 6.0.1] ( https://github.com/googleapis/nodejs-logging-winston/compare/v6.0.0...v6.0.1 ) (2024-10-23)
819
920
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" : " 6 .0.1 " ,
4+ "version" : " 7 .0.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" : " ^6 .0.1 " ,
17+ "@google-cloud/logging-winston" : " ^7 .0.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 = '6 .0.1 ' ; // {x-release-please-version}
98+ export const NODEJS_WINSTON_DEFAULT_LIBRARY_VERSION = '7 .0.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