Skip to content

Commit

Permalink
chore(bigtable): release bigtable/v1.6.0 (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Sep 15, 2020
1 parent 37c70ac commit ccfb273
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bigtable/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## v1.6.0
- Add support partial results in InstanceAdminClient.Instances. In the case of
partial availability, available instances will be returned along with an
ErrPartiallyUnavailable error.
- Add support for label filters.
- Fix max valid timestamp in the emulator to allow reversed timestamp support.

## v1.5.0
- Add support for managed backups.

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20200909"
const Repo = "20200911"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down

0 comments on commit ccfb273

Please sign in to comment.