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

Releases: googleapis/nodejs-security-center

v2.2.0

14 Oct 14:03
Compare
Choose a tag to compare

Bug Fixes

  • use compatible version of google-gax (e85bac4)

Features

v2.1.0

06 Sep 15:47
Compare
Choose a tag to compare

Bug Fixes

  • include the correct version of node in a header (#138) (4b42390)

Features

  • load protos from JSON, grpc-fallback support (#142) (570cca4)

v2.0.1

05 Aug 17:16
Compare
Choose a tag to compare

Bug Fixes

  • allow calls with no request, add JSON proto (63e4855)

v2.0.0

23 Jul 16:16
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • adds findingSecurityMarksPathTemplate (#122)

Bug Fixes

Features

  • adds findingSecurityMarksPathTemplate (#122) (3070f29)

v1.0.0

02 Jul 22:31
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#93)

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#91) (b4708af)
  • deps: update dependency google-gax to v1 (#100) (10e455c)
  • drop dependency on lodash.merge (#105) (093822e)
  • docs: link to reference docs section on googleapis.dev (#117) (df786bf)
  • docs: move to new client docs URL (#114) (c8e406e)
  • import run_asset_discovery_response.proto (#119) (8fed12f)
  • include 'x-goog-request-params' header in requests (#77) (2556bb7)

Build System

  • upgrade engines field to >=8.10.0 (#93) (3714719)

Features

  • asset path template & matchers (#84) (3c4bc9a)
  • support apiEndpoint override in client constructor (#112) (58ddc40)

v0.3.0

15 Mar 14:02
4121c1e
Compare
Choose a tag to compare

03-14-2019 07:55 PDT

This release has breaking changes! The having enum value from GroupFindingsRequest has been removed. This field was not supposed to be exposed.

Bug Fixes

  • fix: remove the having enum value from GroupFindingsRequest (#67)

Documentation

  • docs: use backticks for JS values

v0.2.0

13 Mar 14:01
Compare
Choose a tag to compare

03-12-2019 16:11 PDT

New Features

  • feat: add v1 variant of the API (#61)

Bug Fixes

  • fix: throw on invalid credentials

Dependencies

  • fix(deps): update dependency google-gax to ^0.25.0 (#42)

Documentation

  • docs: update examples
  • docs: update comments on protos (#56)
  • docs: sync latest proto docs
  • docs: update links in contrib guide (#53)
  • docs: update contributing path in README (#48)
  • docs: move CONTRIBUTING.md to root (#47)
  • docs: add lint/fix example to contributing guide (#45)
  • docs: fix example comments (#44)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#59)
  • build: use node10 to run samples-test, system-test etc (#58)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#52)
  • build: create docs test npm scripts (#50)
  • build: test using @grpc/grpc-js in CI (#49)
  • refactor: improve generated code style. (#43)
  • chore(deps): update dependency eslint-config-prettier to v4 (#41)
  • build: ignore googleapis.com in doc link check (#39)
  • chore: sync gapic files

v0.1.2

17 Jan 00:46
Compare
Choose a tag to compare

01-16-2019 16:03 PST

Dependencies

  • fix(deps): update dependency google-gax to ^0.23.0 (#34)

Documentation

  • docs: update jsdoc comments (#36)
  • build: check broken links in generated docs (#25)
  • docs: various doc changes in protos and generated source (#31)
  • fix(docs): broken link to API ref docs (#32)
  • docs: update the comments in the protos (#30)
  • samples: add quickstart (#33)

v0.1.1

03 Jan 18:16
f931711
Compare
Choose a tag to compare

01-02-2019 14:54 PST

Documentation

  • fix(docs): require stmt (#29)
  • add missing namespaces (#27)
  • fix(docs): fix require module in samples (#26)

Internal / Testing Changes

  • chore(build): inject yoshi automation key (#23)
  • chore: update nyc and eslint configs (#22)
  • chore: fix publish.sh permission +x (#20)
  • fix(build): fix Kokoro release script (#19)
  • build: add Kokoro configs for autorelease (#18)
  • chore: add synth.metadata (#17)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#12)
  • chore: always nyc report before calling codecov (#15)
  • chore: nyc ignore build/test by default (#14)
  • docs: update readme badges (#11)

v0.1.0

03 Dec 21:07
c9306d5
Compare
Choose a tag to compare

This is the initial release of the Cloud Security Center API Node.js client library.

Documentation

  • docs: sync protos comment changes

Internal / Testing Changes

  • build: add encrypted key (#8)
  • add dummy no test yet file to system test and samples test dirs
  • chore(build): Configure Renovate (#6)
  • fix(build): fix system key decryption (#5)
  • refactor: fix lint rules and make consistent (#1)
  • remove CONTRIBUTORS
  • license header on npm-install-retry
  • add more scaffolding