Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 2.67 KB

Changelog

1.7.0 (2019-11-07)

Features

Bug Fixes

  • align version numbers for proto and grpc versions (#52) (dbfa73a)
  • fix maven test configs to make sure admin tests don't clobber data tests (#47) (18576f5)
  • fix regression in batch#close silently ignoring entry failures by upgrading to gax to 1.50.0 (#67) (5aa8769)
  • handle recovery failures during stream reframing failure (#46) (a16cb88)
  • Prevent integration tests from different profiles from trampling each other (#69) (638615a)
  • use proper scope for DirectPath transitive dependencies (#59) (1d1c4de)

Documentation

  • cleanup links to java-bigtable and javadoc (#56) (846a44f)

1.6.0 (2019-10-24)

Features

  • Add Experimental DirectPath support (#8) (2dd5105)

Dependencies