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

Releases: googleapis/nodejs-dialogflow

v0.8.1

28 Jan 21:48
Compare
Choose a tag to compare

01-28-2019 13:24 PST

Documentation

v0.8.0

28 Jan 19:31
Compare
Choose a tag to compare

01-28-2019 11:05 PST

Dependencies

  • chore(deps): update dependency eslint-config-prettier to v4 (#261)
  • fix(deps): update dependency google-gax to ^0.24.0 (#260)
  • fix(deps): update dependency google-gax to ^0.23.0 (#256)
  • fix(deps): update dependency google-gax to ^0.22.0 (#217)
  • fix(deps): update dependency google-gax to ^0.21.0 (#215)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#214)
  • chore: remove unused deps (#212)
  • fix(deps): update dependency through2 to v3 (#209)
  • chore(deps): update dependency eslint-plugin-node to v8 (#199)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#191)

Documentation

  • refactor(samples): convert sample tests from ava to mocha (#222)
  • fix(docs): properly show how to require this module (#263)
  • fix(samples): Fixed typo in example (#179)
  • build: ignore googleapis.com in doc link check (#259)
  • chore: update license year
  • build: check broken links in generated docs (#254)
  • fix(docs): remove unused long running operations types
  • docs: improve the quickstart sample (#234)
  • docs: update the readme (#232)
  • docs(samples): updated samples to use async/await (#228)
  • docs: Strip dynamic badges from README (#184)

Internal / Testing Changes

  • refactor: improve the sample tests (#251)
  • chore(build): inject yoshi automation key (#249)
  • chore: update nyc and eslint configs (#248)
  • chore: fix publish.sh permission +x (#245)
  • fix(build): fix Kokoro release script (#244)
  • build: add Kokoro configs for autorelease (#243)
  • chore: always nyc report before calling codecov (#241)
  • chore: nyc ignore build/test by default (#240)
  • chore: update the renovate config (#237)
  • fix(build): fix system key decryption (#230)
  • chore: add a synth.metadata
  • chore: update eslintignore config (#216)
  • chore: drop contributors from multiple places (#213)
  • chore: use latest npm on Windows (#210)
  • fix: update gRPC timeouts (#208)
  • chore: update CircleCI config (#207)
  • chore: include build in eslintignore (#204)
  • fix: use unique name for sample test knowledge base (#198)
  • chore: update issue templates (#197)
  • chore: remove old issue template (#195)
  • build: run tests on node11 (#194)
  • chores(build): run codecov on continuous builds (#190)
  • chores(build): do not collect sponge.xml from windows builds (#192)
  • chore: update new issue template (#189)
  • build: fix codecov uploading on Kokoro (#183)
  • Update CI config (#180)

v0.7.0

02 Oct 20:08
12b9f2a
Compare
Choose a tag to compare

Breaking Changes

  • BREAKING: Drop support for node.js 4.x (#164)

Bug fixes

  • Fix typo in comment (#168)
  • Update old samples to new agent using Room Reservations and match can… (#162)
  • fix(samples/resource): fix intent creation (#104)
  • fix(deps): update dependency google-gax to ^0.20.0 (#142)
  • Remove dependency on @google-cloud/common (#165)
  • Fix typo in word 'session' in detect sample comments (#147)
  • fix(deps): update dependency uuid to v3.3.2 (#122)

New Features

  • Run the synth generator and update config (#161)

Documentation

  • feat(samples): Beta features PR (#144)

Internal / Testing Changes

  • Update kokoro config (#173)
  • test: remove appveyor config (#172)
  • Configure kokoro CI (#171)
  • Enable prefer-const in the eslint config (#167)
  • chore(deps): update dependency eslint-config-prettier to v3 (#148)
  • chore(deps): update dependency eslint-plugin-node to v7 (#135)
  • Ignore package-lock.json (#163)
  • chore(deps): update dependency nyc to v13 (#154)
  • chore: assert.equal => assert.strictEqual (#139)
  • chore(deps): update dependency eslint to v5 (#112)

v0.6.0

18 Jul 21:35
a800875
Compare
Choose a tag to compare

New Features

Version v0.6.0 of the Dialogflow NodeJS Client Library brings with it these changes:

  • management of Knowledge base Documents support
  • AudioConfig
  • Intent: Telephony Gateway, supporting
    • TelephonyPlayAudio - plays audio from a file in Telephony Gateway
    • TelephonySynthesizeSpeech - synthesizes speech and plays back the audio to the caller
    • TelephonyTransferCall - transfers the call in Telephony Gateway
  • end_interaction option for Intent and Webhook - indicates that the intent ends an interaction
  • supports alternative query results from KnowledgeService
  • deprecation: Intent: ml_enabled option
  • protos documentation changes

..generated against googleapis/googleapis@9c3174a

Dependencies

  • fix(deps): update dependency yargs to v12 (edited) (#126)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v2.3.1 (#129)
  • fix(deps): update dependency uuid to v3.3.0 (#118)
  • chore(deps): update dependency nyc to v12 (#99)
  • fix(deps): update dependency @google-cloud/common to ^0.20.0 (#98)
  • chore(deps): update node:10 docker digest to 055fe4 (#91)

Documentation

  • fix(samples): update the type of Training phases per (#131)

Internal / Testing Changes

  • chore: drop repo-tools as an exec wrapper (#136)
  • gen: fix synth.py to copy all versions and regenerate (#134)
  • chore(build): synth.py: npm ci; node templates
  • chore(deps): update node:10 docker digest to 1201e1 (#96)
  • Regenerate GAPIC for V1 and V2Beta1 using synth.py (#110)

v0.5.0

24 May 20:57
6e8b2fc
Compare
Choose a tag to compare

Changes

  • Regenerate v2beta1 GAPIC code

v0.4.0

11 May 06:03
1685cb5
Compare
Choose a tag to compare

Changes

  • Regenerate v2beta1 endpoint to reflect a routing change.
  • Updated docstrings wording to DialogFlow instead of API.AI

v0.3.0

16 Apr 21:34
0df1b57
Compare
Choose a tag to compare

Features

In this release the default endpoint changes to v2 endpoint of the Google Cloud DialogFlow service. This is a major change and your existing code may require some changes as well. If you need to use the old endpoint, v2beta1, you can still do so for now by specifying the endpoint.

We recommend that you upgrade your code to use the default v2 endpoint.

v0.2.1

06 Apr 20:45
9d334d5
Compare
Choose a tag to compare

Fixes

The only change in this release is the updated dependency of google-gax that brings in newer gRPC (v1.9.x for now and newer versions later). There are no incompatible changes.

v0.2.0

29 Mar 18:56
c3bca0f
Compare
Choose a tag to compare

Features

This minor release contains updated protos and generated code for v2beta1 endpoint. There are no incompatible changes, so your existing code should continue working.

dialogflow v0.1.0

15 Nov 20:21
Compare
Choose a tag to compare

release level

Dialogflow

Dialogflow is an enterprise-grade NLU platform that makes it easy for developers to design and integrate conversational user interfaces into mobile apps, web applications, devices, and bots.