Closed release-please[bot] closed 2 years ago
:robot: Release is at https://github.com/googleapis/cloud-trace-nodejs/releases/tag/v7.0.0 :sunflower:
The release build has started, the log can be viewed here. :sunflower:
:egg: You hatched a release! The release build finished successfully! :purple_heart:
:robot: I have created a release beep boop
7.0.0 (2022-08-10)
⚠ BREAKING CHANGES
clsMechanism: 'none'
, callingTracer#createChildSpan
will potentially result in a warning, as these spans are considered to be uncorrelated. To ensure that warnings do not occur, disable any plugins that patch modules that create outgoing RPCs (gRPC, HTTP client and database calls). (Use of the custom span APITracer#createChildSpan
is not recommended in this configuration -- useRootSpan#createChildSpan
instead.)getResponseTraceContext
(input/output has changed from string to TraceContext),createRootSpan
(input RootSpanOptions now accepts a TraceContext instead of a string in the traceContext field), andSpan#getTraceContext
(output has changed from string to TraceContext).TraceAgent
has been renamed toTracer
. In plugins,Patch
has been renamedMonkeypatch
, andPatch
is nowMonkeypatch|Intercept
(this is a rename ofInstrumentation
). There are no user-visible JS changes.Features
Bug Fixes
'noPluginName'
in trace-api log messages where pluginName is undefined (#958) (6793b09)Performance Improvements
Miscellaneous Chores
Build System
This PR was generated with Release Please. See documentation.