CHANGELOG.md
16.2 KB
Changelog
2.0.0 (2019-11-14)
⚠ BREAKING CHANGES
- move library to typescript code generation (#285)
Starting with this release, the auto-generated library code was changed from JavaScript to TypeScript, so all the TypeScript types are now exported from the .d.ts
files.
Please note that if you used @types/google-cloud__text-to-speech
package to get TypeScript types for this library, you need to stop using it and remove it from your devDependencies
.
If you see any issues caused by this migration to TypeScript, please feel free to submit an issue!
Features
Bug Fixes
- import long into proto ts declaration file (#288) (5bfb2ab)
- docs: snippets are now replaced in jsdoc comments (#287) (6e77aaf)
1.4.1 (2019-10-22)
Bug Fixes
1.4.0 (2019-10-09)
Bug Fixes
- use compatible version of google-gax (475c794)
Features
1.3.0 (2019-09-16)
Bug Fixes
Features
1.2.0 (2019-09-05)
Features
- load protos from JSON, grpc-fallback support (c9a203d)
1.1.4 (2019-08-28)
Bug Fixes
- deps: update dependency yargs to v14 (8392e8b)
- use correct version for x-goog-api-client header (6e03123)
1.1.3 (2019-08-02)
Bug Fixes
- allow calls with no request, add JSON proto (cb8a51b)
1.1.2 (2019-06-26)
Bug Fixes
1.1.1 (2019-06-13)
Bug Fixes
1.1.0 (2019-06-05)
Features
1.0.0 (2019-05-14)
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
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
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
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.0
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)