Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Releases: googleapis/gcp-metadata

v3.1.0

07 Oct 19:46

Choose a tag to compare

Features

v3.0.0

17 Sep 01:22

Choose a tag to compare

⚠ BREAKING CHANGES

  • isAvailable now tries both DNS and IP, choosing whichever responds first (#239)

Features

  • isAvailable now tries both DNS and IP, choosing whichever responds first (#239) (25bc116)

v2.0.4

13 Sep 20:00

Choose a tag to compare

Bug Fixes

  • IP address takes 15 seconds to timeout, vs., metadata returning immediately (#235) (d04207b)
  • use 3s timeout rather than 15 default (#237) (231ca5c)

v2.0.3

12 Sep 16:46

Choose a tag to compare

Bug Fixes

v2.0.2

26 Aug 14:01

Choose a tag to compare

Bug Fixes

  • allow calls with no request, add JSON proto (#224) (dc758b1)

v2.0.1

26 Jun 22:34

Choose a tag to compare

Bug Fixes

v2.0.0

08 May 21:01
be153ea

Choose a tag to compare

Bug Fixes

  • deps: update dependency gaxios to v2 (#191) (ac8c1ef)

Build System

BREAKING CHANGES

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

v1.0.0

15 Feb 16:46
f7efab6

Choose a tag to compare

02-14-2019 16:00 PST

Bug Fixes

  • fix: ask gaxios for text and not json (#152)

Documentation

  • docs: update links in contrib guide (#168)
  • docs: add lint/fix example to contributing guide (#160)

Internal / Testing Changes

  • build: use linkinator for docs test (#166)
  • chore(deps): update dependency @types/tmp to v0.0.34 (#167)
  • build: create docs test npm scripts (#165)
  • test: run system tests on GCB (#157)
  • build: test using @grpc/grpc-js in CI (#164)
  • chore: move CONTRIBUTING.md to root (#162)
  • chore(deps): update dependency gcx to v0.1.1 (#159)
  • chore(deps): update dependency gcx to v0.1.0 (#158)
  • chore(deps): update dependency gcx to v0.0.4 (#155)
  • chore(deps): update dependency googleapis to v37 (#156)
  • build: ignore googleapis.com in doc link check (#153)
  • build: check broken links in generated docs (#149)
  • chore(build): inject yoshi automation key (#148)

v0.9.3

11 Dec 20:18
c32a185

Choose a tag to compare

12-10-2018 16:16 PST

Dependencies

  • chore(deps): update dependency googleapis to v36 (#135)
  • chore(deps): use gaxios for http requests (#121)
  • chore(deps): update dependency gts to ^0.9.0 (#123)

Internal / Testing Changes

  • fix(build): fix Kokoro release script (#141)
  • Release v0.9.2 (#140)
  • build: add Kokoro configs for autorelease (#138)
  • Release gcp-metadata v0.9.1 (#139)
  • chore: always nyc report before calling codecov (#134)
  • chore: nyc ignore build/test by default (#133)
  • Sync repo build files (#131)
  • fix(build): fix system key decryption (#128)
  • refactor: use execa, move post install test to system (#127)
  • chore: add a synth.metadata
  • test: add a system test (#126)
  • chore: update eslintignore config (#122)
  • chore: use latest npm on Windows (#120)
  • chore: update CircleCI config (#119)
  • chore: include build in eslintignore (#115)

v0.9.0

26 Oct 23:25
27c9e69

Choose a tag to compare

10-26-2018 13:10 PDT

  • feat: allow custom headers (#109)
  • chore: update issue templates (#108)
  • chore: remove old issue template (#106)
  • build: run tests on node11 (#105)
  • chores(build): do not collect sponge.xml from windows builds (#104)
  • chores(build): run codecov on continuous builds (#102)
  • chore(deps): update dependency nock to v10 (#103)
  • chore: update new issue template (#101)
  • build: fix codecov uploading on Kokoro (#97)
  • Update kokoro config (#95)
  • Update CI config (#93)
  • Update kokoro config (#91)
  • Re-generate library using /synth.py (#90)
  • test: remove appveyor config (#89)
  • Update kokoro config (#88)
  • Enable prefer-const in the eslint config (#87)
  • Enable no-var in eslint (#86)

New Features

A new option, headers, has been added to allow metadata queries to be sent with custom headers.