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

Releases: googleapis/nodejs-text-to-speech

v1.0.0

14 May 23:16
a849043
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-gax to v1 (#223) (aa8bbed)
  • DEADLINE_EXCEEDED is idempotent (#224) (affbbd1)
  • DEADLINE_EXCEEDED no longer treated as idempotent and retried (9e5baee)
  • deps: update dependency google-gax to ^0.26.0 (#212) (30ea99f)

Build System

BREAKING CHANGES

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

v0.5.1

19 Feb 15:01
a4a7619
Compare
Choose a tag to compare

02-14-2019 17:36 PST

Bug Fixes

  • fix: throw on invalid credentials (#189)

Documentation

  • docs: update sample to show method inside of async function (#188)
  • docs: update links in contrib guide (#191)
  • docs: update contributing path in README (#184)

Internal / Testing Changes

  • build: use linkinator for docs test (#190)
  • fix(deps): update dependency yargs to v13 (#187)
  • build: create docs test npm scripts (#186)
  • build: test using @grpc/grpc-js in CI (#185)
  • chore: move CONTRIBUTING.md to root (#183)

v0.5.0

06 Feb 22:16
3b3db80
Compare
Choose a tag to compare

02-05-2019 13:22 PST

New Features

  • feat: add the effects_profile_id property. (#173)

Dependencies

  • fix(deps): update dependency google-gax to ^0.25.0 (#178)
  • chore(deps): update dependency eslint-config-prettier to v4 (#176)
  • fix(deps): update dependency google-gax to ^0.24.0 (#175)
  • fix(deps): update dependency google-gax to ^0.23.0 (#170)

Documentation

  • build: ignore googleapis.com in doc link check (#174)
  • docs: fix dead link to audio profiles (#177)
  • fix(docs): fix require stmt (#166)
  • build: check broken links in generated docs (#165)

Internal / Testing Changes

  • test: add a smoke test (#172)
  • refactor: modernize the sample tests (#164)
  • chore(build): inject yoshi automation key (#161)
  • chore: update nyc and eslint configs (#160)
  • chore: fix publish.sh permission +x (#158)
  • fix(build): fix Kokoro release script (#157)
  • build: add Kokoro configs for autorelease (#156)
  • chore: always nyc report before calling codecov (#152)

v0.4.0

06 Dec 01:12
0ae7ca2
Compare
Choose a tag to compare

12-05-2018 16:31 PST

Implementation Changes

  • chore: require node 8 for samples (#61)

Dependencies

  • chore: remove unused deps and cleanup (#125)
  • chore: removed async from dependency list (#140)
  • fix(deps): update dependency google-gax to ^0.22.0 (#132)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#129)
  • chore(deps): update dependency through2 to v3 (#123)
  • chore(deps): update dependency eslint-plugin-node to v8 (#114)
  • chore(deps): update dependency canvas to v2 (#102)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#98)
  • fix(deps): update dependency google-gax to ^0.20.0 (#85)
  • chore(deps): update dependency nyc to v13 (#78)
  • fix(deps): update dependency google-gax to ^0.19.0 (#76)
  • Update region tags to standard (#75)
  • chore(deps): update dependency eslint-config-prettier to v3 (#73)
  • chore(deps): lock file maintenance (#68)
  • chore(deps): lock file maintenance (#67)
  • fix(deps): update dependency google-gax to ^0.18.0 (#63)
  • chore(deps): lock file maintenance (#62)
  • chore(deps): lock file maintenance (#59)
  • chore(deps): update dependency eslint-plugin-node to v7 (#57)
  • chore(deps): lock file maintenance (#56)

Documentation

  • fix(docs): bad namespaces causing 404s (#149)
  • docs: update readme badges (#143)
  • docs(samples): updated samples code to use async await (#118)

Internal / Testing Changes

  • chore: nyc ignore build/test by default (#148)
  • chore: clean up usage of prettier and eslint (#147)
  • chore: update license file (#145)
  • fix(build): fix system key decryption (#141)
  • refactor(samples): convert sample tests from ava to mocha (#133)
  • chore: add a synth.metadata
  • chore: drop contributors from multiple places (#126)
  • chore: use latest npm on Windows (#124)
  • chore: update eslintignore
  • chore: update CircleCI config (#121)
  • chore: update issue templates (#113)
  • chore: remove old issue template (#111)
  • build: run tests on node11 (#110)
  • chores(build): do not collect sponge.xml from windows builds (#109)
  • chores(build): run codecov on continuous builds (#108)
  • chore: update new issue template (#107)
  • build: fix codecov uploading on Kokoro (#101)
  • Update kokoro config (#99)
  • build: prevent system/sample-test from leaking credentials
  • Update the kokoro config (#94)
  • test: remove appveyor config (#93)
  • Update the CI config (#92)
  • Fix the linter (#90)
  • Enable prefer-const in the eslint config (#88)
  • Enable no-var in eslint (#87)
  • Switch to let/const (#86)
  • Update CI config (#84)
  • Update CI config (#83)
  • Retry npm install in CI (#81)
  • Add templates to synth.py and run it (#79)
  • chore: do not use npm ci (#72)
  • chore: ignore package-lock.json (#69)
  • chore: update renovate config (#65)
  • chore: remove bonus whitespace
  • Code Samples demonstrating Audio Profiles (#31)
  • remove that whitespace (#64)
  • chore: move mocha options to mocha.opts (#60)
  • test: use strictEqual in tests (#58)

v0.3.1

06 Dec 17:59
Compare
Choose a tag to compare
  • fix(docs): bad namespaces causing 404s (#149)

v0.3.0

11 Jul 19:48
edef1da
Compare
Choose a tag to compare

Implementation Changes

  • Fixed the wrong region tag (#46)

Breaking Change:

  • fix: drop support for node.js 4.x and 9.x (#49)

New Features

  • v1 GA is released (#29) 🎉

Dependencies

  • Update synth.py and update google-gax to 0.17.0 (#45)
  • chore(deps): update dependency eslint to v5 (#42)
  • fix(deps): update dependency yargs to v12 (#44)
  • chore(deps): update dependency ava to ^0.25.0 (#37)
  • fix(deps): update dependency yargs to v11 (#43)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v2.3.0 (#36)

Documentation

  • fix: update linking for samples (#33)

Internal / Testing Changes

  • Configure Renovate (#30)
  • refactor: drop repo-tool as an exec wrapper (#35)

v0.2.0

18 Jun 21:19
af5c79d
Compare
Choose a tag to compare

v0.2.0: Feature: Add effectsProfileId option to AudioConfig (#27), plus other maintenance and samples changes.

Features

524f503 chore: bump version to 0.2.0
7aefb55 codegen: check in synth.py; gapic-generate v1beta1 (#27)

Package updates

7955fe8 Merge pull request #24 from googleapis/greenkeeper/nyc-12.0.2
b0dedc2 chore(package): update nyc to version 12.0.2
469b101 Upgrade repo-tools to 2.2.6 and run scaffolding
dde05cb chore: update dependencies to enable Greenkeeper 🌴
99a67af chore(package): update dependencies

Bug fixes

--

Keepin the lights on

4d30a8b chore: lock files maintenance (#21)
50a9eb0 chore: the ultimate fix for repo-tools EPERM (#20)
e33ef6a chore: lock files maintenance (#16)
78bf6fb chore: test on node10 (#15)
23ea74f chore: lock files maintenance (#14)
d49831a Merge pull request #13 from googleapis/test/add-enc-key
87efaa1 add encrypted key for running tests
3a3fc71 Merge pull request #4 from googleapis/samples
cb32701 make lint pass
e383927 Fix typo in README
4b01b2a chore: workaround for repo-tools EPERM (#7)
a570a67 docs(readme): add Greenkeeper badge
e769105 remove GreenKeeper badge
811f1ca Samples: update Quickstart to use async file I/O when writing MP3 file
fea561e Samples - updated with prettier
fced808 Samples: Use async I/O when writing MP3 files
ed07e6b Update quickstart to write mp3 file asynchronously
e235bf3 Samples: update writing bytes to mp3 files to be async
d18510c s/SSML Gender/SSML Voice Gender/g
e6fe3f6 Update synthesize.js sample CLI help to show existing TXT and SSML resource files
11fa592 samples package.json
6edf91d Regen README
f47d62e making lint and samples work in circle
b2ab081 Update links and whatnot
d43ad19 Samples: use simple SSML examples, eg. Hello there.
964afec Samples: fix lint error for unused closure arg var
0db5e36 $ npm run generate-scaffolding
6eb1ea6 Samples: update with prettier
d3ac34d Add samples to .cloud-repo-tools
d33b076 Samples: change printed output after writing mp3 files
4b01e93 Samples: add quickstart
5131b3a s/var/const/g
562a440 Samples: extract speech synthesis samples
fbe2481 Samples: Synthesize Speech (text, ssml, string, local file)
880cb25 Sample: List available voices [tts_list_voices]
38f1842 chore: setup nighty build in CircleCI (#2)

v0.1.0

16 Mar 20:15
f578320
Compare
Choose a tag to compare

Initial release

This is the first alpha release of Google Cloud Text-To-Speech library for Node.js.