Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Releases: googleapis/nodejs-monitoring

v2.2.0

12 Jan 19:51
4e0eb81
Compare
Choose a tag to compare

Features

v2.1.5

07 Jan 20:02
53318d5
Compare
Choose a tag to compare

Bug Fixes

  • update alert policies one at a time because (concurrent updates are not supported) (#507) (2bf75a2)

v2.1.4

02 Dec 19:40
b2c77f5
Compare
Choose a tag to compare

Bug Fixes

v2.1.3

11 Nov 20:46
944a7fe
Compare
Choose a tag to compare

Bug Fixes

  • do not modify options object, use defaultScopes (#497) (447cfce)

v2.1.2

17 Sep 22:16
64a5b56
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency yargs to v16 (#480) (188c55a)

v2.1.1

27 Jul 17:16
da74320
Compare
Choose a tag to compare

Bug Fixes

  • move gitattributes files to node templates (#464) (db2d19d)

v2.1.0

22 Jun 21:19
0b9f865
Compare
Choose a tag to compare

Features

  • move ts target to es2018 from es2016 (#440) (f57200d)

Bug Fixes

v2.0.0

18 May 20:16
4945b6c
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Drop support for TimeSeriesQueryLanguageCondition as an alert condition type
  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
  • monitoring convert to typescript (#360)

Features

  • deferred client initialization (#378) (61eca6a)
  • drop node8 support, support for async iterators (#396) (d65e8fb)
  • export protos in src/index.ts (#369) (b0af4b1)
  • monitoring convert to typescript (#360) (5bbd963)
  • refresh monitoring client libraries (#401) (efd6e6f)
  • Update public client library for Cloud Monitoring to introduce new Uptime check feature. Uptime HTTP(S) checks can now be GET or POST (#425) (103afde)

Bug Fixes

  • regen protos and tests, formatting (#429) (9e6afc8)
  • remove eslint, update gax, fix generated protos, run the generator (#415) (ed8d95e)
  • synth.py clean up for multiple version (#431) (4e0e5bb)
  • updated proto files with new proto annotations (cf8cc77)

Code Refactoring

  • Drop support for TimeSeriesQueryLanguageCondition as an alert condition type (866c028)

v2.0.0-beta.0 Pre-release

23 Apr 18:22
103afde
Compare
Choose a tag to compare
Pre-release

This is a pre-release for testing purposes of #377.

Install by running npm install @google-cloud/monitoring@next

v1.7.0

02 Jan 22:17
Compare
Choose a tag to compare

Features