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

Releases: googleapis/nodejs-kms

v1.2.1

27 Jun 16:47
Compare
Choose a tag to compare

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#183) (7c40adf)

v1.2.0

24 Jun 19:46
Compare
Choose a tag to compare

Features

  • introduces CreateImportJob, ListImportJob, GetImportJob (#180) (9fb4efb)

v1.1.1

14 Jun 15:48
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

05 Jun 17:03
Compare
Choose a tag to compare

Features

  • support apiEndpoint override in client constructor (#173) (0e67019)

v1.0.0

20 May 15:03
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#149) (b92c822)
  • DEADLINE_EXCEEDED is no longer retried (5f4f9ff)
  • DEADLINE_EXCEEDED retry code is idempotent (#159) (a7e511a)
  • indicate that Encrypt, Decrypt, AsymmetricDecrypt, AsymmetricSign are idempotent, such that they're retried (122b3f8)
  • deps: update dependency google-gax to v1 (#158) (91fe078)

Build System

v0.4.0

14 Mar 14:01
Compare
Choose a tag to compare

03-13-2019 16:16 PDT

New Features

  • feat: add support for the CAVIUM_V2_COMPRESSED type (#126)

Bug Fixes

  • fix: throw on invalid credentials
  • fix(deps): update dependency google-gax to ^0.25.0 (#113)

Documentation

  • docs: update links in contrib guide (#125)
  • docs: update contributing path in README (#119)
  • docs: move CONTRIBUTING.md to root (#118)
  • docs: add lint/fix example to contributing guide (#116)
  • docs: fix example comments (#115)

Internal / Testing Changes

  • refactor: update json import paths (#134)
  • build: Add docuploader credentials to node publish jobs (#132)
  • build: use node10 to run samples-test, system-test etc (#131)
  • build: update release configuration
  • chore: sync latest proto docs
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#124)
  • chore(deps): update dependency yargs to v13 (#122)
  • build: create docs test npm scripts (#121)
  • build: test using @grpc/grpc-js in CI (#120)
  • refactor: improve generated code style. (#114)
  • chore(deps): update dependency eslint-config-prettier to v4 (#112)
  • test: add a system test to list global keys (#111)
  • build: ignore googleapis.com in doc link check (#108)
  • chore: sync gapic files

v0.3.0

15 Jan 19:02
Compare
Choose a tag to compare

01-15-2019 10:50 PST

Implementation Changes

  • Add iam_policy proto (#101)

Dependencies

  • fix(deps): update dependency google-gax to ^0.23.0 (#105)
  • fix(deps): update dependency google-gax to ^0.22.0 (#73)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#71)
  • chore(deps): update dependency through2 to v3 (#67)
  • chore(deps): update dependency eslint-plugin-node to v8 (#59)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#44)

Documentation

  • build: check broken links in generated docs (#102)
  • fix(docs): remove unused IAM message types (#103)
  • docs: Changes 'dencrypt' to 'decrypt' (#97)
  • docs: add samples (#88)
  • docs: update readme badges (#81)

Internal / Testing Changes

  • chore(build): inject yoshi automation key (#96)
  • chore: update nyc and eslint configs (#95)
  • chore: fix publish.sh permission +x (#93)
  • fix(build): fix Kokoro release script (#92)
  • build: add Kokoro configs for autorelease (#91)
  • chore: always nyc report before calling codecov (#87)
  • chore: nyc ignore build/test by default (#86)
  • chore: update the renovate config (#84)
  • chore: update license file (#83)
  • fix(build): fix system key decryption (#79)
  • chore: add a synth.metadata
  • chore: update eslintignore config (#72)
  • chore: update lint rules (#69)
  • chore: drop contributors from multiple places (#70)
  • chore: use latest npm on Windows (#68)
  • chore: update CircleCI config (#66)
  • chore: include build in eslintignore (#63)
  • chore: update issue templates (#58)
  • chore: remove old issue template (#56)
  • build: run tests on node11 (#55)
  • chores(build): do not collect sponge.xml from windows builds (#54)
  • chores(build): run codecov on continuous builds (#53)
  • chore: update new issue template (#52)
  • build: fix codecov uploading on Kokoro (#48)
  • Update kokoro config (#45)
  • test: remove appveyor config (#41)
  • Enable prefer-const in the eslint config (#38)

v0.2.0

18 Sep 20:05
8800666
Compare
Choose a tag to compare

New Features

  • Add new features to the library (#33)
    • CryptoKeyPurpose: ASSYMETRIC_SIGN, ASSYMETRIC_DECRYPT
    • CryptoKeyVersion
    • KeyOperationAttestation
    • various improved code documentation

Dependencies

  • fix(deps): update dependency google-gax to ^0.20.0 (#34)
  • chore(deps): update dependency nyc to v13 (#25)
  • fix(deps): update dependency google-gax to ^0.19.0 (#22)

Internal / Testing Changes

  • Enable no-var in eslint (#35)
  • Update CI config (#32)
  • Retry npm install in CI (#30)
  • Update CI config (#27)

v0.1.0

24 Aug 23:17
Compare
Choose a tag to compare

Initial release of the Google Cloud Key Management Service Node.js Client Library