| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 475a160 commit 508d3ac
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "2.19.0" | ||
| 2 | + ".": "2.20.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,19 @@ | |||
| 4 | 4 | ||
| 5 | 5 | [1]: https://pypi.org/project/google-cloud-bigtable/#history | |
| 6 | 6 | ||
| 7 | + ## [2.20.0](https://github.com/googleapis/python-bigtable/compare/v2.19.0...v2.20.0) (2023-07-04) | ||
| 8 | + | ||
| 9 | + | ||
| 10 | + ### Features | ||
| 11 | + | ||
| 12 | + * Add experimental reverse scan for public preview ([d5720f8](https://github.com/googleapis/python-bigtable/commit/d5720f8f5b5a81572f31d40051b3ec0f1d104304)) | ||
| 13 | + * Increase the maximum retention period for a Cloud Bigtable backup from 30 days to 90 days ([d5720f8](https://github.com/googleapis/python-bigtable/commit/d5720f8f5b5a81572f31d40051b3ec0f1d104304)) | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + ### Bug Fixes | ||
| 17 | + | ||
| 18 | + * Add async context manager return types ([#828](https://github.com/googleapis/python-bigtable/issues/828)) ([475a160](https://github.com/googleapis/python-bigtable/commit/475a16072f3ad41357bdb765fff608a39141ec00)) | ||
| 19 | + | ||
| 7 | 20 | ## [2.19.0](https://github.com/googleapis/python-bigtable/compare/v2.18.1...v2.19.0) (2023-06-08) | |
| 8 | 21 | ||
| 9 | 22 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "2.19.0" # {x-release-please-version} | ||
| 16 | + __version__ = "2.20.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "2.19.0" # {x-release-please-version} | ||
| 16 | + __version__ = "2.20.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "2.19.0" # {x-release-please-version} | ||
| 16 | + __version__ = "2.20.0" # {x-release-please-version} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,4 +13,4 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | # | |
| 16 | - __version__ = "2.19.0" # {x-release-please-version} | ||
| 16 | + __version__ = "2.20.0" # {x-release-please-version} | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments