Skip to content

Releases: googleapis/java-bigtable

v1.9.1

09 Jan 22:03
Compare
Choose a tag to compare

1.9.1 (2020-01-09)

Dependencies

v1.9.0

06 Jan 19:12
Compare
Choose a tag to compare

1.9.0 (2020-01-06)

Features

  • add BigtableDataClientFactory to create lightweight data clients (#112) (d6bfd30)
  • introduce google-cloud-bigtable-deps-bom (#130) (9289a13)

Dependencies

  • update core dependencies to v1.92.1 (#132) (da1e6c6)
  • update dependency com.google.guava:guava-bom to v28.2-android (2905528)
  • update dependency io.grpc:grpc-bom to v1.26.0 (#121) (82a5094)
  • update dependency junit:junit to v4.13 (#131) (d4f46fd)

Documentation

v1.8.0

17 Dec 21:46
Compare
Choose a tag to compare

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)

v1.7.1

13 Nov 17:39
Compare
Choose a tag to compare

1.7.1 (2019-11-13)

Dependencies

v1.7.0

07 Nov 15:49
Compare
Choose a tag to compare

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)

v1.6.0

25 Oct 15:47
Compare
Choose a tag to compare

1.6.0 (2019-10-24)

Features

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

Dependencies