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

Latest commit

 

History

History
237 lines (131 loc) · 11.6 KB

File metadata and controls

237 lines (131 loc) · 11.6 KB

Changelog

npm history

4.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • upgrade to Node 14

Miscellaneous Chores

3.0.1 (2022-08-23)

Bug Fixes

3.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#294)

Build System

2.1.1 (2021-09-09)

Bug Fixes

  • build: switch primary branch to main (#259) (68e4c12)

2.1.0 (2021-06-10)

Features

  • add gcf-owl-bot[bot] to ignoreAuthors (#237) (07efa36)

2.0.4 (2021-04-06)

Bug Fixes

2.0.3 (2021-02-09)

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#227) (6fb278e)
  • types: add types to CLI args (#220) (c52662e)

2.0.2 (2020-09-12)

Bug Fixes

  • deps: update dependency yargs to v16 (#205) (5dc73bf)

2.0.1 (2020-07-06)

Bug Fixes

2.0.0 (2020-05-08)

⚠ BREAKING CHANGES

  • drop support for node.js 8.x (#169)

Bug Fixes

Build System

1.1.5 (2019-12-31)

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (163a603)

1.1.4 (2019-11-21)

Bug Fixes

  • deps: update dependency yargs to v15 (#123) (2ec222b)
  • docs: add jsdoc-region-tag plugin (#120) (57d613a)
  • docs: release level should be beta (00b4a52)

1.1.3 (2019-08-25)

Bug Fixes

  • deps: update dependency yargs to v14 (229960d)

1.1.2 (2019-07-26)

Bug Fixes

  • deps: update dependency google-auth-library to v5 (#97) (fbf458d)

1.1.1 (2019-06-26)

Bug Fixes

  • docs: make anchors work in jsdoc (#93) (ee0be6d)

1.1.0 (2019-06-05)

Features

1.0.0 (2019-05-14)

Bug Fixes

  • deps: update dependency google-auth-library to v4 (#79) (1386b78)

Build System

  • upgrade engines field to >=8.10.0 (#71) (542f935)

Miscellaneous Chores

  • deps: update dependency gts to v1 (#68) (972b473)

BREAKING CHANGES

  • deps: this will ship async/await with the generated code.
  • upgrade engines field to >=8.10.0 (#71)

v0.3.3

03-12-2019 12:20 PDT

Greetings y'all! This is a patch service release that bumps a few dependencies. That's it!

Dependencies

  • fix(deps): update dependency yargs to v13 (#49)
  • fix(deps): update dependency google-auth-library to v3 (#39)

Documentation

  • docs: update links in contrib guide (#51)
  • docs: update contributing path in README (#46)
  • docs: move CONTRIBUTING.md to root (#45)
  • docs: add lint/fix example to contributing guide (#43)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#55)
  • build: use node10 to run samples-test, system-test etc (#54)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#50)
  • build: create docs test npm scripts (#48)
  • build: test using @grpc/grpc-js in CI (#47)
  • chore(deps): update dependency eslint-config-prettier to v4 (#41)
  • build: ignore googleapis.com in doc link check (#40)
  • build: check broken links in generated docs (#37)
  • refactor: improve the sample tests (#36)
  • chore: add synth.metadata (#35)
  • chore(build): inject yoshi automation key (#34)
  • chore: update nyc and eslint configs (#33)
  • chore: fix publish.sh permission +x (#32)
  • fix(build): fix Kokoro release script (#31)
  • build: add Kokoro configs for autorelease (#30)
  • chore: always nyc report before calling codecov (#27)
  • chore: nyc ignore build/test by default (#26)

v0.3.2

12-04-2018 16:20 PST

Internal / Testing Changes

  • fix(build): replace project system test key (#23)
  • test: use execa for tests (#22)
  • chore: update license file (#21)

v0.3.1

12-02-2018 22:02 PST

Internal / Testing Changes

  • chore(deps): update dependency typescript to ~3.2.0 (#16)
  • fix(deps): update dependency yargs to v12 (#17)
  • chore(build): Configure Renovate (#12)
  • fix(build): fix system key decryption (#11)
  • chore(build): add encrypted key (#13)

v0.3.0

11-29-2018 23:18 PST

Bug fixes

  • fix: drop usage of got and support node 6 (#5)
  • fix: use the correct path (#1)
  • fix: address feedback

New Features

  • feat: convert to typescript (#4)

Documentation

  • docs: add samples and sample tests (#3)
  • docs: update the readme (#2)

Internal / Testing Changes

  • test: add a few unit tests (#6)