Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

80 lines (65 loc) · 10.8 KB

Changelog

1.0.0 (2020-12-03)

⚠ BREAKING CHANGES

  • upgrade to gts@2 (#2062)
  • run the generator (#2053)
  • regenerate the API (#2028)
  • removes toolresults_v1.
  • regenerate all APIs (#1978)
  • run the generator (#1935)
  • run the generator (#1892)
  • run the generator (#1873)
  • accept null values in request bodies (#1824)
  • auto generate libraries (#1759)
  • This release has a few breaking changes.
    • Node.js 8.x is now the minimum required version
    • The healthcare/v1alpha API has been removed
    • Uses google-auth-library 4.0

Features

Bug Fixes

  • deps: update common and auth (#2038) (73d284b)
  • deps: update dependency googleapis-common to ^0.2.0 (#1297) (cdc1a87)
  • deps: update dependency googleapis-common to ^0.4.0 (#1426) (8c5d458)
  • deps: update dependency googleapis-common to ^0.7.0 (#1560) (7f7f3cf)
  • deps: update dependency googleapis-common to v3 (#1774) (9607c02)
  • deps: update googleapis-common and google-auth-library (#1556) (d8ba2ac)
  • docs: fix inline jsdoc samples (#2224) (9ae4149)
  • types: augment types to manage response streams (#2188) (46ac8ba)
  • types: treat supportsMediaDownload return type as unknown (#2412) (ff795f0)
  • accept null values in request bodies (#1824) (de127eb)
  • ensure params are not deleted from global options (#2190) (787e296)
  • move context from namespace to class scope (#1660) (db5e0f2)
  • Replace string-template with url-template (#1108) (786b0a4)
  • upgrade to the latest version of gts (and others) (#1164) (5639601)
  • use requestBody instead of resource (#1149) (9afb5b5)

Reverts

  • Revert "updating googleapis" (4c4cf53)

Build System