Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Releases: googleapis/nodejs-gce-images

v2.1.3

06 Sep 20:47

Choose a tag to compare

Bug Fixes

  • use compute.googleapis.com as base URI (#168) (98c45e5)

v2.1.2

29 Jul 17:46

Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v5 (#161) (21bc2ed)

v2.1.1

26 Jun 22:46

Choose a tag to compare

Bug Fixes

v2.1.0

24 Jun 18:46

Choose a tag to compare

Features

v2.0.0

09 May 17:46

Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v4 (#143) (e24ff51)
  • remove unused pify dependency (#138) (e189506)
  • deps: update dependency arrify to v2 (#130) (0d6cec3)

Build System

BREAKING CHANGES

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

v1.1.0

06 Feb 22:46
7e6de41

Choose a tag to compare

02-05-2019 15:28 PST

New Features

  • feat: introduce async methods (#100)

Dependencies

  • fix(deps): update dependency google-auth-library to v3 (#103)

Documentation

  • docs: add lint/fix example to contributing guide (#107)
  • docs: add samples and sample tests (#88)

v1.0.0

07 Nov 21:10
887bb07

Choose a tag to compare

Welcome to 1.0! The big feature in this release is the availability of TypeScript types out of the box. To that end, there is a breaking change:

BREAKING CHANGE: The GCEImages object must now be instantiated.

Old Code

const images = require('gce-images')();

New Code

const {GCEImages} = require('gce-images');
const images = new GCEImages();

======

New Features

  • feat: convert to TypeScript (#21)
  • fix: improve TypeScript types (#72)

Dependencies

  • fix(deps): update dependency google-auth-library to v2 (#33)
  • chore: drop dependency on got and google-auto-auth (#23)

Documentation

Internal / Testing Changes

  • chore: update CircleCI config (#71)
  • chore: include build in eslintignore (#68)
  • chore(deps): update dependency eslint-plugin-node to v8 (#64)
  • chore: update issue templates (#63)
  • chore: remove old issue template (#61)
  • build: run tests on node11 (#60)
  • chores(build): run codecov on continuous builds (#55)
  • chore(deps): update dependency typescript to ~3.1.0 (#57)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#58)
  • chores(build): do not collect sponge.xml from windows builds (#56)
  • chore: update new issue template (#54)
  • chore: update build config (#51)
  • Update kokoro config (#48)
  • Re-generate library using /synth.py (#45)
  • Update kokoro config (#44)
  • test: remove appveyor config (#43)
  • Update CI config (#42)
  • Enable prefer-const in the eslint config (#40)
  • Enable no-var in eslint (#39)
  • Move to the new github org (#38)
  • Update CI config (#37)
  • Retry npm install in CI (#35)
  • Update CI config (#32)
  • chore(deps): update dependency nyc to v13 (#31)
  • remove the docs command
  • Update the CI config (#30)
  • test: add a key for CircleCI (#29)
  • Re-generate library using /synth.py (#28)
  • chore(deps): update dependency eslint-config-prettier to v3 (#27)
  • chore: ignore package-lock.json (#26)
  • chore(deps): lock file maintenance (#25)
  • chore: update renovate config (#20)
  • chore: upgrade to es6 (#24)
  • chore(deps): update dependency mocha to v5 (#17)
  • fix(deps): update dependency async to v2 (#18)
  • fix(deps): update dependency google-auto-auth to ^0.10.0 (#16)
  • Check in synth.py and conform to google node repo standards (#14)
  • Update renovate.json
  • Add renovate.json
  • chore: fix the directory structure (#12)
  • chore: make it OSPO compliant (#10)