Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

57 lines (29 loc) · 4.06 KB

Changelog

1.8.0 (2019-12-17)

Features

  • add implementation of ChannelPrimer to establish connection to GFE and integrate into bigtable client (#115) (276f942)
  • update filter to accept an exact timestamp for better accessibility (#92) (e25758b)

Dependencies

  • update gax.version to v1.51.0 (#105) (dcdd0c3)
  • upgrade gax to 1.52.0, google-cloud-core to 1.92.0 (#118) (c106497)

1.7.1 (2019-11-13)

Dependencies

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