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

Latest commit

 

History

History
149 lines (67 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

149 lines (67 loc) · 7.26 KB

Changelog

npm history

1.8.0 (2020-03-25)

Features

1.7.0 (2020-03-10)

Features

1.6.0 (2020-03-05)

Features

  • export protos in src/index.ts (ffd77ca)

1.5.3 (2020-02-12)

Bug Fixes

  • pass x-goog-request-params header for streaming calls (983411e)

1.5.2 (2020-01-28)

Bug Fixes

  • enum, bytes, and Long types now accept strings (394cfd8)

1.5.1 (2020-01-09)

Bug Fixes

1.5.0 (2020-01-02)

Features

  • move to typescript code generation (#87) (11051db)

1.4.0 (2019-12-10)

Features

  • add crud support for keys (#84) (adfc3f9)
  • add plural and singular resource descriptor (#78) (a67ffa7)

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (0e96508)
  • docs: bump the release level to beta (#76) (8a2e2c0)
  • docs: snippets are now replaced in jsdoc comments (#74) (b3c31fc)

1.3.1 (2019-10-22)

Bug Fixes

1.3.0 (2019-10-12)

Features

  • update scopes and classifications (#60) (b216630)

Bug Fixes

  • use compatible version of google-gax (dfb174a)

1.2.0 (2019-09-16)

Features

  • load protos from JSON, grpc-fallback support (7a4b2a6)

1.1.4 (2019-08-26)

Bug Fixes

  • include the correct version of node in a header (#46) (2cc8099)

1.1.3 (2019-08-05)

Bug Fixes

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

1.1.2 (2019-06-26)

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#35) (14ada6b)

1.1.1 (2019-06-14)

Bug Fixes

  • docs: move to new client docs URL (#32) (6a95276)

1.1.0 (2019-06-05)

Features

  • support apiEndpoint override in client constructor (#30) (1192afd)

1.0.0 (2019-05-14)

Bug Fixes

  • deps: update dependency google-gax to v1 (#17) (0f9e159)
  • DEADLINE_EXCEEDED retry code is idempotent (#10) (746151c)
  • do not retry request on DEADLINE_EXCEEDED (a6e9f4a)

Build System

  • upgrade engines field to >=8.10.0 (#2) (94d6a49)

BREAKING CHANGES

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