Skip to content

Releases: googleapis/nodejs-logging

v1.1.3

10 Feb 21:37
Compare
Choose a tag to compare

Fixes

  • (#57) Normalize arguments when using new.
  • Updated dependencies to mitigate possible security issues.

v1.1.2

05 Jan 05:09
Compare
Choose a tag to compare

Fixes

  • (#50): Use the correct environment variable to detect the region a Google Cloud Function is running in.

@google-cloud/logging v1.1.1

22 Oct 16:51
Compare
Choose a tag to compare

release level

Fixes

  • Publish .proto files with the npm module. (#14)

Refer to the nodejs-logging API reference documentation for details.

@google-cloud/logging v1.1.0

22 Oct 17:07
Compare
Choose a tag to compare

release level

Features

Runnable samples

There are now runnable samples in the samples/ directory. These samples demonstrate the use of this API and offer an additional resource for getting started. These also power the readme, and are automatically tested to ensure that they are up-to-date and correct.

Implementation Details

  • Change to a new linter (ESLint) and code style formatter (prettify).
  • Update docs to use JSDoc 3.
  • Migrate to the googleapis/nodejs-logging repository.

Refer to the nodejs-logging API reference documentation for details.

@google-cloud/logging v1.0.6

29 Sep 18:10
Compare
Choose a tag to compare

release level

Features

  • Allow for camelcase resource labels. (#2520)
  • Use correct case for cluster-name attribute. (#2523)

@google-cloud/logging v1.0.3

29 Sep 18:09
Compare
Choose a tag to compare

release level

Features

  • Update parameters under which requests are retried. (#2390)

@google-cloud/logging v1.0.2

29 Sep 18:09
Compare
Choose a tag to compare

release level

Features

  • Omit resource from each individual Entry object. (#2309)

@google-cloud/logging v1.0.1

29 Sep 18:08
Compare
Choose a tag to compare

release level

Features

  • Omit logName from each individual Entry object. (#2305)

@google-cloud/logging v1.0.0

29 Sep 18:08
Compare
Choose a tag to compare

release level

1.0.0! 🎂

@google-cloud/logging has been promoted to GA (general availability), which means the API is considered stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against GA libraries are addressed with the highest priority.

@google-cloud/logging v0.10.0

29 Sep 18:07
Compare
Choose a tag to compare

release level

Features

  • Allow more control over each API request with a new gaxOptions setting. "gax" refers to the transport layer we are using, which allows precise control over the mechanics of an API request. See the documentation for any given method to see what is available. (#2072)