Skip to content

v0.16.0

Compare
Choose a tag to compare
@JustinBeckwith JustinBeckwith released this 17 Oct 02:42

Implementation Changes

  • Restricted combinations of row selection on read rows. (#315)
  • table.exists uses getTable with a Name only view for better perofrmance. (#280)

New Features

  • Added Table.getReplicationStates (#279)

Dependencies

  • chore(deps): update dependency sinon to v7 (#321)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#317)
  • fix(deps): update dependency @google-cloud/common-grpc to ^0.9.0 (#307)
  • fix(deps): update dependency google-gax to ^0.20.0 (#302)
  • chore(deps): update dependency nyc to v13 (#285)
  • fix(deps): update dependency @google-cloud/common-grpc to ^0.8.0 (#289)
  • fix(deps): update dependency google-auth-library to v2 (#290)
  • fix(deps): update dependency google-gax to ^0.19.0 (#281)
  • chore(deps): update dependency eslint-config-prettier to v3 (#274)
  • fix(deps): update dependency google-gax to ^0.18.0 (#263)

Documentation

  • Added @example tags to src/table.js (#239)
  • Added example region-tags for row object (#266)
  • documentation update for getTables (#311)
  • move instance snippet tests to document-snippets/tests (#308)
  • Added @example tags to src/instance.js (#222) (#252)

Internal / Testing Changes

  • build: fix codecov uploading on Kokoro (#323)
  • test: System test fix (#322)
  • Update kokoro config (#318)
  • build: prevent system/sample-test from leaking credentials
  • Update the kokoro config (#313)
  • test: remove appveyor config (#312)
  • Update the CI config (#310)
  • Fix the linter (#306)
  • Enable prefer-const in the eslint config (#305)
  • Enable no-var in eslint (#304)
  • Re-generate library using /synth.py (#303)
  • test: throw on deprecation (#264)
  • Update CI config (#300)
  • Split usage of common module (#297)
  • Retry npm install in CI (#295)
  • Re-generate library using /synth.py (#292)
  • Re-generate library using /synth.py (#287)
  • Update the CI config (#283)
  • Update synth.py (#276)
  • chore: make the CircleCI config consistent (#282)
  • Re-generate library using /synth.py (#277)
  • build: add repo_name to synth.py (#275)
  • chore: run prettier for auto-generated code (#273)
  • chore: do not use npm ci (#272)
  • Re-generate library using /synth.py (#270)
  • chore: ignore package-lock.json (#269)
  • chore(deps): lock file maintenance (#268)
  • chore(deps): lock file maintenance (#267)
  • chore: update renovate config (#265)
  • chore(deps): lock file maintenance (#261)
  • Use assert.deepStrictEqual instead of deepEqual. (#253)
  • test: use strictEqual in tests (#250)