Skip to content

Commit 00adf2e

Browse files
authored
chore: update CHANGELOGS for release (#3636)
* chore: update CHANGELOGS for release
1 parent 15c7e72 commit 00adf2e

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-3
lines changed

google/cloud/bigtable/CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# Changelog
22

3-
## v1.9.x - TBD
3+
## v1.10.x - TBD
44

5-
## v1.8.x - 2020-02
5+
## v1.9.x - 2020-04
6+
7+
> **NOTICE:** This repo will soon contain the code for all the other related
8+
`google-cloud-cpp-*` repos. As a new monorepo
9+
([#3612](https://github.com/googleapis/google-cloud-cpp/issues/3612)), the
10+
versioning of this repo will be changing to have a single per-repo version.
11+
**The per-library version numbers will be removed in favor of the repo version.** See
12+
https://github.com/googleapis/google-cloud-cpp/issues/3615 for more info.
13+
14+
* **BREAKING CHANGES**
15+
* fix!: moved IAM-related symbols to the correct inlined namespace (#3453)
16+
Most users should not notice any difference, but those that explicitly referenced
17+
symbols through the `google::cloud::bigtable::v0` namespace may need to switch
18+
to `google::cloud::bigtable` (the recommended approach) or
19+
`google::cloud::bigtable::v1`. We apologize if this causes you inconvenience.
20+
21+
* **Other Changes**
22+
* None
23+
24+
## v1.8.x - 2020-03
625

726
* fix: correct environment handling in client_options_test (#3374)
827
* chore: update g-c-cpp-common to v0.19.0 (#3384)

google/cloud/storage/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

3-
## v1.12.x - TBD
3+
## v1.13.x - TBD
4+
5+
## v1.12.x - 2020-04
6+
7+
> **NOTICE:** This repo will soon contain the code for all the other related
8+
`google-cloud-cpp-*` repos. As a new monorepo
9+
([#3612](https://github.com/googleapis/google-cloud-cpp/issues/3612)), the
10+
versioning of this repo will be changing to have a single per-repo version.
11+
**The per-library version numbers will be removed in favor of the repo version.** See
12+
https://github.com/googleapis/google-cloud-cpp/issues/3615 for more info.
13+
14+
**BREAKING CHANGE**
15+
* fix!: moved IAM-related symbols to the correct inlined namespace (#3453)
16+
Most users should not notice any difference, but those that explicitly referenced
17+
symbols through the `google::cloud::storage::v0` namespace may need to switch
18+
to `google::cloud::storage` (the recommended approach) or
19+
`google::cloud::storage::v1`. We apologize if this causes you inconvenience.
20+
21+
**Other Changes:**
22+
* feat: add support for iam conditions (#3497)
23+
* bug: express libcurl version in hex (#3487)
24+
* bug: check curl connection before unpausing (#3485)
25+
* feat: allow domain named buckets in signed URLs v4 (#3463)
26+
* feat: implement virtual hostname V4 signatures
27+
* feat: add configuration options to set the SSL root of trust (#3455)
28+
* doc: add doxygen comments for ParallelUploadFile (#3448)
29+
* feat: support x-goog-content-sha256 for V4 signed URLs (#3435)
430

531
## v1.11.x - 2020-03
632

0 commit comments

Comments
 (0)