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

Releases: googleapis/nodejs-iot

v1.3.0

22 Oct 20:44
Compare
Choose a tag to compare

Features

Bug Fixes

  • changes to retry logic (68a1d6e)
  • use compatible version of google-gax (b3a96bb)
  • deps: bump google-gax to 1.7.5 (#217) (7a6442e)

v1.2.0

16 Sep 16:32
Compare
Choose a tag to compare

Bug Fixes

  • use correct version # for x-goog-api-client header (09adf73)

Features

  • load protos from JSON, grpc-fallback support (5028ead)

v1.1.3

02 Aug 22:46
Compare
Choose a tag to compare

Bug Fixes

  • allow calls with no request, add JSON proto (9449e5a)

v1.1.2

27 Jun 16:47
Compare
Choose a tag to compare

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#179) (ce86dba)

v1.1.1

14 Jun 15:02
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

06 Jun 15:17
Compare
Choose a tag to compare

Features

  • support apiEndpoint override in client constructor (#171) (551751e)

v1.0.0

20 May 15:02
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#142) (e329c68)
  • DEADLINE_EXCEEDED is no longer retried (#152) (d037e51)
  • DEADLINE_EXCEEDED retry code is idempotent (#155) (9e177ed)
  • deps: update dependency google-gax to v1 (#154) (ea2d803)

Build System

v0.2.1

13 Mar 23:01
Compare
Choose a tag to compare

03-13-2019 14:59 PDT

Bug Fixes

  • fix: throw on invalid credentials (#119)

Dependencies

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

Documentation

  • docs: update links in contrib guide (#121)
  • docs: update contributing path in README (#116)
  • docs: move CONTRIBUTING.md to root (#115)
  • docs: add lint/fix example to contributing guide (#112)

Internal / Testing Changes

  • chore: update require statement code style
  • build: Add docuploader credentials to node publish jobs (#126)
  • build: use node10 to run samples-test, system-test etc (#125)
  • build: update release configuration
  • chore: update proto docs and code style
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#120)
  • build: create docs test npm scripts (#118)
  • build: test using @grpc/grpc-js in CI (#117)
  • refactor: improve generated code style. (#114)
  • chore(deps): update dependency eslint-config-prettier to v4 (#109)
  • build: ignore googleapis.com in doc link check (#107)
  • chore: update year in the license headers. (#106)
  • build: check broken links in generated docs (#101)

v0.2.0

14 Jan 23:46
86165c9
Compare
Choose a tag to compare

01-14-2019 14:30 PST

New Features

  • feat: add enhanced gateway features (#80)

Dependencies

  • chore(deps): update dependency through2 to v3 (#69)
  • fix(deps): update dependency google-gax to ^0.23.0 (#103)

Documentation

  • fix(docs): remove unused IAM message types
  • samples: update quickstart sample and add sample tests (#98)
  • docs: update readme badges (#83)

Internal / Testing Changes

  • chore(build): inject yoshi automation key (#97)
  • chore: update nyc and eslint configs (#96)
  • chore: fix publish.sh permission +x (#94)
  • fix(build): fix Kokoro release script (#93)
  • build: add Kokoro configs for autorelease (#92)
  • chore: always nyc report before calling codecov (#88)
  • chore: nyc ignore build/test by default (#87)
  • chore: update license file (#85)
  • fix(build): fix system key decryption (#81)
  • chore: add a synth.metadata
  • chore: update eslintignore config (#74)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#73)
  • chore: remove unused deps (#71)
  • chore: drop contributors from multiple places (#72)
  • chore: use latest npm on Windows (#70)
  • chore: update CircleCI config (#68)
  • chore: include build in eslintignore (#65)
  • chore(deps): update dependency eslint-plugin-node to v8 (#61)
  • chore: update issue templates (#60)
  • chore: remove old issue template (#58)
  • build: run tests on node11 (#57)
  • chores(build): do not collect sponge.xml from windows builds (#56)
  • chores(build): run codecov on continuous builds (#55)
  • chore: update new issue template (#54)
  • build: fix codecov uploading on Kokoro (#51)
  • Update kokoro config (#49)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#48)
  • build: prevent system/sample-test from leaking credentials
  • Update the kokoro config (#45)
  • test: remove appveyor config (#44)
  • Update the CI config (#43)
  • Enable prefer-const in the eslint config (#41)
  • Enable no-var in eslint (#40)
  • Switch to let/const (#39)
  • Update CI config (#37)
  • Retry npm install in CI (#35)
  • Update CI config (#32)
  • Re-generate library using /synth.py (#31)
  • chore(deps): update dependency nyc to v13 (#30)
  • chore(deps): update dependency eslint-config-prettier to v3 (#26)
  • chore: do not use npm ci (#25)
  • chore: ignore package-lock.json (#24)
  • chore(deps): lock file maintenance (#23)
  • chore(deps): lock file maintenance (#22)
  • chore: update renovate config (#21)
  • test: throw on deprecation (#20)
  • chore(deps): lock file maintenance (#18)
  • chore: move mocha options to mocha.opts (#16)
  • chore: require node 8 for samples (#17)

v0.1.1

27 Jul 23:17
5dc7018
Compare
Choose a tag to compare

A patch release to fix documentation.

Dependencies

  • chore(deps): update dependency eslint-plugin-node to v7 (#8)

Documentation

  • doc: fix product name, etc.. in README.md (#14)
  • Add missing JSDoc namespaces. (#9)

Internal / Testing Changes

  • chore(build): use .circleci/config.yml from synth tool template (#11)
  • test: use strictEqual in tests (#6)
  • chore: Configure Renovate (#7)