File tree Expand file tree Collapse file tree 2 files changed +48
-3
lines changed Expand file tree Collapse file tree 2 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments