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

Releases: googleapis/nodejs-secret-manager

v3.6.0

01 Apr 21:32
f25664d
Compare
Choose a tag to compare

Features

v3.5.0

03 Mar 20:47
1dbd210
Compare
Choose a tag to compare

Features

v3.4.0

21 Jan 19:47
1053255
Compare
Choose a tag to compare

Features

  • added expire_time and ttl fields to Secret (#201) (93ed224)

v3.3.0

12 Jan 19:52
1b859d3
Compare
Choose a tag to compare

Features

v3.2.3

02 Dec 19:40
8cf32d6
Compare
Choose a tag to compare

Bug Fixes

  • browser: check for fetch on window (98aaa17)

v3.2.2

11 Nov 21:16
5fb7713
Compare
Choose a tag to compare

Bug Fixes

  • do not modify options object, use defaultScopes (#187) (05b11af)

v3.2.1

05 Nov 22:02
fab0613
Compare
Choose a tag to compare

Bug Fixes

  • do not modify options object, use defaultScopes (#184) (863f04e)

v3.2.0

15 Sep 17:02
7796ac4
Compare
Choose a tag to compare

Features

  • update secretmanager.googleapis.com v1 protos (528a1c5)

v3.1.0

26 Jun 00:46
e2f7919
Compare
Choose a tag to compare

Features

Bug Fixes

  • samples: correct usage of toString() (#117) (e4f228e)
  • handle fallback option properly (#128) (be15ac1)
  • regen protos and tests, formatting (#115) (85539e3)
  • remove eslint, update gax, fix generated protos, run the generator (#94) (aa90072)
  • synth.py clean up for multiple version (#116) (783524d)
  • update node issue template (#130) (1ef393b)

v3.0.0

10 Apr 20:21
de15cc5
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.

New feature: methods with pagination now support async iteration.

Features

  • drop node8 support, support for async iterators (#85) (24cd25b)