googleapis / nodejs-pubsub

Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.
https://cloud.google.com/pubsub/
Apache License 2.0
518 stars 230 forks source link

chore(legacy-v3): release 3.7.4 #1820

Closed release-please[bot] closed 11 months ago

release-please[bot] commented 11 months ago

:robot: I have created a release beep boop

3.7.4 (2023-09-08)

Bug Fixes


This PR was generated with Release Please. See documentation.

release-please[bot] commented 11 months ago

:robot: Release is at https://github.com/googleapis/nodejs-pubsub/releases/tag/v3.7.4 :sunflower:

release-trigger[bot] commented 11 months ago

Triggered job: cloud-devrel/client-libraries/nodejs/release/googleapis/nodejs-pubsub/publish (2023-09-11T19:24:06.511Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

release-tool-publish-reporter[bot] commented 11 months ago

The release build has started, the log can be viewed here. :sunflower:

release-tool-publish-reporter[bot] commented 11 months ago

The release build failed! Please investigate!

feywind commented 11 months ago
> tsc -p . && cp -r protos build/

node_modules/@opentelemetry/tracing/build/src/Span.d.ts:45:5 - error TS2416: Property 'recordException' in type 'Span' is not assignable to the same property in base type 'Span'.
  Type '(exception: Exception, time?: TimeInput | undefined) => void' is not assignable to type '{ (exception: Exception, time?: TimeInput | undefined): void; (exception: Exception, attributes?: Attributes | undefined, time?: TimeInput | undefined): void; }'.
    Types of parameters 'time' and 'attributes' are incompatible.
      Type 'Attributes | undefined' is not assignable to type 'TimeInput | undefined'.
        Type 'Attributes' is not assignable to type 'TimeInput | undefined'.
          Type 'Attributes' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateString, toLocaleTimeString, and 37 more.

45     recordException(exception: api.Exception, time?: api.TimeInput): void;
       ~~~~~~~~~~~~~~~