Releases: googleapis/nodejs-logging
v1.1.3
v1.1.2
@google-cloud/logging v1.1.1
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
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
@google-cloud/logging v1.0.3
@google-cloud/logging v1.0.2
@google-cloud/logging v1.0.1
@google-cloud/logging v1.0.0
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
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)